Skip to content

Releases: webpack-contrib/compression-webpack-plugin

v6.0.3

09 Oct 15:26
Compare
Choose a tag to compare

6.0.3 (2020-10-09)

Chore

  • update schema-utils

v6.0.2

19 Sep 15:41
Compare
Choose a tag to compare

6.0.2 (2020-09-19)

Bug Fixes

v6.0.1

16 Sep 11:25
Compare
Choose a tag to compare

6.0.1 (2020-09-16)

Bug Fixes

v6.0.0

14 Sep 15:59
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • default value of the filename option was changed to "[path][base].gz"
  • removed the [dir] placeholder, please use the [path] placeholder
  • the Function type of the filename option should return value with placeholders, please see an example

Features

  • added [fragment], [base] and [path] placeholders for the filename option

Bug Fixes

  • caching (#194) (9de2a88)
  • respect immutable flag for assets

v5.0.2

02 Sep 09:45
Compare
Choose a tag to compare

5.0.2 (2020-09-02)

Bug Fixes

  • do not crash when the algorithm option return non Buffer (#190) (81bf601)

v5.0.1

22 Aug 12:39
Compare
Choose a tag to compare

5.0.1 (2020-08-22)

Bug Fixes

  • compatibility with webpack@5 (84e367b)

v5.0.0

17 Aug 15:09
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • default value of the filename option is '[path].gz'
  • use processAssets hook for webpack@5 compatibility, it can create incompatibility with plugins that do not support webpack@5, please open an issue in their repositories

Features

  • improve compatibility with webpack@5 (1f9674e)
  • improve stats output for webpack@5

Bug Fixes

  • fix persistent cache between builds

v4.0.1

12 Aug 14:12
Compare
Choose a tag to compare

4.0.1 (2020-08-12)

Bug Fixes

v4.0.0

12 May 13:31
Compare
Choose a tag to compare

4.0.0 (2020-05-12)

⚠ BREAKING CHANGES

Features

  • enable cache by default for webpack@4 (#164) (ea33463)

Bug Fixes

  • behaviour in watch mode (e222c4e)

v3.1.0

09 Jan 11:05
Compare
Choose a tag to compare

3.1.0 (2020-01-09)

Features

  • add dir, name and ext placeholders in filename option (#144) (bf22024)

Bug Fixes