Releases: robcresswell/nuxt-compress
v5.0.0
5.0.0 (2021-03-31)
Features
- Raise minimum supported versions (2e4fb97)
BREAKING CHANGES
- Node 10 is EOL next month, so I'm taking the
opportunity to batch together some breaking changes / end of
support.
- Raise the minimum Node version to 12.10
- Drop the Brotli plugin in favour of Nodes native support
- Update the package.json "files" list to make the install a little
smaller - Update the
README
to drop the docs around earlier versions of Nuxt;
I don't want to attempt to guarantee to support for them
For most use cases this update is probably a no-op, unless you're on a
very old version of Node or Nuxt. If you were overriding the default
options for the Brotli compression, you may need to change your config
slightly; see
https://webpack.js.org/plugins/compression-webpack-plugin/#using-brotli
for an example of the options that can be passed through.
v4.1.1
v4.1.0
v4.0.0
4.0.0 (2020-10-28)
Features
- Update compression plugin (386ad38)
BREAKING CHANGES
- Updating the webpack compression plugin, which this
wraps. Given that it has breaking changes, and this library is only a
thin wrapper, also marking as a breaking change here.
See https://github.com/webpack-contrib/compression-webpack-plugin/releases/tag/v6.0.0
for info on the breaking changes
v3.0.0
3.0.0 (2020-08-17)
Features
- compression-webpack-plugin 5.x (6ce5943)
BREAKING CHANGES
- This patch bumps
compression-webpack-plugin
to 5.x
Given that this library is only a light wrapper around these plugins,
publishing a cautious breaking change seems sensible. The changelog for
compression-webpack-plugin
can be found here:
https://github.com/webpack-contrib/compression-webpack-plugin/releases/tag/v5.0.0
v2.0.0
2.0.0 (2020-05-23)
Features
- Raise compression-webpack-plugin version (897df4a)
BREAKING CHANGES
- As one of this modules key dependencies has changed its
support target, I've also raised the minimum onnuxt-compress
, so
marking this as a breaking change and adding "engines" to the
package.json
See
https://github.com/webpack-contrib/compression-webpack-plugin/releases/tag/v4.0.0
for further details