- Added an `INDENT_YAML_BLOCKS` setting to optionally use the old serialization behavior. - Disabled initial file creation when `settings.HOOKS_ENABLED = False` is set.
0.4.2
- Fixed a `TypeError` when converting custom types with `from __future__ import annotations` enabled.
0.4.1
- Fixed a `TypeError` when converting non-builtin attributes.
0.4
- Fixed ORM methods for datafiles with relative path patterns. - Added plugin for `mypy` support. - Updated YAML format to indent lists.
- Added an option to automatically resave files after loading. - Added an option to automatically reload files after saving. - Added a registration system for custom converter classes. - Added initial support for file inference via `auto(filename)`.