fkYAML version 0.3.2
Summary
This release contains the char8_t
support for deserialization and bug fixes related to the deserialization feature.
Furthermore, the list of the supported compilers are expanded since the GitHub Actions runner image macOS-13
has been officially released.
What's Changed
✨ New Features
⚡ Improvements
🐛 Bug Fixes
- #281 Fixed the parser crash due to comments right after a sequence block key by @fktn-k in #284
- #282 Don't traverse up to the parent node immediately after parsing a flow-mapping value by @stephenwhittle in #283
- #277 Fixed incorrect parse result from plain scalars starting with special values by @fktn-k in #278
- #275 Fixed parse error on plain scalars containing flow indicators by @fktn-k in #276 reported by @stephenwhittle
- #272 Fix parse error on a block sequence containing a comment within by @fktn-k in #273 reported by @acfsmith
🤖 CI
📝 Documentation
Full Changelog: v0.3.1...v0.3.2