aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
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 appropr...Reinier Zwitserloot
2017-03-23[i1180] generate ConstructorProperties also for (package) private constructorsRoel Spilker
2017-03-23[i1329] respect configuration for field access when generating equals, hashCo...Roel Spilker
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 a...Reinier Zwitserloot
2017-02-14[jdk9] changelogRoel Spilker
2017-02-10Post-release version bump.Reinier Zwitserloot
2017-02-10pre-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 onRoel Spilker
2017-02-07Display changelog in installerRoel Spilker
2017-01-20Updated changelog to reflect the last 2 updatesReinier Zwitserloot
2017-01-06[trivial] forgot a space in the changelog. It looked ugly.Reinier Zwitserloot
2017-01-06add `@lombok.Generated` to generated classes, methods and fieldsRoel Spilker
2016-12-05post-release version bump.Reinier Zwitserloot
2016-12-05pre-release version bump.Reinier Zwitserloot
2016-12-05Fixes #1236: Getter(lazy=true) now emits an error when used on a transient fieldRoel Spilker
2016-12-05Fixes #1254: Value and FieldDefaults should skip static fieldsRoel Spilker
2016-11-21Finish documentation on `var`Roel Spilker
2016-11-07[issue #1218] Annotation Processors that have an (internal) dependency on ecj...Roel Spilker
2016-10-17CleanupRoel Spilker
2016-10-17Update changelogRoel Spilker
2016-07-19[trivial] typo in changelog and comment in PrettyPrinter.javaReinier Zwitserloot
2016-07-19Fix for issue #1076Roel Spilker
2016-07-15post-release version bumpReinier Zwitserloot
2016-07-15pre-release version bumpReinier Zwitserloot
2016-06-29update changelogRoel Spilker
2016-06-28[i913] Prevent NPE in PatchDelegate when binding.scope is nullRoel Spilker
2016-06-09#1117: add claiming annotation processorRoel Spilker
2016-05-11Update changelogRoel Spilker
2016-03-07pre-release version bump.Reinier Zwitserloot
2016-03-07changelog for fixing @HelperReinier Zwitserloot
2015-12-18fix #986: add @Target and @Retention to @Builder.ObtainViaRoel Spilker
2015-12-18fix issue #932: `@Delegate` would not generate varargs on javacRoel Spilker
2015-12-07add text to change for edge-specific features.Roel Spilker
2015-11-23[Fixes #945] wither methods for abstract classes now slightly less useless.Reinier Zwitserloot
2015-11-23[Fixes #965] Adds a config key to automatically determine the behaviour of eq...Reinier Zwitserloot
2015-11-22[Fixes #972] 1-arg lambdas with explicit typing on the argument did not prett...Reinier Zwitserloot
2015-11-17updated changelog to reflect adding issue #937Reinier Zwitserloot
2015-11-16[Fixes #63] finished accept on patch request to add support for `@Builder` on...Reinier Zwitserloot
2015-11-16[builder] Added clearX() functionality for `@Singular` annotations for javac....Reinier Zwitserloot
2015-10-26[#950] Changelog record for fixing issue 950.Roel Spilker
2015-10-06New feature: FieldDefaults can now be configured to apply to _every_ file, re...Reinier Zwitserloot