Spock v2.3.3
Spock v2.3.3 Release Notes
Minor Changes
- New graph backend from #181 was causing translation from Spockspace to native python dictionary to fail in certain cases: (1) optional Enum's of @spock decorated classes, (2) nested @spock classes with definitions coming in from configuration file(s) -- as these were not getting recursed in the config check. Fixed with #201
- Added more unit tests (#201)