aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2012-10-29fix for issue #423: @ExtensionMethods failed with an NPE in the handler on ↵Reinier Zwitserloot
javac if generated constructors are involved.
2012-10-23added previous fix to changelog.Reinier Zwitserloot
2012-10-22Fixes issue 422: VerifyError when running delombok in a javac7 environment.Reinier Zwitserloot
2012-08-28If the JVM is started with -Dlombok.disable, lombok is disabled entirely for ↵Reinier Zwitserloot
both eclipse/ecj and javac operations.
2012-08-13prerelease version bumpReinier Zwitserloot
2012-08-13Documentation for @Value, @FieldDefaults, @WitherReinier Zwitserloot
2012-07-17Updated changelog with fixes for 396 and 399.Reinier Zwitserloot
2012-07-11expanded on something in the changelog.Reinier Zwitserloot
2012-07-11fixed some markdown errors in the changelog.Reinier Zwitserloot
2012-07-11Fixed an issue where the installer tool would erroneously complain about ↵Reinier Zwitserloot
needing root access to install/uninstall lombok.
2012-07-11Made lombok more stable in netbeans based on some smart observations by Jan ↵Jan Lahoda
Lahoda of team Netbeans.
2012-07-06Updated changelogRoel Spilker
2012-07-03version bump in preparation of releaseReinier Zwitserloot
2012-07-02Updated changelog for issue #377grootjans
2012-06-25Updated changelogRoel Spilker
2012-06-25Added tests for this() call in SneakyThrows (issue 381)Roel Spilker
2012-06-18added fix of issue 376 to changelogRoel Spilker
2012-06-18Added documentation for @ExtensionMethod featureReinier Zwitserloot
2012-04-30Added issue 366 to the changelogRoel Spilker
2012-04-23added some notes on what we fixed since 0.11.0 release.Reinier Zwitserloot
Also belatedly bumped version to 0.11.1.
2012-03-27pre-release version bumpReinier Zwitserloot
2012-03-27added note about android documentation and 'java -jar lombok.jar publicApi'.Reinier Zwitserloot
2012-03-27Finished up documentation for Accessors.Reinier Zwitserloot
2012-03-27Updated changelog: issue 326Roel Spilker
2012-03-26trivial update to changelog.Reinier Zwitserloot
2012-03-26Added issue 339 to the changelogRoel Spilker
2012-03-19Updated changelogRoel Spilker
2012-03-05Merge branch 'master' of github.com:rzwitserloot/lombokRobbert Jan Grootjans
Conflicts: doc/changelog.markdown
2012-03-05PrettyCommentsPrinter now prints default clause of annotation methods. Fixes ↵Robbert Jan Grootjans
Issue #350
2012-03-05Updated changelogRoel Spilker
2012-02-27Update changelogSander Koning
2012-02-15Updated changelog with the recent changes.Reinier Zwitserloot
2012-02-15'val' is no longer legal in basic for loops now. Fixes issue #346Reinier Zwitserloot
2012-01-24Updated changelogRoel Spilker
2012-01-19prerelease bump to 0.10.8Reinier Zwitserloot
2012-01-19Updated changelog to reflect issue 325 fixes.Reinier Zwitserloot
2012-01-19updated documentation to reflect ability of putting delegate on methods.Reinier Zwitserloot
2012-01-16Updated changelog. REGRESSION now marks actual regressions in this version.Sander Koning
2012-01-09The line about lombok added to the about dialog wasn't working for all ↵Roel Spilker
eclipse releases and ways to boot up eclipse. Now it does. Also added an item for this in the changelog.
2012-01-09Updated changelogRoel Spilker
2012-01-02Fixed issue #320: since 0.10.6, lombok didn't work anymore in ecj ↵Reinier Zwitserloot
(ClassNotFoundError).
2011-12-19bumping version number pending official release of 0.10.6Reinier Zwitserloot
2011-12-19Added building lombok-utils to build file.Reinier Zwitserloot
2011-12-19Updated changelogRoel Spilker
2011-12-15Added changelog entry for previous commit (fixing #242 - memory leaks in ↵Reinier Zwitserloot
netbeans)
2011-11-28Added changelog notes for previous fixes, issues 51 and 301)Reinier Zwitserloot
2011-11-21release versioning prep 0.10.4Reinier Zwitserloot
2011-11-20Additional fix for issue 300: Using 'lombok.val' written out in full would ↵Reinier Zwitserloot
cause ArrayIndexOutOfBoundsException: 0 errors to pop up in the editor. Also updated changelog.
2011-11-20Added changelog for previous commit (fixing issue 299)Reinier Zwitserloot
2011-11-15Added fixing of issues 90, 138, 263, 286 to changelog. (all jvanderhel's work)Reinier Zwitserloot