Releases: delvelabs/marshmallow-autoschema
Releases · delvelabs/marshmallow-autoschema
0.4.0
0.3.2
Upgrade marshmallow requirement.
Python 3.7
- Support for Python 3.7
Enum support
- Adds support form python enum data types.
- Added dependency to marshmallow_enum
- Limited marshmallow support to 2.x (latest stable)
Added validation decorator
- Added a decorator to add validators to fields.
- Documentation update
- Converted tests to pytest
Initial release
- Code extracted from work by @qdbp in marshmallow-har
- Minimal tests and documentation added