Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 539 Bytes

CHANGELOG.rst

File metadata and controls

31 lines (22 loc) · 539 Bytes

Changelog

A list of changes between each release.

0.4.0 (2020-10-27)

  • feat: list can use schema
  • feat: schema_from_dict
  • feat: add schema options

0.3.1 (2019-11-25)

  • feat: remove Const field

0.3.0 (2019-11-14)

  • feat: add many_dump/many_load methods
  • feat: default dict in context
  • bug: add post_load method to Nested schema

0.2.0 (2019-10-28)

  • feat: add post methods and use gather

0.1.0 (2019-10-18)

  • First release