What's Changed
- Fix section cloning when updating and preserve comments at the KEY node, not VALUE by @dejvokep in #33
- This PR solves issue #30 and fixes improper comment preservation during updates, caused by a faulty assumption in the library's custom representer implementation. Only comments belonging to the
VALUE
node were preserved (what is intended behaviour when representing the root) and the ones at theKEY
node were dropped, affecting all represented/cloned sections during an update.
- This PR solves issue #30 and fixes improper comment preservation during updates, caused by a faulty assumption in the library's custom representer implementation. Only comments belonging to the
- Make extending YamlDocument easier by @iiAhmedYT in #34
- Dump artifact version by @dejvokep in #36
New Contributors
- @iiAhmedYT made their first contribution in #34
Full Changelog: v1.3.6...v1.3.7
Artifact download: https://central.sonatype.com/artifact/dev.dejvokep/boosted-yaml/1.3.7