0ebd6e5ef9
- update to 0.18.10: * implemented changes to the setup.py for Python 3.14 as suggested by Miro Hrončok * fix issue with roundtripping 0 in YAML 1.1 * added warning to README.md that PyPI might block updates due to breaking changes * fixes for README * fixes preserving anchor on scalar integer 0 * fix for formatting of README suggested by Michael R. Crusoe
Dirk Mueller2025-02-24 10:17:10 +00:00
fd54ef50df
- update to 0.18.10: * implemented changes to the setup.py for Python 3.14 as suggested by Miro Hrončok * fix issue with roundtripping 0 in YAML 1.1 * added warning to README.md that PyPI might block updates due to breaking changes * fixes for README * fixes preserving anchor on scalar integer 0 * fix for formatting of README suggested by Michael R. Crusoe
Dirk Mueller2025-02-24 10:17:10 +00:00
7c2b663a27
- update to 0.17.16: - also handle issue 397 when comment is newline - fix issue 397, insert comment before key when a comment between key and value exists - fix issue 396, inserting key/val in merged-in dictionary - minor fix in attr handling - fix issue with anchor on registered class not preserved and those classes using package attrs with @attr.s() - fix error baseclass for `DuplicateKeyErorr (reported by Łukasz Rogalski - fix typo in reader error message, causing KeyError during reader error
Dirk Mueller2021-10-16 22:33:52 +00:00
e9ec3ac790
- update to 0.17.16: - also handle issue 397 when comment is newline - fix issue 397, insert comment before key when a comment between key and value exists - fix issue 396, inserting key/val in merged-in dictionary - minor fix in attr handling - fix issue with anchor on registered class not preserved and those classes using package attrs with @attr.s() - fix error baseclass for `DuplicateKeyErorr (reported by Łukasz Rogalski - fix typo in reader error message, causing KeyError during reader error
Dirk Mueller2021-10-16 22:33:52 +00:00
24a75e3d1a
- update to 0.17.10: - fix issue 388, token with old comment structure != two elements - fix issue with updating CommentedMap - fix for issue 387 where templated anchors on tagged object did get set resulting in potential id reuse. - issue 385 also affected other deprecated loaders - merged type annotations update - deprecated round_trip_loader function not working - wasted a few hours getting rid of mypy warnings/errors - fix for issue 384 !!set with aliased entry resulting in broken YAML on rt
Dirk Mueller2021-07-17 13:54:50 +00:00
6f3c453489
- update to 0.17.10: - fix issue 388, token with old comment structure != two elements - fix issue with updating CommentedMap - fix for issue 387 where templated anchors on tagged object did get set resulting in potential id reuse. - issue 385 also affected other deprecated loaders - merged type annotations update - deprecated round_trip_loader function not working - wasted a few hours getting rid of mypy warnings/errors - fix for issue 384 !!set with aliased entry resulting in broken YAML on rt
Dirk Mueller2021-07-17 13:54:50 +00:00
677bd88895
- update to 0.16.10 * fix typchecking issue on TaggedScalar * fix error in dumping literal scalar in sequence with comments before element * fix empty string mapping key roundtripping with preservation of quotes as ? ‘ * fix incorrect state setting in class constructor
Ondřej Súkup2020-02-21 10:03:55 +00:00
91b6ff738d
- update to 0.16.10 * fix typchecking issue on TaggedScalar * fix error in dumping literal scalar in sequence with comments before element * fix empty string mapping key roundtripping with preservation of quotes as ? ‘ * fix incorrect state setting in class constructor
Ondřej Súkup2020-02-21 10:03:55 +00:00
999f00903b
- update to 0.16.5 * allow for YAML(typ=['unsafe', 'pytypes']) * fix output of TAG directives with # * move setting of version based on YAML directive to scanner, allowing to check for file version during TAG directive scanning * preserve YAML and TAG directives on roundtrip, correctly output # in URL for YAML 1.2
Ondřej Súkup2019-09-06 06:56:01 +00:00
82ec7ef6d7
- update to 0.16.5 * allow for YAML(typ=['unsafe', 'pytypes']) * fix output of TAG directives with # * move setting of version based on YAML directive to scanner, allowing to check for file version during TAG directive scanning * preserve YAML and TAG directives on roundtrip, correctly output # in URL for YAML 1.2
Ondřej Súkup2019-09-06 06:56:01 +00:00