Skip to content

Releases: fktn-k/fkYAML

fkYAML version 0.2.1

19 Nov 05:53
Compare
Choose a tag to compare

Summary

This release supports the UTF-8 encoding (both escaped/unescaped) in parsing YAML documents.
Furthermore, bugs in the deserialization feature have also been fixed.

CAVEAT

The fkYAML library is an alpha quality software, at most.
It would take a while until this library gets stabled version, since 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 me know.
Any kind of contribution is very much welcomed.

What's Changed

⚡ Improvements

  • #209 support escaped unicode #215 (fktn-k)
  • #209 Support unescaped UTF-8 input characters in deserialization #210 (fktn-k)
  • #207 Support markers for the end of directives/documents #208 (fktn-k)
  • #190 Support specialization of deserialization for a vector of user-defined type objects #203 (fktn-k)
  • #195 Implement insertion/extraction operators for basic_node template class #201 (fktn-k)

🐛 Bug Fixes

📝 Documentation

Full Changelog: v0.2.0...v0.2.1

fkYAML version 0.2.0

06 Nov 23:01
Compare
Choose a tag to compare

fkYAML version 0.2.0

Summary

This release contains a breaking change in the default type for YAML mapping node: it will no longer preserve insertion order of internal key/value pairs by default.
To preserve the insertion order as it used to, use fkyaml::ordered_map as basic_node's mapping node type.
Furthermore, factory methods for scalar values of basic_node type have been removed and unified into the basic_node constructors.
Along with the above changes, internal operations in the fkYAML have also been improved regarding conversions between YAML nodes and values of native data types.

CAVEAT

The fkYAML library is an alpha quality software, at most.
It would take a while until this library gets stabled version, since 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 me know.
Any kind of contribution is very much welcomed.

What's Changed

💥 Breaking Changes

⚡ Improvements

  • #187 support compatible strings as an argument in basic_node ctors #188 (fktn-k)
  • #180 Generalize getter APIs for node value references #184 (fktn-k)
  • #105 Support std::initializer_list in basic_node constructors #173 (fktn-k)

🐛 Bug Fixes

  • #185 fixed missing calls for fclose() in input adapter tests #186 (fktn-k)
  • #175 support detecting indentation in deserialization #176 (fktn-k)

🤖 CI

  • Updated header template and target file for version up script #197 (fktn-k)
  • #177 Add test for input adapters only #178 (fktn-k)

📝 Documentation

Full Changelog: v0.1.3...v0.2.0

fkYAML version 0.1.3

21 Oct 13:08
Compare
Choose a tag to compare

Summary

This release contains improvements of the fkYAML library's internal operations with some reorganization of CMake scripts.
In addition, the analysis result from Codacy has become shown at the top of the README.md file.

CAVEAT

The fkYAML library is an alpha quality software, at most.
It would take a while until this library gets stabled version, since 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 me know.
Any kind of contribution is very much welcomed.

What's Changed

⚡ Improvements

🔨 Tool/Service Integrations

Full Changelog: v0.1.2...v0.1.3

fkYAML version 0.1.2

18 Oct 17:08
Compare
Choose a tag to compare

Summary

This release contains improvements regarding internal implementation of the fkYAML library.
Furthermore, new unit test cases have been added and the coverage result (C1) is now 100%.

CAVEAT

The fkYAML library is an alpha quality software, at most.
It would take a while until this library gets stabled version, since 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 me know.
Any kind of contribution is very much welcomed.

What's Changed

⚡ Improvements

🐛 Bug Fixes

  • Fix version_macros.hpp file path in Makefile by @fktn-k in #147

🤖 CI

📝 Documentation

Full Changelog: v0.1.1...v0.1.2

fkYAML version 0.1.1

15 Oct 06:54
Compare
Choose a tag to compare

Summary

This release contains a hotfix for the test suite to check CMake integration with FetchContent module which uses the old fkYAML APIs.
All changes are backward-compatible. See release notes of version 0.1.0 for more information on other features.

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

🐛 Bug Fixes

  • use the v0.1.0 fkYAML APIs in the cmake_fetch_content_test (commit hash: 2253217) by @fktn-k

Full Changelog: v0.1.0...v0.1.1

fkYAML version 0.1.0

15 Oct 06:41
Compare
Choose a tag to compare

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

fkYAML version 0.0.1

06 Oct 13:13
Compare
Choose a tag to compare

Summary

This release improves internal operations in the fkYAML library and adds unit tests for the existing classes.
Furthermore, several tool/service integrations has been incorporated for better maintainability.

⚡ Improvements

🔨 Tool/Service Integrations

🤖 CI

  • #109 Use official docker image for GCC during CI jobs by @fktn-k in #110
  • #111 Use docker images for Clang compilers during CI jobs by @fktn-k in #112

📝 Documentation

  • #113 Generate API documentation only for public members by @fktn-k in #114

🧑‍🤝‍🧑 Community

Full Changelog: v0.0.0...v0.0.1

fkYAML v0.0.0

01 Oct 08:37
826457a
Compare
Choose a tag to compare

This release provides basic features of the fkYAML library.
Major known issues and limitaions are as follows:

  • %TAG directives are not supported. (Will surely be implemented.)
  • YAML key must be a string literal. (YAML specification of any version does not restrict YAML keys as such.)
  • Backward compatibilities for YAML 1.1 or older have not yet been implemented.

The other issues and limitations will also be fixed in later versions.
Wait for such a version, or create a PR to fix one.