Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@Zegveld Zegveld released this 18 Dec 14:00
· 4 commits to main since this release

1.0.0 (12-12-2023)

  • introduced the verbose option for output on which classes get builders generated for them. (#43)
  • generate javadoc for the builder. (#41)
  • support subpackages of java.lang. (#34)
    • support subpackages of the current builder. (#47)
  • allow a constructor which accepts the builder as input. (#31)
  • if for an unexpected reason the builder generator crashes it now adds information about during which class and general location in the process it crashes (#44)
  • The builder generator now tries to generate as many builders as possible, even if builder generation would result in a runtime exception of the generator itself. (#44)
  • Added support for package scope fields. (#50)
  • Constructor arguments are now validated as required arguments when calling the build method. (#39)