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