All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.0.1 (2020-10-09)
- update
schema-utils
4.0.0 (2020-04-15)
- implement the
esModule
option
- minimum required nodejs version is
10.13.0
- use ES module syntax by default
3.0.0 (2019-06-05)
- deps: minimum required nodejs version is
8.9.0
2.0.0 (2019-03-22)
- update
json5
to2.1.0
version - use
JSON5.stringify
for output
- avoid swallowing JSON5 error output (#34) (d050827)
- support for
Infinity
&&NaN
(#26) (5a8ca43) - fix output
\u2028\u2029
characters
- drop support for webpack < 4
- drop support for node < 6.9
- update
json5
to2.1.0
version - use
JSON5.stringify
for output
2.0.0-beta.0 (2017-05-01)
- Enforces a minimum NodeJS version of
4.3
via engines