Skip to content
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.

Releases: webpack-contrib/json5-loader

v4.0.1

09 Oct 16:38
Compare
Choose a tag to compare

4.0.1 (2020-10-09)

Chore

  • update schema-utils

v4.0.0

15 Apr 15:21
Compare
Choose a tag to compare

4.0.0 (2020-04-15)

Features

  • implement the esModule option

⚠ BREAKING CHANGES

  • minimum required nodejs version is 10.13.0
  • use ES module syntax by default

v3.0.0

05 Jun 12:56
Compare
Choose a tag to compare

3.0.0 (2019-06-05)

chore

BREAKING CHANGES

  • deps: minimum required nodejs version is 8.9.0

v2.0.0

22 Mar 14:50
Compare
Choose a tag to compare

2.0.0 (2019-03-22)

Features

  • update json5 to 2.1.0 version
  • use JSON5.stringify for output

Bug Fixes

  • avoid swallowing JSON5 error output (#34) (d050827)
  • support for Infinity && NaN (#26) (5a8ca43)
  • fix output \u2028\u2029 characters

BREAKING CHANGES

  • drop support for webpack < 4
  • drop support for node < 6.9
  • update json5 to 2.1.0 version
  • use JSON5.stringify for output

Release v2.0.0-beta.0

01 May 20:03
Compare
Choose a tag to compare
Release v2.0.0-beta.0 Pre-release
Pre-release

2.0.0-beta.0 (2017-05-01)

Code Refactoring

BREAKING CHANGES

  • Enforces a minimum NodeJS version of 4.3 via engines