fkYAML version 0.3.9
Summary
This release adds the benchmarking tool for fkYAML and other C++ libraries for YAML.
The tool is quite experimental and will be modified and expanded in future releases.
See the benchmarking section of the README.md file for the current benchmarking scores.
Moreover, several bugs in deserialization and Windows builds have been fixed.
What's Changed
✨ New Features
⚡ Improvements
🐛 Bug Fixes
- fixed parse error on explicit mappings as a block sequence entry by @fktn-k in #353
- Fix parse error on smal negative integer keys by @fktn-k in #355
- Fix compile errors on Windows by @fktn-k in #358, reported by @Michael-Lafreniere in #357
Full Changelog: v0.3.8...v0.3.9