Skip to content

Releases: hrbrmstr/ndjson

Stable Genius

17 Sep 15:46
c3e0ba7
Compare
Choose a tag to compare
  • Updated json.h to 3.2.0
  • Fixed CRAN check errors under clang 7.0

Living a Boy's Adventure Tale

05 Mar 18:31
10500e5
Compare
Choose a tag to compare

CRAN has a new policy on not hiding any warnings. The primary purpose of this release was to remove #pragmas in the included json.hpp to take care of this new requirement.

However, ndjson was on an older 2.x series of the json single-header library so this release includes v3.1.1 of json which has speedups and bug-fixes, which means you get the benefit of improved performance and stability due to a semi-nit-picky (but also good) new CRAN policy.

Since json is MIT licensed, I changed the license for ndjson to MIT starting with this version. Grifting startups and enterprises can rejoice, rest easy and use the library w/o worrying about legal issues.