Skip to content

v0.3.1

Compare
Choose a tag to compare
@tgockel tgockel released this 28 Sep 02:25
· 513 commits to trunk since this release

An incremental release with various bugfixes:

  • Greatly expands the flexibility of parse_options
  • Adds all the tests from JSON_Checker
  • Adds a parse that takes a string_ref, which unifies the const char* and std::string overloads
  • Changes the installer to put header files inside of a jsonv folder
  • Adds Arch Linux PKGBUILD to the installer folder
  • Fixes issue with incorrectly escaping \\\"
  • Fixes issue with value::compare(const value&) const returning non-zero when two decimal kinds were within the epsilon value (and operator== would have returned true)