- Migrate from collections.Iterable to typing.Iterable to remove a warning - Add user defined metadata to Resource.Meta object - Add a reserved word guard, starting with fields (using fields causes clean_fields to go into a infinite recursion loop)
1.6.2
=====
- Migrate string formatting from % to "".format - Apply black code style on all code - Improve some type hints - Add a Text block to XML Codec
- Remove encoding option for msgpack (this has been removed from msgpack itself) - Correct some typing inconsistencies (EnumField was the most obvious fix) - Package is now managed by poetry - Migrate to GitHub Actions - Static analysis and Coverage reporting now handled by SonarCloud. - Toml Codec
1.5.2
===== - Relax overly tight dependency specification. Removed pyup.io it is not suitable for packages.
1.5
===
- Improvements to sphinx autodoc generation - Improvements to enum support