aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog.markdown
AgeCommit message (Collapse)Author
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
2014-08-21[config] added histogram tracker option (-Dlombok.timeConfig) and ↵Roel Spilker
disable-entirely option (-Dlombok.disableConfig) to debug continuing speed issues with the config system, for an edge release.
2014-08-16Some workaround fix-esque work to prevent serious slowdown issues when ↵Reinier Zwitserloot
refactoring.
2014-07-01[release] post-release version bumpReinier Zwitserloot
2014-07-01[release] pre-release version bumpReinier Zwitserloot
2014-06-25[issue 699] [issue 682] [issue 683] lots of fixes for eclipse/ecj based ↵Roel Spilker
issues surrounding path finding.
2014-06-10pre-release version bumpReinier Zwitserloot
2014-06-09added eclipse logging to the configsystem’s error reporter, and cleaned up ↵Reinier Zwitserloot
the changelog slightly.
2014-06-05[#688] Bugfix for eclipse: syntax highlighting would break amongst many ↵Reinier Zwitserloot
other features if using @Setter and most other features.
2014-06-01Fixed up and extended Tolerate with support for constructors, and added docs.Reinier Zwitserloot
2014-05-30#682: bugfix work in progress to fix IllegalArgumentException ‘Path must ↵Reinier Zwitserloot
include project and resource name’.
2014-05-29#683: URI not absolute errors in mvn builds due to search for lombok.config ↵Reinier Zwitserloot
being broken.
2014-05-27post-release version bumpReinier Zwitserloot