- Renamed model option `auto_attr` to `infer`. - Deprecated `auto_load`/`auto_save` model options in favor of `manual`.
0.13.3
- Added support for filtering on nested attributes.
0.13.2
- Fixed loading of partially defined nested objects with optional attributes.
0.13.1
- Fixed handling of string annotations for extended types.
0.13
- Added support for generic types. - Added support for sets. - Updated default `attrs` to exclude computed properties, i.e. `field(init=False)`. - Fixed automatic save when modifying nested dictionary values. - Fixed initialization for non-compliant `None` default values.
0.12
- Added `_exclude` parameter to `all()` and `filter()` manager methods to exclude certain objects from loading as a performance optimization. - Fixed handling of untyped `List`/`Dict` annotations in Python 3.9. - Fixed `ValueError` when setting an `Optional[<enum>]` to `None`.