aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2011-09-20Fixed issue #269: annotations on enum values weren't being printed by delombok.Reinier Zwitserloot
2011-09-20preparing for an edge release, and updated changelog.Reinier Zwitserloot
2011-08-19Preparing for release of 0.10.0-final; updated version and cleaned up changelog.Reinier Zwitserloot
2011-08-15Removed support for onMethod, onParam and onConstructor due to javac7 type in...Roel Spilker
2011-08-08changelog update for issue #249Roel Spilker
2011-08-02Updated changelog to reflect fixing 164.Reinier Zwitserloot
2011-07-18UPdated changelog for the equals/hashCode/canEqual fix (issue #240)Roel Spilker
2011-06-21changelog fix number 3 of the day.Reinier Zwitserloot
2011-06-21And another typo in the changelog fixed.Reinier Zwitserloot
2011-06-21Typoed it's. git blame says I did it. I conclude I'm an idiot.Reinier Zwitserloot
2011-06-20forgot a few things in the changelog.Reinier Zwitserloot
2011-06-20Updated changelogReinier Zwitserloot
2011-05-16updated changelog for issue #210grootjans
2011-05-09Added Issue 210 the the changelog.Roel Spilker
2011-03-22jarjar now used to make sure asm is no longer on the bootclasspath when using...Reinier Zwitserloot
2011-03-16Updated instructions for publishing a new versionReinier Zwitserloot
2011-03-13Updated maven pom and deploy process; now lombok is linked in mavencentral so...Reinier Zwitserloot
2011-03-06Added our issue tracker to our pomReinier Zwitserloot
2011-03-06added developers and contributors to maven pom.Reinier Zwitserloot
2011-02-15Updated changelog to represent fix for issue #177.Roel Spilker
2011-02-07Updated changelog for @Delegate and 'val'grootjans
2011-02-07trivial change: Removed bug 181 from the changelog. It's too trivial to put o...Reinier Zwitserloot
2011-02-07Updated changelog to reflect fix of issue #148 (getter/setter with booleans w...Reinier Zwitserloot
2011-02-07Removed planned extension 'make @SneakyThrows not runtime dependent on lombok...Reinier Zwitserloot
2011-01-31Calling 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-07Updated changelogRoel Spilker
2010-11-06Updated changelogRoel Spilker
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
2010-07-21Added 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-20import lombok.*; wasn't working in eclipse. It is now.Reinier Zwitserloot
2010-07-20import lombok.AccessLevel is now also removed during delomboking.Reinier Zwitserloot
2010-07-19Added support for @ConstructorProperties generation for generated constructors.Reinier Zwitserloot
2010-07-19Added support for @NoArgsConstructor, @RequiredArgsConstructor and @AllArgsCo...Reinier Zwitserloot
2010-07-18All generated fields and methods now get a @SuppressWarnings("all").Reinier Zwitserloot
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