Skip to content

v1.3.7

Latest
Compare
Choose a tag to compare
@dejvokep dejvokep released this 08 Aug 21:44
· 4 commits to main since this release
a6f65f1

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 the KEY node were dropped, affecting all represented/cloned sections during an update.
  • Make extending YamlDocument easier by @iiAhmedYT in #34
  • Dump artifact version by @dejvokep in #36

New Contributors

Full Changelog: v1.3.6...v1.3.7
Artifact download: https://central.sonatype.com/artifact/dev.dejvokep/boosted-yaml/1.3.7