Skip to content

Releases: vHeemstra/vite-plugin-imagemin

v2.2.1

29 Aug 14:23

Choose a tag to compare

Patch

Tested with:

✅ Node 18.x
✅ Node 20.x


New Contributors

Full Changelog: v2.2.0...v2.2.1

v2.2.0

01 Jul 01:03

Choose a tag to compare

Minor

  • Added Vite 6 to peer dependencies (fixes #20).

Patch

  • Updated tests to prepare for Vitest version 4
  • Updated some dependencies

Tested with:

✅ Node 18.x
✅ Node 20.x


Full Changelog: v2.1.0...v2.2.0

v2.0.0

14 Feb 16:55

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/[email protected] --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

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

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

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

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

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

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

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