v0.4.0
Breaking changes
- This release will break code that relies on type-checking, but was using
Door
instances. In previous versions,Door
s, by default, would have type checking turned on due to the initializer not accepting any value for type checking. *Type checking will now required explicit invocation forDoor
objects, as it has always forBaseDoor
.
What's Changed
- Documentation updates by @teald in #43
- Adding logo, finishing about and quickstart pages. by @teald in #51
- Add an auto wrapper for non func callables and fix typechecking for
Door
objects by @teald in #53 - Return values and argument mapping by @teald in #54
- Assorted clerical stuff by @teald in #55
Full Changelog: v0.3.1...v0.4.0