Skip to content

Releases: vHeemstra/vite-plugin-imagemin

v2.0.0

14 Feb 16:55
Compare
Choose a tag to compare

Major

  • Dropped support for Node 16

For Node 16 users:
Version 1.2.1 is the latest version of this package you can use.
Install/add using:
npm install @vheemstra/vite-plugin-imagemin@1.2.1 --save-dev

Tested with:

✅ Node 18.x
✅ Node 20.x


Full Changelog: v1.2.1...v2.0.0

v1.2.1

14 Feb 16:26
Compare
Choose a tag to compare

Tested with:

✅ Node 16.x
✅ Node 18.x


What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

24 Jan 13:28
Compare
Choose a tag to compare

Minor

  • Added Vite 5 to peer dependencies (fixes #14). Note that this is experimental and not fully tested (yet).

Patch

Tested with:

✅ Node 16.x
✅ Node 18.x


Full Changelog: v1.1.5...v1.2.0

v1.1.5

22 Nov 17:52
Compare
Choose a tag to compare

Tested with:

✅ Node 16.x
✅ Node 18.x


What's Changed

Full Changelog: v1.1.4...v1.1.5

v1.1.4

22 Nov 12:54
Compare
Choose a tag to compare

Tested with:

✅ Node 16.x
✅ Node 18.x


What's Changed

Full Changelog: v1.1.2...v1.1.4

v1.1.2

17 Nov 22:32
Compare
Choose a tag to compare

What's Changed

  • Fix in cache checks
  • Update README.md

Tested with:

✅ Node 16.x
✅ Node 18.x


Full Changelog: v1.1.1...v1.1.2

v1.1.1

16 Nov 18:41
Compare
Choose a tag to compare

What changed?

  • Fix: caching (now using a shadow copy of the output files as cache) [Fixes #7 ]
  • Chore: cleanup of unused files

Tested with:

✅ Node 16.x
✅ Node 18.x


Full Changelog: v1.1.0...v1.1.1

v1.1.0

14 Nov 18:08
Compare
Choose a tag to compare

Tested with:

✅ Node 16.x
✅ Node 18.x


What's Changed

New Contributors

Full Changelog: v1.0.12...v1.1.0

v1.0.12

31 Oct 22:43
Compare
Choose a tag to compare

Patch

  • Bump dependencies

Tested with:

✅ Node 16.x
✅ Node 18.x


Full Changelog: v1.0.11...v1.0.12

v1.0.11

15 Jul 15:53
Compare
Choose a tag to compare

Patch

  • Fixed some issues with inconsistent logging behavior for errors with input files.
  • Fixed CI building and testing (related to NASM being required for imagemin plugin binaries to build in npm install).

Tested with:

✅ Node 16.x
✅ Node 18.x


Full Changelog: v1.0.10...v1.0.11