fkYAML version 0.2.0 #198
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
-
fkYAML version 0.2.0
Summary
This release contains a breaking change in the default type for YAML mapping node: it will no longer preserve insertion order of internal key/value pairs by default.
To preserve the insertion order as it used to, use
fkyaml::ordered_map
asbasic_node
's mapping node type.Furthermore, factory methods for scalar values of
basic_node
type have been removed and unified into thebasic_node
constructors.Along with the above changes, internal operations in the fkYAML have also been improved regarding conversions between YAML nodes and values of native data types.
CAVEAT
The fkYAML library is an alpha quality software, at most.
It would take a while until this library gets stabled version, since implementation and maintenance has been/will be done by a single developer.
If you find a bug or wanted features, please open a discussion/issue to let me know.
Any kind of contribution is very much welcomed.
What's Changed
💥 Breaking Changes
⚡ Improvements
🐛 Bug Fixes
🤖 CI
📝 Documentation
Full Changelog: v0.1.3...v0.2.0
This discussion was created from the release fkYAML version 0.2.0.
Beta Was this translation helpful? Give feedback.
All reactions