Skip to content

Releases: webpack-contrib/compression-webpack-plugin

v3.0.1

09 Dec 16:49
Compare
Choose a tag to compare

3.0.1 (2019-12-09)

SECURITY

  • update serialize-javascript to 2.1.1 version.

v3.0.0

05 Jun 11:32
Compare
Choose a tag to compare

3.0.0 (2019-06-05)

chore

Tests

BREAKING CHANGES

  • deps: minimum required nodejs version is 8.9.0

v2.0.0

04 Sep 18:57
Compare
Choose a tag to compare

2.0.0 (2018-09-04)

Features

  • filename option now accept {String} value
  • validation schema for plugin options

BREAKING CHANGES

  • enforces peerDependencies of "webpack": "^4.3.0"
  • enforces engines of "node": ">= 6.9.0 <7.0.0 || >= 8.9.0
  • compressed options (options.level, options.flush, options.dictionary and etc) grouped into compressionOptions option
  • asset option was removed (use filename option instead)
  • default value of filename option is now [path].gz[query]

v1.1.12

29 Aug 10:45
Compare
Choose a tag to compare

2018-08-29

Bug Fixes

  • correct handling filename with query (#105) (c8d7757)

v1.1.11

09 Mar 12:05
Compare
Choose a tag to compare

2018-03-09

Performance Improvements

  • index: switch to md4 for content hashing (#103) (0eebc46)

v1.1.10

27 Feb 21:29
Compare
Choose a tag to compare

2018-02-27

Performance Improvements

v1.1.9

26 Feb 21:59
Compare
Choose a tag to compare

2018-02-26

Bug Fixes

  • package: add webpack >= 4 (peerDependencies) (#101) (d3c29e7)

v1.1.8

23 Feb 19:18
Compare
Choose a tag to compare

2018-02-23

Bug Fixes

  • index: tapable deprecation warnings (webpack >= v4.0.0) (#100) (d6ccdc4)

v1.1.7

16 Feb 23:42
Compare
Choose a tag to compare

2018-02-16

Bug Fixes

  • index: reduce memory usage (cacheKey.hash) (#97) (3c77d43)

v1.1.6

29 Jan 21:02
Compare
Choose a tag to compare