Releases: caelcs/builder4test
Releases · caelcs/builder4test
RELEASE-0.2.1
#26 Remove Creator and use instead a Function.
Breaking change for your code if you are using Creator interface. Sorry about that.
RELEASE-0.2.0
RELEASE-0.1.13
Support for creators as default values and overrides methods
RELEASE-0.1.12
Adding nullify method in order to set null tu fields to avoid passing null as a value.
RELEASE-0.1.11
Within this new release there is a change in the DSL:
- creating list requires a elements tag so can provides more consistency:
Builder.build().list(creator).elements(),element().override().end
- Remove the exposure of put method in the lookup in the creator.
- default size of the list is 1 if you don't specify it.