- Added support for accessing `Dict` keys as attributes. - Added a proper `repr()` implementation for `auto()` datafiles. - Added support for "thawing" objects upon exiting the `frozen()` context manager.
1.3
- Added support for paths relative to the user's home directory.
1.2
- Added a `frozen()` context manager to temporarily disable file updates.
1.1.1
- Fixed handling of `OSError` when trying to determine a models path.
1.1
- Added support for Python 3.10's builtin optional types (e.g. `int | None`). - Fixed handling of commented blocks in YAML files. - Fixed serialization for `list` of `dict` in YAML.