fkYAML version 0.4.0 #441
Closed
fktn-k
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
This release adds new features: parsing multi-line plain scalars & reverse iterations over sequence/mapping node elements.
See the related pull requests and documentations for more details.
A number of bugs (mostly in the deserialization feature) have also been resolved.
Note that a breaking change has been made in the way of error handling when deserializing an int or float scalar fail. The library now emits no error on such a scalar and treats it as a string scalar instead.
What's Changed
💥 Breaking Changes
fkyaml::parse_error
upon conversion failures from a scalar to an integer or floating point value while parsing a YAML like this:✨ New Features
⚡ Improvements
fkyaml::node::iterator
andfkyaml::node::const_iterator
are compatible in constructions, assignments and comparisons.🐛 Bug Fixes
float
s andint
s when writing to Yaml #405🤖 CI
Full Changelog
v0.3.14...v0.4.0
This discussion was created from the release fkYAML version 0.4.0.
Beta Was this translation helpful? Give feedback.
All reactions