Skip to content

Minor fixes; update docs

Compare
Choose a tag to compare
@cdunn2001 cdunn2001 released this 20 Dec 21:08
· 429 commits to master since this release
  • Functional changes
    • Serialize UTF-8 string with Unicode escapes (#687)
      • This will break anyone who relied on not Unicode-escaping their encoding strings.
      • See discussion at #687. (A future release might allow skipping all Unicode escape.)
    • Un-deprecate removeMember overloads, return void (#693)
    • Allow Json::Value to be used in a boolean context (#695)
    • Use move ctor in append() (#677)
    • Add value_type to improve integration with boost (#671)
  • Meta-changes
    • Fix meson.build to allow using jsoncpp as a subproject
    • Fix some compiler warnings
    • Update docs
    • Update for TravisCI