Spock v2.5.0
Spock v2.5.0 Release Notes
Major Changes
- Added support for typing.Dict types with type checking for types of both keys and values -- includes advanced types such as Dict[str, Tuple[Callable, Callable]] (#231)
- Added support for advanced typing.Callable types (e.g. List[List[Callable]]) (#230)
- Auto trigger post-init hooks (#232)
Minor Changes
- Fixed versions of pydoc-markdown to fix issue with doc building failing
- Additional unit tests