Skip to content

fkYAML version 0.1.0

Compare
Choose a tag to compare
@fktn-k fktn-k released this 15 Oct 06:41
· 477 commits to develop since this release

Summary

This release contains a huge change in public APIs, including naming conventions and migration of serialization/deserialization features to fkyaml::basic_node class APIs.
Furthermore, internal implementation of the fkYAML library has been intentionally moved to include/fkYAML/detail's subdirectories so that we can provide as much backward compatibility as possible for the future releases.

CAVEAT

The fkYAML library is a alpha quality software.
Implementation and maintenance has been/will be done by a single developer.
If you find a bug or wanted features, please open a discussion/issue to let us know. Any kind of contribution is very much welcomed.

What's Changed

⚡ Improvements

📝 Documentation

🤖 CI

  • #136 Auto-generate a helper source file for the clang-tidy tool by @fktn-k in #139
  • #128 fixed filtering source files to generate full-spec coverage by @fktn-k in #140

Full Changelog: v0.0.0...v0.1.0