aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog.markdown
AgeCommit message (Expand)Author
2019-03-26[i2078] Add possibility to generate assert on `@NonNull`Roel Spilker
2019-03-25[fixes #2046] you can now suppress the builder() method, useful if you only w...Reinier Zwitserloot
2019-03-25[docs] we had 2 references to v2.0.0; in the end that turned out to simply be...Reinier Zwitserloot
2019-02-19var/val in Eclipse can now handle intersection types, fixes #1986Roel Spilker
2019-02-12post-release version bumpReinier Zwitserloot
2019-02-12prerelease version bumpReinier Zwitserloot
2019-01-29update changelogRoel Spilker
2019-01-29[fixes #2024] FieldNameConstants was causing lots of problems in eclipse, esp...Reinier Zwitserloot
2019-01-15update changelog regarding #2008Roel Spilker
2019-01-08[#1033] steps on the way to issue 1033: You can add cleanup tasks which are d...Reinier Zwitserloot
2019-01-08@Delegate @NonNull would error on jdk8, fixes #1935Roel Spilker
2018-11-06[fixes #1888] [jdk12] lombok can deal with the changes to case/break nodes in...Reinier Zwitserloot
2018-11-06Improve toString generation for enums. Fixes #1916Roel Spilker
2018-11-05[fixes #1918] toString now supports a configkey to tell it how to deal with s...Reinier Zwitserloot
2018-11-01[feature] FieldNameConstants now works like Builder: Make whatever bits it do...Reinier Zwitserloot
2018-11-01[fixes #1932] We broke the delombok ant task.Reinier Zwitserloot
2018-10-30post-release version bump.Reinier Zwitserloot
2018-10-30pre-release version bumpReinier Zwitserloot
2018-10-30cleaning up the changelog in preparation for a release.Reinier Zwitserloot
2018-10-16[fixes #1795] you can now pass arguments to delombok via file in the same way...Reinier Zwitserloot
2018-10-16[Fixes #1848] Added support to delombok for properly handling jigsaw (module-...Reinier Zwitserloot
2018-10-15Don't initialize already initialized final fields. Fixes #1829.Roel Spilker
2018-10-15[fixes #1324] toBuilder with @Singular marked collections that are null no lo...Reinier Zwitserloot
2018-09-18Finishing work on making lombok do sensible things with TYPE_USE annotations ...Reinier Zwitserloot
2018-09-10update changelogRoel Spilker
2018-09-03Add Angular IDE support in installer, fixes #1830Roel Spilker
2018-08-27Update changelogRoel Spilker
2018-08-21[#1806] Potential fix for java 11 in regards to module system.Reinier Zwitserloot
2018-08-21[#1808] Probable fix: Using module names with dots in them was causing issues...Reinier Zwitserloot
2018-07-29docs for the redesigned FieldNameConstants.Reinier Zwitserloot
2018-07-26post-release version bumpReinier Zwitserloot
2018-07-26pre-release version bumpReinier Zwitserloot
2018-07-25[Fixes issue #1783] lombok.var / lombok.experimental.var import would be remo...Reinier Zwitserloot
2018-07-17Attempting to fix issues with integration with mapstruct; issue #1359Reinier Zwitserloot
2018-07-03[Fixes #1347] issues with no-args constructor and Builder.Default now documen...Reinier Zwitserloot
2018-06-19changelogRoel Spilker
2018-06-13added SuperBuilder to the changelogReinier Zwitserloot
2018-06-05post-release version bumpReinier Zwitserloot
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 be...Reinier Zwitserloot
2018-06-04Do not generate a private no-args constructor if:Roel Spilker
2018-06-04Fixex #1697: google’s FluentLogger (Flogger) now available as one of lombok...Reinier Zwitserloot
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 Equ...Reinier Zwitserloot