aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2018-06-05pre-release version bumpReinier Zwitserloot
2018-06-04Make `extraPrivate` opt-in instead of opt-out. Fixes #1708Roel Spilker
2018-06-04FieldNameConstants now defaults to having a prefix ‘FIELD_’, which can ↵Reinier Zwitserloot
be configured both on the annotation itself and via a config key. This totally breaks compatibility with the previous lombok release, but, hey, it’s in experimental and it’s been one week. This is better.
2018-06-04Do not generate a private no-args constructor if:Roel Spilker
- The class has a parent class - There is an explicit XxxArgsConstructor annotation that would generate a no-args constructor Fixes #1703, fixes #1704, fixes #1712
2018-06-04Fixex #1697: google’s FluentLogger (Flogger) now available as one of ↵Reinier Zwitserloot
lombok’s log annotations.
2018-06-04changelog now mentions fix for issue 1709Reinier Zwitserloot
2018-06-04Remove delombok shorthand for onlyChanged, fixes #1705Roel Spilker
2018-05-29[release] post-release version bumpReinier Zwitserloot
2018-05-29[release] pre-release version bumpReinier Zwitserloot
2018-05-28[trivial] small update to changelogReinier Zwitserloot
2018-05-28Update docs.Roel Spilker
2018-05-15[documentation] documenting the new-style include/exclude of ToString and ↵Reinier Zwitserloot
EqualsAndHashCode
2018-05-14fixes #1580 - documenting Pascal Bihler's contribution to making lombok run ↵Reinier Zwitserloot
better with gradle
2018-04-30jdk10: update download for the jdkRoel Spilker
2018-04-23document fix in edge releaseRoel Spilker
2018-04-23Allow onMethod and onParam in @Getter and @Setter if it is put on a typeRoel Spilker
2018-04-10Potential fix for #1604Roel Spilker
2018-04-09update changelogRoel Spilker
2018-04-05[fieldNameConstants] code review, docs, tests, fixup.Reinier Zwitserloot
2018-02-07documented in changelog work on supporting JDK10.Reinier Zwitserloot
2018-02-07As 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-09Potential fix for #1555Roel Spilker
2018-01-09post-release version bumpReinier Zwitserloot
2018-01-09pre-release version bumpReinier Zwitserloot
2018-01-03Update changelog: 1.16.[1]6 typotingstad
"JDK9 support much improved since v1.16.6" -> "... v1.16.16"
2017-12-12update docRoel Spilker
2017-12-12support for @Builder on methods with a generified return type. Fixes #1420Roel Spilker
2017-12-12handle @Builder.Default on generic fields. Fixes #1527Roel Spilker
2017-12-11document deprecation of the config key lombok.addGeneratedAnnotation. Fixes ↵Roel Spilker
#1532
2017-12-11installer now defaults to inserting an absolute path into eclipse.iniRoel Spilker
2017-12-11[changelog] Add a note about changing the behaviour of ConstructorProperties ↵Reinier Zwitserloot
in this release.
2017-12-04delombok no longer prints generated outer-instance constructor parameters, ↵Roel Spilker
fixes #1521
2017-11-29javax.annotation.Generated will no longer be applied by default (Oracle ↵Reinier Zwitserloot
broke it with JDK9).
2017-11-06add changelog for #1505Roel Spilker
2017-11-06Updated 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-26update changelogRoel Spilker
2017-07-04post-release version bump.Reinier Zwitserloot
2017-07-04updated changelog.Reinier Zwitserloot
2017-06-13Final touches to the website (very minor typos etc update)Reinier Zwitserloot
2017-03-23post-release version bump.Reinier Zwitserloot
2017-03-23pre-release version bump.. with a new name!Reinier Zwitserloot
2017-03-23Fixed issue #1342: builder now marks generated stuff as deprecated if ↵Reinier Zwitserloot
appropriate.
2017-03-23[i1180] generate ConstructorProperties also for (package) private constructorsRoel 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-20Fixing issue #1201: Builder now supports defaults!Reinier Zwitserloot
2017-03-07Fixed issue #778: problems with onX if the annotation to be added has named ↵Reinier Zwitserloot
args.
2017-02-14[jdk9] changelogRoel Spilker