Releases: wimglenn/oyaml
Releases · wimglenn/oyaml
v1.1
- Tagging test suite updates for #29. No change to library code.
v1.0
- Support for C loaders and dumpers
v0.9
- preserve the context of a
ConstructorError
when patching the loader
v0.8
- Support the new
FullLoader
in PyYAML v5.1+
- Deserializes maps into a std
dict
instead of collections.OrderedDict
in CPython 3.6
v0.7
- include LICENSE file in sdist for conda-forge
- no change for bdist_wheel, but releasing anyway so as not to confuse pip
v0.6
- support PyYAML 4.2 beta
- add the hooks to SafeLoader as well
v0.4
make sure that dump
and safe_dump
output are matching for regular dicts
v0.3
Allow safe_dump
to process collections.OrderedDict
.