Changelog¶
0.5.1 - Fixed support for default factories¶
- Default values are now correctly set when a default factory is used on the
field
. Fixes #2
0.5.0 - First public version¶
- Initial release with minimal API
get_schema
showing identical behaviour than the example inmarshmallow_dataclass
readme.