Skip to content

v 0.3 ✅

Latest
Compare
Choose a tag to compare
@maread99 maread99 released this 19 Feb 10:34

What's Changed

Now supports dataclasses, *args and **kwags (with optional validation of arguments received to *args and **kwargs).

New Features

  • Support for type-annotated *args and **kwargs packing arguments. (#9) @maread99
  • New parse_cls decorator provides type-annotated validation, coercion and parsing of dataclasses (#9) @maread99