summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Collapse)AuthorAgeFilesLines
* edge case for 4590.17.26Anthon van der Neut2023-05-091-0/+3
|
* fix issue: 4590.17.25Anthon van der Neut2023-05-091-0/+4
|
* fix issue: 453, 4470.17.24Anthon van der Neut2023-05-061-0/+15
|
* fixes issue: 458,454, stackoverflow reportsAnthon van der Neut2023-05-051-0/+13
|
* fix readme, xfail spec_6_260.17.22Anthon van der Neut2023-05-021-0/+24
|
* bug in YAML.compose(Path(...)))0.17.21Anthon van der Neut2022-02-121-0/+3
|
* fix issue 414 dateime fraction >= 99999950.17.20Anthon van der Neut2022-01-031-0/+4
|
* fix mypy issues emitter.py0.17.19Anthon van der Neut2021-12-261-0/+3
|
* fix indent for empty seq/map0.17.18Anthon van der Neut2021-12-241-0/+6
|
* extract timestamp matching/creation to util.py0.17.17Anthon van der Neut2021-10-311-0/+3
|
* handle 397 with newline0.17.16Anthon van der Neut2021-08-281-0/+3
|
* fix issue 397 inserting comment when post key comment exists0.17.15Anthon van der Neut2021-08-281-0/+4
|
* fix issue with insert in merged-in dict0.17.14Anthon van der Neut2021-08-251-0/+4
|
* minor fix0.17.13Anthon van der Neut2021-08-211-0/+3
|
* fix for 3940.17.12Anthon van der Neut2021-08-211-0/+4
| | | | | when the newly created object has the signature __attrs_attrs__ attribute initialisation is not done using update by by calling __init__()
* fix issues 389 and 3920.17.11Anthon van der Neut2021-08-191-0/+6
|
* old end-of-list comment can have five positions0.17.10Anthon van der Neut2021-06-241-0/+4
|
* issue updating CommentedMap with dict introduced in 0.16.130.17.9Anthon van der Neut2021-06-101-0/+4
|
* fix for issue 3870.17.8Anthon van der Neut2021-06-091-0/+5
| | | | | tagged objects that have a templated (idNNN) anchor, did get the anchor added explicitly, resulting potentially in double anchors
* same as issue 385 for other deprecated loaders.0.17.7Anthon van der Neut2021-05-311-0/+4
|
* fix 385 (missing attribute) and mypy issues0.17.6Anthon van der Neut2021-05-311-0/+7
|
* fix for issue 3840.17.5Anthon van der Neut2021-05-301-0/+4
| | | | aliased scalars in !!set would not round trip with ?
* partial fix for 3510.17.4Anthon van der Neut2021-04-071-0/+5
|
* fix for issue 382, error in format string0.17.3Anthon van der Neut2021-04-071-0/+6
|
* change py2.py3 wheel to py3 only wheel0.17.2Anthon van der Neut2021-03-291-0/+3
|
* add Python 3 only classifier0.17.1Anthon van der Neut2021-03-291-0/+4
|
* remove support for 2.7, prepare for f-strings0.17.0Anthon van der Neut2021-03-261-0/+21
|
* last release supporting 2.70.16.13Anthon van der Neut2021-03-051-0/+13
|
* update links in doc0.16.12Anthon van der Neut2020-09-041-0/+3
|
* udpate setup.py to workaround issue in setuptools0.16.11Anthon van der Neut2020-09-031-0/+4
| | | | https://github.com/pypa/setuptools/issues/2355#issuecomment-685159580
* update url in meta and .svg in README0.16.10Anthon van der Neut2020-02-121-0/+3
|
* remove duplicates from CHANGES0.16.9Anthon van der Neut2020-02-111-114/+2
|
* allow C extension install for Python 3.80.16.8Anthon van der Neut2020-02-111-0/+20
|
* fix issue with mypy, dumping lit scalar in sequence0.16.7Anthon van der Neut2020-01-301-0/+15
|
* correct empty string mapping key rt0.16.6Anthon van der Neut2020-01-201-0/+16
|
* allow list as typ argument for YAML()0.16.5Anthon van der Neut2019-08-181-0/+3
| | | | needed for extending the basic types e.g. in ruamel.yaml.pytypes
* output of # in TAG directive0.16.4Anthon van der Neut2019-08-161-0/+5
| | | | | | | fixes issue #307 *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so using the WorkFlow pull-down (close to the top right of this page))*
* mypy, split contruct_object0.16.3Anthon van der Neut2019-08-151-0/+4
| | | | | | | | fixes issue #306 *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so using the WorkFlow pull-down (close to the top right of this page))*
* allow # in 1.2 URI's0.16.2Anthon van der Neut2019-08-151-0/+5
| | | | | | | fixes issue #305 *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so using the WorkFlow pull-down (close to the top right of this page))*
* allow '#' in tag URI, force use of new clib0.16.1Anthon van der Neut2019-08-081-0/+7
| | | | | | | fixes issue #300 *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so using the WorkFlow pull-down (close to the top right of this page))*
* split off C library into separate package0.16.0Anthon van der Neut2019-07-251-0/+4
|
* allow dump of deepcopied data from commented YAML0.15.100Anthon van der Neut2019-07-171-7/+6
| | | | | | | fixes issue #295 *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so using the WorkFlow pull-down (close to the top right of this page))*
* add py.typed to distribution0.15.99Anthon van der Neut2019-07-121-0/+16
|
* regenerate _ruamel_yaml.c with newest cython for 3.8.0b20.15.98Anthon van der Neut2019-07-091-0/+5
| | | | fixes issue #296
* regenerate ext/_ruamel_yaml.c with Cython version 0.29.100.15.97Anthon van der Neut2019-06-061-0/+7
| | | | needed for Python 3.8.0b1
* indentation of comments after folded/lit scalars0.15.96Anthon van der Neut2019-05-161-0/+5
| | | | | | | | fixes issue #290 *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so using the WorkFlow pull-down (close to the top right of this page))*
* fix comments on anchored nodes in block sequence0.15.95Anthon van der Neut2019-05-161-0/+7
| | | | fixes issue #288
* add line-break to EOF comment without one0.15.94Anthon van der Neut2019-04-231-0/+5
| | | | | | | fixes issue #286 *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so using the WorkFlow pull-down (close to the top right of this page))*
* Add y/Y/n/N to boolean values under 1.10.15.93Anthon van der Neut2019-04-211-0/+14
| | | | | | | fixes issues #285 *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so using the WorkFlow pull-down (close to the top right of this page))*
* YAML 1.2 allows empty implicit keys in block style mappings0.15.92Anthon van der Neut2019-04-161-0/+4
| | | | | | | | fixes issue #284 *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so using the WorkFlow pull-down (close to the top right of this page))*