Skip to content

Releases: iampava/imagemin-webp-webpack-plugin

Plugin v3.3.6

19 Jul 19:21
Compare
Choose a tag to compare
  • support for Webpack 5 (#38)

Plugin v3.3.5

19 Jul 07:08
Compare
Choose a tag to compare

Added support for GIF images via imagemin-gif2webp (#35)

Plugin v3.3.4

05 Apr 08:19
Compare
Choose a tag to compare
  • updated dependencies

Plugin v3.3.3

19 Sep 09:03
Compare
Choose a tag to compare
  • updated dependencies to fix vulnerabilities

Plugin v3.3.0

14 Nov 20:24
Compare
Choose a tag to compare
  • Merged #21 which adds support for older webpack versions.

  • Added a test-project inside the repo to make it easier to verify bugs/features

Plugin v3.2.2

02 Nov 14:01
19dbf69
Compare
Choose a tag to compare

Updated all dependencies to fix vulnerabilities.

Plugin v3.2.1

27 Jun 05:01
Compare
Choose a tag to compare

Added the silent option to disable all console output.

Plugin v3.1.0

22 Jan 19:26
Compare
Choose a tag to compare

Added overrideExtension config property which allows you to simply concatenate web to the end of your filename.

image.png -> image.png.webp

More details here: #9

Plugin v3.0.0

01 Jan 15:38
Compare
Choose a tag to compare

Complete rewrite of the plugin to fix webpack-dev-server bugs.

Increased imagemin-webp dependency to v5.0.0

05 Dec 13:09
Compare
Choose a tag to compare

Fixed #2 by increasing the version of imagemin-webp!