You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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)