Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-20 | import lombok.*; wasn't working in eclipse. It is now. | Reinier Zwitserloot | |
Fixes issue #102. | |||
2010-07-20 | import 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-19 | Added 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-19 | Added support for @NoArgsConstructor, @RequiredArgsConstructor and ↵ | Reinier Zwitserloot | |
@AllArgsConstructor for eclipse. Implements issue #79. | |||
2010-07-18 | All generated fields and methods now get a @SuppressWarnings("all"). | Reinier Zwitserloot | |
Implements issue #47. | |||
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 ↵ | 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-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 the publishing instructions. | Reinier Zwitserloot | |
2009-12-03 | Cleaned 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-03 | Updated changelog with netbeans support note, as well as issue 73, and ↵ | Reinier Zwitserloot | |
reordered and reformatted a few existing messages. | |||
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 ↵ | Reinier Zwitserloot | |
change, we've upped the next version number to 0.9.0 | |||
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 | |
2009-09-02 | There 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-01 | Fixed 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-28 | Fixes issue #35: ToString now defaults to includeFieldNames=true. | Reinier Zwitserloot | |
2009-08-28 | Updated documentation for @NonNull (and the changelog). | Reinier Zwitserloot | |
2009-08-27 | Updated the changelog (WIP 0.8.4) | Reinier Zwitserloot | |
2009-08-21 | Whoops, forgot to update the changelog of 0.8.3. | Reinier Zwitserloot | |
2009-08-01 | The warning for not enabling callSuper cannot be avoided, but there are ↵ | Reinier Zwitserloot | |
legal reasons for using it, so, changed it: explicitly setting 'callSuper=false' removes the warning. You only get the warning if callSuper is false because that's the default. Fixes issue #13 | |||
2009-07-29 | Added support for maven. | Reinier Zwitserloot | |
2009-07-29 | Use single quote instead of double quote in javadoc generation due to wonky | Roel Spilker | |
behaviour of javadoc tool Worked on feature documentation Renamed all "link to issue" to "Issue #n" | |||
2009-07-27 | Reflected issues #8 and #11 in the changelog. | Reinier Zwitserloot | |
2009-07-26 | Version up to 0.8.2-HEAD as I just published. | Reinier Zwitserloot | |
2009-07-26 | Quick and dirty documentation on how to release a new version. | Reinier Zwitserloot | |
2009-07-26 | Added changelog tracking. | Reinier Zwitserloot | |
2009-07-11 | More work on the website. | Reinier Zwitserloot | |
2009-07-10 | I forgot; HandleSetter/HandleGetter already act appropriately with static ↵ | Reinier Zwitserloot | |
modifiers. | |||
2009-07-10 | Worked a lot on the 'what's next' documentation. | Reinier Zwitserloot | |