Skip to content

Releases: robcresswell/nuxt-compress

v5.0.0

31 Mar 08:24
5f5c819
Compare
Choose a tag to compare

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

27 Mar 10:53
c5d9446
Compare
Choose a tag to compare

4.1.1 (2021-03-27)

Bug Fixes

  • Minor dependency updates (5cd65b0)

v4.1.0

09 Nov 18:29
6fdbbc7
Compare
Choose a tag to compare

4.1.0 (2020-11-09)

Features

  • deps: bump compression-webpack-plugin from 6.0.4 to 6.1.0 (4cfb4e9)

v4.0.0

28 Oct 09:56
92f7382
Compare
Choose a tag to compare

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

17 Aug 18:35
195a4c6
Compare
Choose a tag to compare

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

23 May 11:49
e648c71
Compare
Choose a tag to compare

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 on nuxt-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

v1.1.0

29 Jan 14:55
c25dd1e
Compare
Choose a tag to compare

1.1.0 (2020-01-29)

Features

  • Ensure npm uses compression-plugin > 3.1.0 (5c2c4fa)

v1.0.0

29 Jan 14:47
8598bb9
Compare
Choose a tag to compare

1.0.0 (2020-01-29)

Bug Fixes

  • Add meta (4b76069)
  • bump version for initial release (3462086)
  • don't break on empty config (855c157)
  • import name (65dd65c)
  • stop being a sleepy idiot (1a5d576)
  • Update package metadata for npmjs.com (c18d9d9)
  • Use the correct compression plugin (161f348)