Skip to content

Releases: webpack-contrib/compression-webpack-plugin

v11.1.0

27 Feb 14:31
Compare
Choose a tag to compare

11.1.0 (2024-02-27)

Features

  • support the deleteOriginalAssets option as a function (#380) (1be8955)

Bug Fixes

v11.0.0

15 Jan 16:21
Compare
Choose a tag to compare

11.0.0 (2024-01-15)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 18.12.0 (2ef7b37)

v6.1.2

26 Dec 17:25
Compare
Choose a tag to compare

6.1.2 (2023-12-26)

Bug Fixes

v10.0.0

17 May 13:56
Compare
Choose a tag to compare

10.0.0 (2022-05-17)

⚠ BREAKING CHANGES

  • default filename is [path][base].br for brotli (#286)
  • minimum supported Node.js version is 14.15.0 (#301)

v9.2.0

16 Dec 11:47
Compare
Choose a tag to compare

9.2.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 (#277) (8664d36)

v9.1.2

13 Dec 13:00
Compare
Choose a tag to compare

9.1.2 (2021-12-13)

Bug Fixes

v9.1.1

09 Dec 23:18
Compare
Choose a tag to compare

9.1.1 (2021-12-09)

Bug Fixes

  • added types to package.json (0acff90)

v9.1.0

09 Dec 19:38
Compare
Choose a tag to compare

9.1.0 (2021-12-09)

Features

v9.0.1

17 Nov 16:22
Compare
Choose a tag to compare

9.0.1 (2021-11-17)

Chore

  • update schema-utils package to 4.0.0 version

v9.0.0

11 Sep 16:40
Compare
Choose a tag to compare

9.0.0 (2021-09-11)

⚠ BREAKING CHANGES

  • pathData as first argument of a custom function for the filename option was changed, now we pass only pathData.filename, see example

Features

  • migrate on webpack API for getting filename (59fe68c)
  • output documentation links on errors (#255) (8624e44)