aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2015-10-26[#950] Changelog record for fixing issue 950.Roel Spilker
2015-10-06New feature: FieldDefaults can now be configured to apply to _every_ file, ↵Reinier Zwitserloot
regardless of annotations.
2015-10-05[Fixes #807] The NonNull annotation can now be used documentary style on ↵Reinier Zwitserloot
params of abstract methods. The warning has been eliminated.
2015-09-24[Closes #928] `@Value` no longer makes uninitialized static fields finalRoel Spilker
2015-08-19post-release version bumpReinier Zwitserloot
2015-08-18pre-release version bumpReinier Zwitserloot
2015-08-18Updated changelog for fix to issue #855Reinier Zwitserloot
2015-08-16Merge branch 'force'Reinier Zwitserloot
Conflicts: doc/changelog.markdown src/core/lombok/eclipse/handlers/HandleBuilder.java
2015-08-16Merge branch 'builderClone'Reinier Zwitserloot
Conflicts: doc/changelog.markdown
2015-08-13added changelog for @HelperReinier Zwitserloot
2015-07-22Support for @NoArgsConstructor(force = true).Reinier Zwitserloot
2015-07-21docs for the new toBuilder=true feature.Reinier Zwitserloot
2015-07-15changelog updated to point at new github URLsReinier Zwitserloot
2015-07-15updated website to point to github issue tracker instead of code.google.Reinier Zwitserloot
2015-07-08Fixes for eclipse mars.Reinier Zwitserloot
2015-06-25The hashCode() method now generates a magic prime instead of 0 for the hash ↵Reinier Zwitserloot
of null values; this reduces collisions.
2015-06-24[trivial] updated changelog to reflect now confirmed performance fix for ↵Reinier Zwitserloot
eclipse lombok.config resolution.
2015-05-15[i793] Parameterized static methods with Builder would produce compiler ↵Reinier Zwitserloot
errors in javac.
2015-05-02Change http://projectlombok.org to https://projectlombok.orgRoel Spilker
2015-04-14post-release version bumpReinier Zwitserloot
2015-04-14pre-release version bumpReinier Zwitserloot
2015-04-14[i804] @UtilityClass fails to properly initialize fields (which ↵Reinier Zwitserloot
@UtilityClass makes static) with initializers, in eclipse. also updates the changelog more generally, it was lacking some recent work.
2015-02-10[version] post-release version bumpReinier Zwitserloot
2015-02-10[version] pre-release version bumpReinier Zwitserloot
2015-02-08[trivial] added some issues to the changelog.Reinier Zwitserloot
2015-02-08[shadowloader] Fix for lombok v1.16.0 no longer working in eclipses that use ↵Reinier Zwitserloot
-target 1.4 style class files (such as eclipse indigo). It’s a doozy.
2015-02-03[i777] shadowloader’s ‘find myself’ feature didn’t work if spaces ↵Reinier Zwitserloot
were in the path due to lack of decoding a URL.
2015-02-02added impl for @UtilityClass.Reinier Zwitserloot
2015-02-02[i702] findbugs suppress warnings now available via config key.Reinier Zwitserloot
2015-01-31updated some copyright headers and reverted a change to use a TreeMap to ↵Reinier Zwitserloot
force a more deterministic order to file processing in order to aid debugging. Also updated changelog.
2015-01-30[i775] We broke the ant task with shadowloader; fixed again.Reinier Zwitserloot
2015-01-27post-release version bumpReinier Zwitserloot
2015-01-26pre-release version bumpReinier Zwitserloot
2015-01-26updated changelogReinier Zwitserloot
2015-01-26optimized the creation for singular lists/collections.Reinier Zwitserloot
2015-01-26documentation for @Singular.Reinier Zwitserloot
2015-01-21[i742][i747] Fix for ExtensionMethod broken in Eclipse using java8Roel Spilker
2015-01-20Merge the @Singular feature and the fix for ecj and the shadowloader.Reinier Zwitserloot
2015-01-20added the lombok.singular.auto config option.Reinier Zwitserloot
2015-01-20added the ‘always use guava’ lombok.config option for @Singular @Builder.Reinier Zwitserloot
2015-01-20trying to manually add (parts of) the infrastructure for @Singular @Builder ↵Reinier Zwitserloot
stuff is now flagged as an error.
2015-01-19builder @Singleton now works fully in eclipse as well! feature done!Reinier Zwitserloot
2014-12-10[issue #759] delombok now plays nicely with exotic characters, encodings, ↵Roel Spilker
and backslash U escapes.
2014-10-29added changelog comment about the shadowloaderReinier Zwitserloot
2014-09-15post-release version bumpReinier Zwitserloot
2014-09-15pre-release version bumpReinier Zwitserloot
2014-09-09[config] Updated changelogRoel Spilker
2014-09-02post-release version bumpReinier Zwitserloot
2014-09-02pre-release version bump.Reinier Zwitserloot
2014-08-21[i731] javac resolution broken by 1.8.0_20; fixed with some reflection ↵Roel Spilker
voodoo. -R&R