aboutsummaryrefslogtreecommitdiff
path: root/website/templates/features
AgeCommit message (Collapse)Author
2019-08-27[With] updated documentation for Wither/WithReinier Zwitserloot
2019-07-16[website] [fixes #2167] be more clear about how the constructor generation ↵Reinier Zwitserloot
interacts if both `@Value` and `@Builder` are on the same class.
2019-07-16[Fixes #2115] builder fields tracking a property that has a default set is ↵Reinier Zwitserloot
now called `$value` in order to convey that you shouldnt manually mess with it.
2019-07-09Merge branch 'customlog'Reinier Zwitserloot
2019-07-09[builder] added a feature: you can now configure builder class name via the ↵Reinier Zwitserloot
config system
2019-07-02[website] tidelift updateReinier Zwitserloot
2019-05-22Fixes for CustomLog, AUTHORS entry, extended changlogAdam Juraszek
2019-05-22[website] changed the tidelift link to be more prominent + on docs pagesReinier Zwitserloot
2019-05-21Code review for `@CustomLog`, and added documentation and a changelog entry.Reinier Zwitserloot
2019-05-01[issue #2092] Add an uppercase option to FieldNameConstantsReinier Zwitserloot
2019-05-01Merge branch 'master' of github.com:rzwitserloot/lombokReinier Zwitserloot
2019-05-01[fixes #2083] adds feature ‘access level’ to `@Builder`Reinier Zwitserloot
2019-05-01Fix docs. Fixes #2099Roel Spilker
2019-04-27addition of documentation for using Value and NonFinaldaliclass
2019-03-26Merge branch 'patch-1' of https://github.com/Atry/lombok into Atry-patch-1Roel Spilker
2019-03-26typoRoel Spilker
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 ↵Reinier Zwitserloot
want toBuilder(). Also suppresses the warnings about any missing Builder.Default annotations.
2019-03-25[docs] we had 2 references to v2.0.0; in the end that turned out to simply ↵Reinier Zwitserloot
be v1.16.20.
2019-03-15Mention sbt-delombok杨博 (Yang Bo)
2019-02-19[issue #2039] update docs to warn about a javac peculiarity for named static ↵Reinier Zwitserloot
imports.
2019-01-29[fixes #2013] documentation for config system was still referring to ↵Reinier Zwitserloot
deprecated keys.
2019-01-21typoJan
2019-01-21toBuilder required for all superclasses; removed Singular smallprintJan Rieke
2018-12-17[website] updated docs of FieldNameConstants to show how to generate an enum ↵Reinier Zwitserloot
instead of a static class.
2018-11-12[issue #1938] addressing some small issues with the documentation.Reinier Zwitserloot
2018-11-05[fixes #1918] toString now supports a configkey to tell it how to deal with ↵Reinier Zwitserloot
super.
2018-11-01[feature] FieldNameConstants now works like Builder: Make whatever bits it ↵Reinier Zwitserloot
does by hand and lombok fills in whatever is missing.
2018-10-29Merge pull request #1871 from janrieke/customizableSuperBuilderReinier Zwitserloot
Customizable SuperBuilder
2018-10-16[Fixes #1848] Added support to delombok for properly handling jigsaw ↵Reinier Zwitserloot
(module-info) style projects.
2018-10-15Remove references to suppressConstructorProperties, fixes #1873Roel Spilker
2018-10-15Merge branch 'master' into janrieke-superToBuilderReinier Zwitserloot
2018-10-15#1881 add documentationRoel Spilker
2018-09-24SuperBuilder: feature historyJan Rieke
2018-09-24SuperBuilder: customization documentationJan Rieke
2018-09-24SuperBuilder toBuilder documentationJan Rieke
2018-09-18updated docs to reflect change to copyable annotationsReinier Zwitserloot
2018-09-11layout delombok pageRoel Spilker
2018-08-02[website] added some ugly docs on how to interop jackson and builder. We ↵Reinier Zwitserloot
need to make this prettier later and add the magic for how to interop Singular with Jackson later.
2018-07-29docs for the redesigned FieldNameConstants.Reinier Zwitserloot
2018-07-03[Fixes #1347] issues with no-args constructor and Builder.Default now ↵Reinier Zwitserloot
documented and fixed.
2018-06-13[trivial] make the website build again, bugfix in template loading of ↵Reinier Zwitserloot
SuperBuilder.html.
2018-06-13Merge branch 'janrieke-superBuilder'Reinier Zwitserloot
2018-06-13[SuperBuilder] code review, style update, making it JDK1.6 compatible, ↵Reinier Zwitserloot
documentation review, bugfix for setter auto-presuming chaining even when you didn’t configure it to chain.
2018-06-06next lombok version is 1.18.1Jan Rieke
2018-06-04`@NonNull` now uses a slightly longer exception message.Reinier Zwitserloot
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-04Fixex #1697: google’s FluentLogger (Flogger) now available as one of ↵Reinier Zwitserloot
lombok’s log annotations.
2018-06-01next lombok version is 0.16.23Jan Rieke
2018-06-01support @Builder.DefaultJan Rieke