- 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.
1.0
- Initial stable release.
0.15.2
- Fixed `ValueError` when loading enum values from TOML files.
0.15.1
- Fixed handling of no file extension to use YAML by default.
0.15
- Removed `auto_load`/`auto_save` model options. - Removed `INDENT_YAML_BLOCKS` setting. - Removed `YAML_LIBRARY` setting. - Renamed `HIDE_TRACEBACK_IN_HOOKS` setting to `HIDDEN_TRACEBACK`. - Renamed `MINIMIZE_LIST_DIFFS` settings to `MINIMAL_DIFFS`.