Skip to content

fkYAML version 0.3.1

Compare
Choose a tag to compare
@fktn-k fktn-k released this 21 Dec 14:37
· 270 commits to develop since this release

Summary

From this release on, fkYAML provides the amalgamated version to improve portability as a header-only library.
Also, this release contains bug-fixes in the deserialization process.
Furthermore, the documentation now uses outputs from the sources in docs/examples directory to keep the examples in the documentation up to date with the latest library sources.

What's Changed

✨ New Features

⚡ Improvements

  • #256 Added specialization of from_node() for std::map with compatible key/value types #260 (fktn-k)

🐛 Bug Fixes

  • Avoid using unintended C++14 features #266 (fktn-k) reported by @burgreen
  • Allow a dash(-) at the first character of a plain scalar #254 (fktn-k)
  • Allow double quotation marks in plain scalars #253 (fktn-k)
  • #242 Fix error in parsing string consisting only of numbers and multiple dots #251 (fktn-k)

🤖 CI

  • Added paths filter to regulate workflow executions #263 (fktn-k)

📝 Documentation

Full Changelog: v0.3.0...v0.3.1