Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
rapidyaml-0.9.0.hpp | 2025-04-10 | 1.6 MB | |
rapidyaml-0.9.0-ubuntu-22.04.deb | 2025-04-10 | 417.4 kB | |
rapidyaml-0.9.0-ubuntu-24.04.deb | 2025-04-10 | 428.3 kB | |
rapidyaml-0.9.0-windows-vs2019.zip | 2025-04-10 | 456.0 kB | |
rapidyaml-0.9.0-src.zip | 2025-04-10 | 10.2 MB | |
rapidyaml-0.9.0-src.tgz | 2025-04-10 | 10.2 MB | |
rapidyaml-0.9.0-macosx-xcode.sh | 2025-04-10 | 378.3 kB | |
rapidyaml-0.9.0-python_src.zip | 2025-04-10 | 11.3 MB | |
README.md | 2025-04-10 | 1.5 kB | |
Release 0.9.0 source code.tar.gz | 2025-04-10 | 8.2 MB | |
Release 0.9.0 source code.zip | 2025-04-10 | 8.3 MB | |
Totals: 11 Items | 51.6 MB | 0 |
Fixes
- Fix #400 (PR#506): clear anchors after resolving.
- Fix #484 (PR#506): fix merge key order for last element to be overriden.
- PR#503: ensure parse error on
a: b: c
and similar cases containing nested maps opening on the same line. - PR#502: fix parse errors or missing tags:
- missing tags in empty documents:
yaml !yamlscript/v0/bare --- !code 42
- trailing empty keys or vals:
yaml a: :
- missing tags in trailing empty keys or vals:
yaml a: !tag !tag : !tag
- missing tags in complex maps:
yaml ? a: !tag !tag : !tag : !tag : !tag
- PR#501: fix missing tag in
- !!seq []
. - PR#508: fix build with cmake 4.
- PR#517 (fixes #516): fix python wheels for windows and macosx.
- Fix #120 (again): add workaround for #define emit in Qt
Thanks
- @davidrudlstorfer