Skip to content

Releases: delvelabs/marshmallow-autoschema

0.4.0

19 Feb 20:28
Compare
Choose a tag to compare
  • Use marshmallow 3

0.3.2

10 Oct 17:51
Compare
Choose a tag to compare

Upgrade marshmallow requirement.

Python 3.7

10 Oct 15:19
Compare
Choose a tag to compare
  • Support for Python 3.7

Enum support

07 Feb 16:00
28727c9
Compare
Choose a tag to compare
  • Adds support form python enum data types.
  • Added dependency to marshmallow_enum
  • Limited marshmallow support to 2.x (latest stable)

Added validation decorator

25 Sep 15:49
Compare
Choose a tag to compare
  • Added a decorator to add validators to fields.
  • Documentation update
  • Converted tests to pytest

Initial release

23 Sep 14:57
Compare
Choose a tag to compare
  • Code extracted from work by @qdbp in marshmallow-har
  • Minimal tests and documentation added