Skip to content

Spock v2.3.2

Compare
Choose a tag to compare
@ncilfone ncilfone released this 03 Jan 20:29
· 100 commits to master since this release
d8eee88

Spock v2.3.2 Release Notes

Minor Changes

  • When coded values are passed to the repeated list def they now get caught via an instance check within the list field handlers (#200)
  • Allows for multiple semantics for defining defaults of lists of repeated classes. If no config values are passed or defaults are coded it will fall back on the base classes defaults and instantiate a list of length equal to the number of class instances specified in the default constructor (#200)
  • Added more unit tests (#200)