Skip to content

v0.4.0

Compare
Choose a tag to compare
@teald teald released this 10 Dec 02:57
· 87 commits to main since this release
d6ebd10

Breaking changes

  • This release will break code that relies on type-checking, but was using Door instances. In previous versions, Doors, 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 for Door objects, as it has always for BaseDoor.

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