Skip to content

Spock v2.5.0

Compare
Choose a tag to compare
@ncilfone ncilfone released this 21 Mar 15:28
· 72 commits to master since this release
6d1213d

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