Skip to content

fkYAML version 0.3.10

Compare
Choose a tag to compare
@fktn-k fktn-k released this 18 Aug 07:27
· 75 commits to develop since this release

Summary

This release adds the new support for deserializing/serializing multiple YAML documents by adding new APIs (fkyaml::node::deserialize_docs() and fkyaml::node::serialize_docs() respectively). You can still call the existing APIs for deserializing/serializing a single YAML document. See the linked API document pages for details.
In addition, from this version on, Intel icpx compiler is supported and used in the CI processes. Some compiler flags are added in building the unit testing app, but no compiler specific swiches are required for the library itself.
Moreover, because the GitHub Actions runner image for macOS11 has been deprecated, the CI jobs which uses the runner image and some compiler support which depend on the runner image have been removed.
For other changes like bug fixes, see descriptions in each related issues and PRs.

What's Changed

✨ New Features

  • Support Intel icpx compiler by @fktn-k in #360
  • Support parssing multiple YAML documents by @fktn-k in #362
  • Support serializing multiple YAML docs by @fktn-k in #363

🐛 Bug Fixes

🤖 CI

Full Changelog: v0.3.9...v0.3.10