- Added a `YAML_LIBRARY` setting to control the underlying YAML library. - Fixed ORM methods to handle relative file patterns. - Updated the `datafile` decorator to be able to be called without parentheses to act as `dataclass`. - Updated YAML serialization to preserve quotation marks in files.
0.6
- Added a registration system for custom formatter classes. - Fixed loading of missing attribute from disk for ORM methods. - Added support for file patterns relative to the current directory.
0.5.1
- Removed unnecessary warning when loading objects.
0.5
- 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.