Skip to content

Releases: wimglenn/oyaml

v1.1

07 May 16:18
d019507
Compare
Choose a tag to compare
  • Tagging test suite updates for #29. No change to library code.

v1.0

18 Aug 04:36
45bef7e
Compare
Choose a tag to compare
  • Support for C loaders and dumpers

v0.9

28 Mar 23:17
6350d9d
Compare
Choose a tag to compare
  • preserve the context of a ConstructorError when patching the loader

v0.8

13 Mar 21:16
425fd97
Compare
Choose a tag to compare
  • Support the new FullLoader in PyYAML v5.1+
  • Deserializes maps into a std dict instead of collections.OrderedDict in CPython 3.6

v0.7

13 Sep 15:47
7f23c54
Compare
Choose a tag to compare
  • include LICENSE file in sdist for conda-forge
  • no change for bdist_wheel, but releasing anyway so as not to confuse pip

v0.6

29 Aug 22:32
6afa522
Compare
Choose a tag to compare
  • support PyYAML 4.2 beta
  • add the hooks to SafeLoader as well

v0.5

29 Aug 22:22
38131ef
Compare
Choose a tag to compare

support PyYAML 4.1

v0.4

23 Apr 20:15
155ec0c
Compare
Choose a tag to compare

make sure that dump and safe_dump output are matching for regular dicts

v0.3

18 Apr 17:44
9d676bf
Compare
Choose a tag to compare

Allow safe_dump to process collections.OrderedDict.