- Updated `Manager.get()` to handle default values in pattern arguments.
2.2
- Added a `sync()` utility to map arbitrary objects to the filesystem.
2.1.2
- Fixed the `mypy` plugin to support newer versions.
2.1.1
- Fixed missing default value for `target_object` in container converters.
2.1
- Added support for Python 3.11. - Updated `Manager.get()` to be more flexible with positional arguments. - Added support for passing `frozen=True` to the underlying `dataclass`. - Added `py.typed` to tell type checkers that `datafiles` has types.