Skip to content

v4.0.0

Compare
Choose a tag to compare
@pmrogala pmrogala released this 01 Oct 20:30
· 53 commits to main since this release

4.0.0 - 2021-10-01

Added

  • Now you can configure the global settings for all your builders in an assembly, by BuildenatorConfigurationAttribute
    • By default null values are passed to MakeBuilderAttribute, so then the global attribute has priority over the all builders.

Changed

  • Breaking change Now values are generated on build, i.e. the lazy approach rather than the eager one
    • it helps with generating unique objects on each build call
  • Breaking change Static default builder is enabled by default