Skip to content

Releases: webpack-contrib/compression-webpack-plugin

v8.0.1

25 Jun 13:08
Compare
Choose a tag to compare

8.0.1 (2021-06-25)

Chore

  • update serialize-javascript

v8.0.0

21 May 14:10
Compare
Choose a tag to compare

8.0.0 (2021-05-21)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 12.13.0

v7.1.2

11 Jan 12:42
Compare
Choose a tag to compare

7.1.2 (2021-01-11)

Bug Fixes

  • crash when filename and algorithm options are functions (#241) (f33424a)

v7.1.1

25 Dec 12:45
Compare
Choose a tag to compare

7.1.1 (2020-12-25)

Bug Fixes

v7.1.0

18 Dec 16:21
Compare
Choose a tag to compare

7.1.0 (2020-12-18)

Features

  • compress assets added later by plugins (5b8b356)

Bug Fixes

  • compatibility with workbox-webpack-plugin (#234) (5d54128)
  • perf

v7.0.0

02 Dec 18:49
Compare
Choose a tag to compare

7.0.0 (2020-12-02)

⚠ BREAKING CHANGES

  • minimum supported webpack version is ^5.1.0
  • the cache option was removed, the plugin respects caching from configurations, please read

v6.1.1

12 Nov 15:47
Compare
Choose a tag to compare

6.1.1 (2020-11-12)

Bug Fixes

  • compatibility with child compilations (5e3bb95)

v6.1.0

09 Nov 12:05
Compare
Choose a tag to compare

6.1.0 (2020-11-09)

Features

  • added the keep-source-maps value to the deleteOriginalAssets option (#216) (bd60650)

v6.0.5

02 Nov 14:03
Compare
Choose a tag to compare

6.0.5 (2020-11-02)

Bug Fixes

  • allowed compressed assets to overwrite original assets using the deleteOriginalAssets option (62d3d0a)

v6.0.4

26 Oct 13:21
Compare
Choose a tag to compare

6.0.4 (2020-10-26)

Bug Fixes

  • always set compression level to maximum for the custom algorithm (483f328)