Releases: vHeemstra/vite-plugin-imagemin
Releases · vHeemstra/vite-plugin-imagemin
v2.0.0
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
Tested with:
✅ Node 16.x
✅ Node 18.x
What's Changed
- Added AVIF in
.htaccess
example by @vHeemstra in #16
Full Changelog: v1.2.0...v1.2.1
v1.2.0
Minor
- Added Vite 5 to peer dependencies (fixes #14). Note that this is experimental and not fully tested (yet).
Patch
- Fix security vulnerability (https://github.com/vHeemstra/vite-plugin-imagemin/security/dependabot/16)
Tested with:
✅ Node 16.x
✅ Node 18.x
Full Changelog: v1.1.5...v1.2.0
v1.1.5
Tested with:
✅ Node 16.x
✅ Node 18.x
What's Changed
- Fix: fixes cacheKey by @naranjamecanica in #13
Full Changelog: v1.1.4...v1.1.5
v1.1.4
Tested with:
✅ Node 16.x
✅ Node 18.x
What's Changed
- Feat: better cache handling without external modules by @naranjamecanica in #11
- Feat: Improved cache handling by @vHeemstra in #10
Full Changelog: v1.1.2...v1.1.4
v1.1.2
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
v1.1.0
Tested with:
✅ Node 16.x
✅ Node 18.x
What's Changed
- Add caching feature by @naranjamecanica in #4
New Contributors
- @naranjamecanica made their first contribution in #4
Full Changelog: v1.0.12...v1.1.0
v1.0.12
v1.0.11
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