Skip to content

Releases: webpack-contrib/json-minimizer-webpack-plugin

v5.0.0

15 Jan 16:59
Compare
Choose a tag to compare

5.0.0 (2024-01-15)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 18.12.0 (53b80b5)

v4.0.0

17 May 15:19
Compare
Choose a tag to compare

4.0.0 (2022-05-17)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 14.15.0

v3.3.0

16 Dec 12:15
Compare
Choose a tag to compare

3.3.0 (2021-12-16)

Features

  • removed cjs wrapper and generated types in commonjs format (export = and namespaces used in types), now you can directly use exported types (#29) (04140de)

v3.2.0

06 Dec 14:03
Compare
Choose a tag to compare

3.2.0 (2021-12-06)

Features

v3.1.1

17 Nov 16:34
Compare
Choose a tag to compare

3.1.1 (2021-11-17)

Chore

  • update schema-utils package to 4.0.0 version

v3.1.0

04 Oct 17:53
Compare
Choose a tag to compare

3.1.0 (2021-10-04)

Features

v3.0.0

18 May 17:50
Compare
Choose a tag to compare

3.0.0 (2021-05-18)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 12.13.0

v2.1.0

08 Jan 19:03
Compare
Choose a tag to compare

2.1.0 (2021-01-08)

Features

  • optimize JSON assets added later by plugins (10ebd05)

v2.0.0

09 Nov 12:29
Compare
Choose a tag to compare

2.0.0 (2020-11-09)

⚠ BREAKING CHANGES

  • minimum supported webpack version is 5.1.0

v1.0.1

07 Oct 12:48
Compare
Choose a tag to compare

1.0.1 (2020-10-07)

Chore

  • update schema-utils