Skip to content

Type or None support

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Oct 16:33
· 10 commits to main since this release
3f904c3

What's Changed

New Functionality

  • ✨ Accept Union[X, None] and python 10's X | None as an alternative to Optional[X] by @Luttik in #8

Behind the scenes

  • ✨ Drastically simplified the test-suite by @Luttik in #7
  • ✨ Further improved workflow by @Luttik in #9

Full Changelog: v0.1.11...v0.2.0