Skip to content

RELEASE-0.1.11

Compare
Choose a tag to compare
@caelcs caelcs released this 21 Nov 13:44
· 15 commits to master since this release
fee08e5

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.