Yaml Cpp Versions Save

A YAML parser and emitter in C++

0.8.0

8 months ago
  • Significant CMake changes, especially to Windows builds
  • Support for std::unordered_map, std::valarray, and std::string_view
  • Updated gtest dependency
  • Assorted bug fixes

yaml-cpp-0.7.0

2 years ago
  • Bazel support
  • CMake improvements
  • Adopts many modern C++ syntaxes
  • Bug fixes

yaml-cpp-0.6.3

4 years ago

Patch release on 0.6.0:

  • bug fixes
  • CMake updates, now requiring 3.1

0.6.0 release notes:

  • requires C++11
  • removes dependency on Boost
  • bug fixes
  • performance improvements

yaml-cpp-0.6.2

6 years ago

Patch release on 0.6.0, fixing installation bug and mismatched versioning.

0.6.0 release notes:

requires C++11 removes dependency on Boost bug fixes performance improvements

yaml-cpp-0.6.1

6 years ago

WARNING: This release's CMake version doesn't match its tag. Please use 0.6.2 instead.

Patch release on 0.6.0, fixing installation bug.

0.6.0 release notes:

  • requires C++11
  • removes dependency on Boost
  • bug fixes
  • performance improvements

yaml-cpp-0.6.0

6 years ago
  • requires C++11
  • removes dependency on Boost
  • bug fixes
  • performance improvements

yaml-cpp-0.5.3

8 years ago

Bugfix release.

This will be the last release that does not require C++11.