aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2010-08-15Documented the addition of the post-process stuff, which fixes issue 144.Reinier Zwitserloot
2010-08-14Changelog for fix to issue 140Reinier Zwitserloot
2010-07-30typofixed the link to issue 133 in the changelog.Reinier Zwitserloot
2010-07-28Updated changelog to note issue 136 has been fixed.Reinier Zwitserloot
2010-07-250.9.3 release prepReinier Zwitserloot
2010-07-25Added changelog entry for #133: Outer.Inner instead of just Inner in toString().Reinier Zwitserloot
2010-07-22[TRIVIAL] Typofix in changelog.Reinier Zwitserloot
2010-07-21delombok on most javacs would quit with a NoSuchFieldError if it contains ↵Reinier Zwitserloot
<?> style wildcards anywhere in the source. No longer. Fixes issue #134.
2010-07-21Added using .getX() instead of using .x in equals, hashCode, and toString. ↵Reinier Zwitserloot
Also updated changelog as well as the docs. Also updated usage examples for @EqualsAndHashCode, @ToString, and @Data, which also contained some other minor issues (such as missing this. qualifiers). Still to do is to detect that getters don't exist _yet_ but will later due to @Getter or @Data.
2010-07-20@Getter int x, y; used to only apply to 'x', now it applies to both x and y.Reinier Zwitserloot
Fixes issue #54
2010-07-20import lombok.*; wasn't working in eclipse. It is now.Reinier Zwitserloot
Fixes issue #102.
2010-07-20import lombok.AccessLevel is now also removed during delomboking.Reinier Zwitserloot
Also, when NOT running delombok, the javac processors no longer delete the lombok annotations as they process. This is particularly relevant for netbeans. This fixes issue #100 and #103.
2010-07-19Added support for @ConstructorProperties generation for generated constructors.Reinier Zwitserloot
Also added fix: @Constructor with access level none are now no longer generated. Implements issue #122
2010-07-19Added support for @NoArgsConstructor, @RequiredArgsConstructor and ↵Reinier Zwitserloot
@AllArgsConstructor for eclipse. Implements issue #79.
2010-07-18All generated fields and methods now get a @SuppressWarnings("all").Reinier Zwitserloot
Implements issue #47.
2010-07-18Updated changelog for fixing issue #48Reinier Zwitserloot
2010-07-17Implements issue #129: @Getter and @Setter are now legal on entire types.Reinier Zwitserloot
2010-07-16Did some maintainance on the changelog.Reinier Zwitserloot
2010-01-11Added fix for tools.jar finding to the changelogReinier Zwitserloot
2010-01-07Adding changelog entry for fixing of issue 96Reinier Zwitserloot
2009-12-30changelog for fixing issue 72.Reinier Zwitserloot
2009-12-21The latest on the master branch is from now on called 'EDGE' and not 'HEAD'.Reinier Zwitserloot
2009-12-21Added previous fixes to the changelog.Reinier Zwitserloot
2009-12-15Whoops - forgot to add release date to 0.9.2 in changelog.Reinier Zwitserloot
2009-12-15Added fix for issue #83 to the changelog.Reinier Zwitserloot
2009-12-08Added support for SpringSource Tool Suite, which, given that its based on ↵Reinier Zwitserloot
eclipse, was just a matter of updating the installer. Any future tools that are based on eclipse (and eclipse's JDT) should be very easy to add to the installer now.
2009-12-08Added hailbunny name to upcoming 0.9.2 release.Reinier Zwitserloot
2009-12-07Added release dates to the changelogReinier Zwitserloot
2009-12-04changelog updated for fixing #75.Reinier Zwitserloot
2009-12-03[TRIVIAL]Reinier Zwitserloot
2009-12-03Updated the publishing instructions.Reinier Zwitserloot
2009-12-03Cleaned up TODO.txt. At this point it's more documentation of failed ↵Reinier Zwitserloot
experiments than a todo list, so renamed it too.
2009-12-03Updated changelog with netbeans support note, as well as issue 73, and ↵Reinier Zwitserloot
reordered and reformatted a few existing messages.
2009-11-28Added new command line abilities of lombok to the changelog.Reinier Zwitserloot
2009-11-27Updated changelog with the good news on issue #61 (now works on JDK7)Reinier Zwitserloot
2009-11-27delombok is now part of the master branch!Reinier Zwitserloot
2009-11-25Updated the changelog with recent changes.Reinier Zwitserloot
2009-11-09Prep for v0.9.1 releaseReinier Zwitserloot
2009-11-02Pre-release work for v0.9.0.Reinier Zwitserloot
2009-10-08As we just integrated the lombokpatcher branch, which is a pretty massive ↵Reinier Zwitserloot
change, we've upped the next version number to 0.9.0
2009-09-03Added changelog for previous commit.Reinier Zwitserloot
2009-09-03Added changelog note for previous commit.Reinier Zwitserloot
2009-09-03Added changelog on previous commit.Reinier Zwitserloot
2009-09-03I think this one FINALLY fixes the problems with SneakyThrows! Issue #30Reinier Zwitserloot
2009-09-02There was an issue for that last fix (of @SneakyThrows in eclipse), so added ↵Reinier Zwitserloot
an explanation plus a link to the issue to the changelog.
2009-09-01Fixed documentation, specifically: added eclipse help system fix to the ↵Reinier Zwitserloot
changelog, and added some documentation on the special handling of @NonNull/@NotNull/@Nullable for Data and Getter/Setter on the website docs.
2009-08-28Fixes issue #35: ToString now defaults to includeFieldNames=true.Reinier Zwitserloot
2009-08-28Updated documentation for @NonNull (and the changelog).Reinier Zwitserloot
2009-08-27Updated the changelog (WIP 0.8.4)Reinier Zwitserloot
2009-08-21Whoops, forgot to update the changelog of 0.8.3.Reinier Zwitserloot