- Document difference with pydantic - Allow merged fields to have conversions - Add as_str shortcut for conversion from/to str - Fixes
0.12.1
Not secure
- Improve deserialization performance - Fix `dataclass_model` `schema_ref` handling - Fix `ImportError` when graphql-core is not installed
0.12
Not secure
- internal refactoring of dataclass handling - Undefined - dataclass model - serialized fields - GraphQL support
0.11.1
Not secure
- Fix an issue when typing_extensions was not installed
0.11
Not secure
- Major internal refactoring resulting in x2 speed improvement. - Remove type checker and configuration management - Validators inside `Annotated` are now stacked - Fix issue when *typing-extensions* was not installed
0.10.2
Not secure
- Fix generic dataclass merged fields for Python 3.6