Skip to content
This repository has been archived by the owner on Nov 21, 2020. It is now read-only.

Version 0.8.0

Latest
Compare
Choose a tag to compare
@pappasam pappasam released this 20 Nov 01:41
· 5 commits to master since this release

Major changes in this release!

Added

  • (potential breaking change) add OptionalProperty, UNDEFINED, and Undefined for missing properties. If your code currently relies on None being generated by typing.Optional on missing properties, read the function signature of load and dump.

Changed

  • Error messages are generally much better
  • Better-handle custom exceptions being raised in dataclasses. Useful to elegantly hande validation checks in __post_init__

Fixed

  • Type improvements for NoResult