Changelog
v2.0.1 [[code][c2.0.1], [diff][d2.0.1]]
dist
directory support ES5. ([#182])Changelog
v2.0.0 [[code][c2.0.0], [diff][d2.0.0]]
Major: JSON11 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.