Small fixes: * Fixed `SchematicsModelField` conversion error handling
1.5.3
1.5.2
Small fixes: * Fixed `SchematicsModelField` mapping of list item errors (index wasn't forced to string)
1.5.1
Small fixes: * Fixed bug in `DataError.errors` when errors were reported both by the dict and of some of its items
1.5.0
Small features: * Added `get` and `__getitem__` (`model["field"]`) to `Model` * Can be used to retrieve fields (incl. serializable), properties and explicit slots * Explicit `AnyField` allows using any type annotation, not just `typing.Any`
Fixes: * Fixed `repr` for models with `AnyField`
1.4.3
Changes: * Made it much easier to declare custom fields with required parameters