Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-07 | documented in changelog work on supporting JDK10. | Reinier Zwitserloot | |
2018-02-07 | As we’re preparing to release v2, we want to delete the experimental ↵ | Reinier Zwitserloot | |
editions of the Builder and Value annotations… but in case you install lombok v2 into eclipse but use an older lombok as dep in your project, we still do want to process the old annotations. Had to stringly-type a few things to make that happen, but, works now. | |||
2018-02-07 | [var] various upgrades to var: | Reinier Zwitserloot | |
* var is promoted to the main package. * It is no longer an opt-in thing. * bug: var (unlike val) is allowed in old-style for loops, but if you multi-init: for (var i = 0, j="Foo";;), you now get an error that you can't do that. * tests both for the multi-for situation and the new main package variant. | |||
2018-02-06 | [jdk9] add support for using lombok with JDK9 code when compiling using the ↵ | Reinier Zwitserloot | |
new module syntax, and having module-info.java files in your source. | |||
2018-01-09 | Potential fix for #1555 | Roel Spilker | |
2018-01-09 | post-release version bump | Reinier Zwitserloot | |
2018-01-09 | pre-release version bump | Reinier Zwitserloot | |
2018-01-03 | Update changelog: 1.16.[1]6 typo | tingstad | |
"JDK9 support much improved since v1.16.6" -> "... v1.16.16" | |||
2017-12-12 | update doc | Roel Spilker | |
2017-12-12 | support for @Builder on methods with a generified return type. Fixes #1420 | Roel Spilker | |
2017-12-12 | handle @Builder.Default on generic fields. Fixes #1527 | Roel Spilker | |
2017-12-11 | document deprecation of the config key lombok.addGeneratedAnnotation. Fixes ↵ | Roel Spilker | |
#1532 | |||
2017-12-11 | installer now defaults to inserting an absolute path into eclipse.ini | Roel Spilker | |
2017-12-11 | [changelog] Add a note about changing the behaviour of ConstructorProperties ↵ | Reinier Zwitserloot | |
in this release. | |||
2017-12-04 | delombok no longer prints generated outer-instance constructor parameters, ↵ | Roel Spilker | |
fixes #1521 | |||
2017-11-29 | javax.annotation.Generated will no longer be applied by default (Oracle ↵ | Reinier Zwitserloot | |
broke it with JDK9). | |||
2017-11-06 | add changelog for #1505 | Roel Spilker | |
2017-11-06 | Updated to ivy++ v1.22 in order to allow compiling stuff with ecj; j9 no ↵ | Reinier Zwitserloot | |
longer supports 1.4/1.5 but we need it to continue to compile patchtargets for eclipse. | |||
2017-10-26 | update changelog | Roel Spilker | |
2017-07-04 | post-release version bump. | Reinier Zwitserloot | |
2017-07-04 | updated changelog. | Reinier Zwitserloot | |
2017-06-13 | Final touches to the website (very minor typos etc update) | Reinier Zwitserloot | |
2017-03-23 | post-release version bump. | Reinier Zwitserloot | |
2017-03-23 | pre-release version bump.. with a new name! | Reinier Zwitserloot | |
2017-03-23 | Fixed issue #1342: builder now marks generated stuff as deprecated if ↵ | Reinier Zwitserloot | |
appropriate. | |||
2017-03-23 | [i1180] generate ConstructorProperties also for (package) private constructors | Roel Spilker | |
2017-03-23 | [i1329] respect configuration for field access when generating equals, ↵ | Roel Spilker | |
hashCode and toString from Data and Value | |||
2017-03-22 | [changelog][jdk9] added line about provisional jdk9 support. | Roel Spilker | |
2017-03-20 | Fixing issue #1201: Builder now supports defaults! | Reinier Zwitserloot | |
2017-03-07 | Fixed issue #778: problems with onX if the annotation to be added has named ↵ | Reinier Zwitserloot | |
args. | |||
2017-02-14 | [jdk9] changelog | Roel Spilker | |
2017-02-10 | Post-release version bump. | Reinier Zwitserloot | |
2017-02-10 | pre-release version bump. | Reinier Zwitserloot | |
2017-02-10 | [i1274] Add outer name to type name for nested types in equals. | Roel Spilker | |
2017-02-09 | [i1014] Only add lombok.Generated if it is explicitly turned on | Roel Spilker | |
2017-02-07 | Display changelog in installer | Roel Spilker | |
2017-01-20 | Updated changelog to reflect the last 2 updates | Reinier Zwitserloot | |
2017-01-06 | [trivial] forgot a space in the changelog. It looked ugly. | Reinier Zwitserloot | |
2017-01-06 | add `@lombok.Generated` to generated classes, methods and fields | Roel Spilker | |
2016-12-05 | post-release version bump. | Reinier Zwitserloot | |
2016-12-05 | pre-release version bump. | Reinier Zwitserloot | |
2016-12-05 | Fixes #1236: Getter(lazy=true) now emits an error when used on a transient field | Roel Spilker | |
2016-12-05 | Fixes #1254: Value and FieldDefaults should skip static fields | Roel Spilker | |
2016-11-21 | Finish documentation on `var` | Roel Spilker | |
2016-11-07 | [issue #1218] Annotation Processors that have an (internal) dependency on ↵ | Roel Spilker | |
ecj (google's dagger project has this, don't know of any others), when run inside eclipse, bombs with a LinkageError. Fixed. | |||
2016-10-17 | Cleanup | Roel Spilker | |
2016-10-17 | Update changelog | Roel Spilker | |
2016-07-19 | [trivial] typo in changelog and comment in PrettyPrinter.java | Reinier Zwitserloot | |
2016-07-19 | Fix for issue #1076 | Roel Spilker | |
2016-07-15 | post-release version bump | Reinier Zwitserloot | |