- Refactored imports - Fixed various bugs - Comprehensive list and tuple validation are not working
3.1.1
- Fixed issue with missing error details - added mapping support to `asdict` method - documentation updates
3.1.0
- added `validate_dataclass` for validating python's dataclasses - fix for frozen dataclasses with defined `__init__` method - fix for validating dataclasses with defined `__init__` method
3.0.1
- Fix broken support for enum types - Documentation fixes
3.0.0
- huge performance boost - support for `compare`, `init`, `repr` in `field` - support for `repr`, `init`, `frozen`, `eq` in `dataclass` - refactored custom type defnition - improved code coverage