Skip to content

Stoke v2.4.1

Compare
Choose a tag to compare
@ncilfone ncilfone released this 26 Jan 21:08
· 86 commits to master since this release
15aa79c

Spock v2.4.1 Release Notes

Minor Changes

  • Added evolve functionality similar to the underlying attrs lib that allows you to evolve the underlying Spockspace and return a new Spockspace object with the requested deltas. The evolve interface takes in instantiated @spock decorated classes, uses the deltas to evolve the underlying attrs classes, and then returns a new SpockSpace object (#211)
  • Added in a function to convert any SpockSpace generated from a ConfigArgBuilder/SpockBuilder object to its dictionary representation (#213)
  • Updated documentation (#210, #212)