Skip to content

Releases: caelcs/builder4test

RELEASE-0.2.1

20 Mar 22:02
fe14727
Compare
Choose a tag to compare

#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

20 Mar 16:35
Compare
Choose a tag to compare

Fixing all these issues:

#18, #19, #20, #21.

IMPORTANT NOTE: this version is NOT backward compatible. you will need to adjust your code to use this version.

RELEASE-0.1.13

16 Mar 16:08
9baa7a8
Compare
Choose a tag to compare

Support for creators as default values and overrides methods

RELEASE-0.1.12

22 Nov 22:11
f3bce8b
Compare
Choose a tag to compare

Adding nullify method in order to set null tu fields to avoid passing null as a value.

RELEASE-0.1.11

21 Nov 13:44
fee08e5
Compare
Choose a tag to compare

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.