fkYAML version 0.3.8 #352
Closed
fktn-k
announced in
Announcements
Replies: 1 comment 5 replies
-
Is it possible to load a yaml array with elements in it having value 0? This version throws exception with msg
A minimal example of yaml giving this issue is pos: [0.0, 0.0, 0.0] |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
This release contains the new support of multiline scalars in the deserialization feature.
As described in the PR #344, the support is limited to single/double quoted styles and multiline scalar keys are being permitted as opposed to the YAML specification.
The above limitations will, of course, be resolved in future releases.
Furthermore, a number of bugs in the deserialization feature have been resolved as shown in the Bug Fixes section down below.
Last but not least, gcc14 and clang18 have been added to the supported compilers list and are now used in the GitHub Actions workflows for testing.
What's Changed
✨ New Features
⚡ Improvements
🐛 Bug Fixes
🤖 CI
Full Changelog: v0.3.7...v0.3.8
This discussion was created from the release fkYAML version 0.3.8.
Beta Was this translation helpful? Give feedback.
All reactions