Skip to content

Releases: webpack-contrib/compression-webpack-plugin

v1.1.5

29 Jan 21:02
Compare
Choose a tag to compare

2018-01-29

Bug Fixes

  • package: use prepare instead of prepublish for release (0b90a71)

v1.1.4

29 Jan 18:10
Compare
Choose a tag to compare

2018-01-29

Bug Fixes

  • missing options include and exclude (#95) (cc44bcb)

v1.1.3

22 Dec 11:16
Compare
Choose a tag to compare

2017-12-22

Bug Fixes

v1.1.2

14 Dec 11:43
Compare
Choose a tag to compare

2017-12-14

Bug Fixes

  • test/include/exclude option behaviour (#88) (1d0a840)

v1.1.1

14 Dec 11:36
Compare
Choose a tag to compare

2017-12-14

Bug Fixes

  • index: don't use JSON.stringify() to serialize the cache data (options.cache) (#87) (0d22741)

v1.1.0

14 Dec 02:57
Compare
Choose a tag to compare

2017-12-14

Features

  • add cache option (options.cache) (#86) (49a8a77)
  • add include and exclude options (options.include|options.exclude) (#82) (1ce3024)

v1.0.1

08 Oct 23:58
Compare
Choose a tag to compare

2017-09-29

Code Refactoring

  • Use emit event instead of this-compilation (#71) (9ebc852)

v1.0.0

15 Jul 13:12
Compare
Choose a tag to compare

2017-07-15

Code Refactoring

BREAKING CHANGES

Migration

  • npm i -D zopfli-webpack-plugin

ℹ️ The Zopfli API has remained the same, those who were using the Zopfli option in this plugin should just need to switch plugins.

v1.0.0-beta.1

09 Jul 23:06
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

2017-07-03

Code Refactoring

  • Drops optional Zopfli dependency (#65) (328048a)

v1.0.0-beta.0

24 Jun 02:42
Compare
Choose a tag to compare
v1.0.0-beta.0 Pre-release
Pre-release

2017-06-24

Code Refactoring

BREAKING CHANGES

Migration

  • npm i -D zopfli-webpack-plugin

ℹ️ The Zopfli API has remained the same, those who were using the Zopfli option in this plugin should just need to switch plugins.