Age | Commit message (Expand) | Author |
2011-02-15 | Updated changelog to represent fix for issue #177. | Roel Spilker |
2011-02-07 | Updated changelog for @Delegate and 'val' | grootjans |
2011-02-07 | trivial change: Removed bug 181 from the changelog. It's too trivial to put o... | Reinier Zwitserloot |
2011-02-07 | Updated changelog to reflect fix of issue #148 (getter/setter with booleans w... | Reinier Zwitserloot |
2011-01-31 | Calling setCharset with null will use the system default charset (issue 181) | Roel Spilker |
2010-12-28 | @ToString, @Getter, and @XArgsConstructor now work on, and are legal on, enum... | Reinier Zwitserloot |
2010-11-07 | Updated changelog | Roel Spilker |
2010-11-06 | Updated changelog | Roel Spilker |
2010-08-15 | Documented the addition of the post-process stuff, which fixes issue 144. | Reinier Zwitserloot |
2010-08-14 | Changelog for fix to issue 140 | Reinier Zwitserloot |
2010-07-30 | typofixed the link to issue 133 in the changelog. | Reinier Zwitserloot |
2010-07-28 | Updated changelog to note issue 136 has been fixed. | Reinier Zwitserloot |
2010-07-25 | 0.9.3 release prep | Reinier Zwitserloot |
2010-07-25 | Added 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-21 | delombok on most javacs would quit with a NoSuchFieldError if it contains <?>... | Reinier Zwitserloot |
2010-07-21 | Added using .getX() instead of using .x in equals, hashCode, and toString. Al... | Reinier Zwitserloot |
2010-07-20 | @Getter int x, y; used to only apply to 'x', now it applies to both x and y. | Reinier Zwitserloot |
2010-07-20 | import lombok.*; wasn't working in eclipse. It is now. | Reinier Zwitserloot |
2010-07-20 | import lombok.AccessLevel is now also removed during delomboking. | Reinier Zwitserloot |
2010-07-19 | Added support for @ConstructorProperties generation for generated constructors. | Reinier Zwitserloot |
2010-07-19 | Added support for @NoArgsConstructor, @RequiredArgsConstructor and @AllArgsCo... | Reinier Zwitserloot |
2010-07-18 | All generated fields and methods now get a @SuppressWarnings("all"). | Reinier Zwitserloot |
2010-07-18 | Updated changelog for fixing issue #48 | Reinier Zwitserloot |
2010-07-17 | Implements issue #129: @Getter and @Setter are now legal on entire types. | Reinier Zwitserloot |
2010-07-16 | Did some maintainance on the changelog. | Reinier Zwitserloot |
2010-01-11 | Added fix for tools.jar finding to the changelog | Reinier Zwitserloot |
2010-01-07 | Adding changelog entry for fixing of issue 96 | Reinier Zwitserloot |
2009-12-30 | changelog for fixing issue 72. | Reinier Zwitserloot |
2009-12-21 | The latest on the master branch is from now on called 'EDGE' and not 'HEAD'. | Reinier Zwitserloot |
2009-12-21 | Added previous fixes to the changelog. | Reinier Zwitserloot |
2009-12-15 | Whoops - forgot to add release date to 0.9.2 in changelog. | Reinier Zwitserloot |
2009-12-15 | Added fix for issue #83 to the changelog. | Reinier Zwitserloot |
2009-12-08 | Added support for SpringSource Tool Suite, which, given that its based on ecl... | Reinier Zwitserloot |
2009-12-08 | Added hailbunny name to upcoming 0.9.2 release. | Reinier Zwitserloot |
2009-12-07 | Added release dates to the changelog | Reinier Zwitserloot |
2009-12-04 | changelog updated for fixing #75. | Reinier Zwitserloot |
2009-12-03 | [TRIVIAL] | Reinier Zwitserloot |
2009-12-03 | Updated changelog with netbeans support note, as well as issue 73, and reorde... | Reinier Zwitserloot |
2009-11-28 | Added new command line abilities of lombok to the changelog. | Reinier Zwitserloot |
2009-11-27 | Updated changelog with the good news on issue #61 (now works on JDK7) | Reinier Zwitserloot |
2009-11-27 | delombok is now part of the master branch! | Reinier Zwitserloot |
2009-11-25 | Updated the changelog with recent changes. | Reinier Zwitserloot |
2009-11-09 | Prep for v0.9.1 release | Reinier Zwitserloot |
2009-11-02 | Pre-release work for v0.9.0. | Reinier Zwitserloot |
2009-10-08 | As we just integrated the lombokpatcher branch, which is a pretty massive cha... | Reinier Zwitserloot |
2009-09-03 | Added changelog for previous commit. | Reinier Zwitserloot |
2009-09-03 | Added changelog note for previous commit. | Reinier Zwitserloot |
2009-09-03 | Added changelog on previous commit. | Reinier Zwitserloot |
2009-09-03 | I think this one FINALLY fixes the problems with SneakyThrows! Issue #30 | Reinier Zwitserloot |