- Fixed handling of invalid YAML files in manager methods.
1.4.2
- Fixed exception when `Union[int, float]` or `Union[str, ...]` is used.
1.4.1
- Fixed exception when `TypedDict` is used, but schema is not yet supported.
1.4
- 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.