npm json5 2.0.0
v2.0.0

latest releases: 2.2.3, 1.0.2, 2.2.2...
5 years ago
  • Major: JSON5 officially supports Node.js v6 and later. Support for Node.js
    v4 has been dropped. Since Node.js v6 supports ES5 features, the code has been
    rewritten in native ES5, and the dependence on Babel has been eliminated.

  • New: Support for Unicode 10 has been added.

  • New: The test framework has been migrated from Mocha to Tap.

  • New: The browser build at dist/index.js is no longer minified by default. A
    minified version is available at dist/index.min.js. (#181)

  • Fix: The warning has been made clearer when line and paragraph separators are
    used in strings.

  • Fix: package.json5 has been restored, and it is automatically generated and
    committed when the version is bumped. A new build-package NPM script has
    been added to facilitate this.

Don't miss a new json5 release

NewReleases is sending notifications on new releases.