Skip to content

Releases: Klathmon/imagemin-webpack-plugin

v3.0

29 Jul 14:52
Compare
Choose a tag to compare
v3.0 Pre-release
Pre-release

See #90 for what changed. There may be more things added or changed to additional beta releases before the final 3.0 release.

v2.4.2

09 Feb 18:02
c9be211
Compare
Choose a tag to compare

Just some updates and typo fixes for the Typescript typings from @eamodio.

This correctly adds the externalImages, min/maxFileSize, and cacheFolder properties to the options types.

Thanks!

v2.4.1

04 Feb 19:44
c55b34b
Compare
Choose a tag to compare

We now have typescript types!

Thanks to @SzybkiSasza in #78 we now have typescript typings for this project!

There are no other changes in this release.

v2.4.0

07 Jan 15:33
63c48ac
Compare
Choose a tag to compare

Changes:

  • bumped up the version of imagemin and a few plugins thanks to @jagonzalr

This also fixes the security issue once and for all with tunnel-agent.

v2.3.0

19 Sep 18:19
b5c7f00
Compare
Choose a tag to compare

Changes:

  • Added filename option for the externalImages option thanks to @fragkp letting you rename any files in the externalImages.sources array as they are minified. See the README.md or PR #68 for more information.

v2.2.0

27 Jul 16:47
df3fc3d
Compare
Choose a tag to compare

This release upgrades imagemin to version 6 which hopefully will fix some issues with upstream dependencies.

v2.1.5

09 May 14:27
d99c00a
Compare
Choose a tag to compare
  • Fix publish

yarn publish didn't include all of the built files for this package for reasons that I'm not entirely sure about. This is a re-publish of v2.1.2 but with all of the files included.

As a side effect, this also now includes source-maps in the distributed version, which might help diagnose issues if needed.

v2.1.2

09 May 11:25
075c041
Compare
Choose a tag to compare

Small release.

  • Bump dependencies up to their latest versions
  • Pin a transitive dependency (tunnel-agent) to their latest version to address a possible vulnerability.

Yarn users will get the second fix, however npm users will not (as npm doesn't support the resolutions field in the package.json).

It shouldn't be a problem however as the vulnerable line is never called in this library or any of its dependencies as far as I can tell.

For more information see #60

NOTE! This release has a bug where the publish did not include all files in the package! Please upgrade to v2.1.5 for the fix. See #61 for more information.

v2.1.1

29 Mar 13:42
b233726
Compare
Choose a tag to compare

The cache now hashes the full file contents instead of just the filename. Thanks to @xakzona for the PR!

v2.1.0

12 Mar 19:00
f6c8934
Compare
Choose a tag to compare

Webpack 4!

Thanks to @simonkberg for the PR that enabled Webpack 4 support. That is all that changed in this version, imagemin-webpack-plugin should still work on older versions the same as it always has.