Skip to content

fkYAML version 0.2.3

Compare
Choose a tag to compare
@fktn-k fktn-k released this 03 Dec 05:20
· 337 commits to develop since this release

Summary

This release contains support for the deserialization of YAML block style scalars and the user-defined string literals for YAML node objects.
A bug in parsing UTF-16 encoded inputs has also been fixed in this release.
Furthermore, from this release on, natvis debugger visualization file is/will be contained when fkYAML is built with the MSVC environments for better debugging experience.

What's Changed

⚡ Improvements

🐛 Bug Fixes

  • fixed parsing UTF-16 encoded inputs which do not end with a surrogate… #234 (fktn-k)

📝 Documentation

  • Improved contribution guide #231 (fktn-k)
  • Removed dependency on the cmake-format tool #230 (fktn-k)
  • Fixed wrong URLs in the releases page of the documentation #225 (fktn-k)

Full Changelog: v0.2.2...v0.2.3