Releases: pmrogala/Buildenator
Releases · pmrogala/Buildenator
v4.2.0
4.2.0 - 2022-08-01
Added
- a method
PostBuild
, so you can do whatever you want after the default building method process.- to "override" it, you just simple write your definition:
public void PostBuild(<<className>> buildResult) { /*your code here*/ }
- to "override" it, you just simple write your definition:
Changed
- Moving stuff around, preparing for unit testing the solution
- The Code build with the sdk 6
v4.1.4
v4.1.3
v4.1.2
v4.1.1
v4.1.0
v4.0.0
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.
- By default null values are passed to
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