Skip to content

Releases: unjs/ipx

v3.0.1

13 Feb 09:47
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • http: Properly respect ignoreCacheControl option (96a8489)

🏡 Chore

❤️ Contributors

  • Pooya Parsa (@pi0)

v3.0.0

12 Jan 00:32
@pi0 pi0
Compare
Choose a tag to compare

IPX v3 is upgraded with sharp ^0.33 with major installation enhancements. See lovell/sharp#3750 for more info.

v2.1.0

12 Jan 00:20
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • node-fs: Add support for multiple dirs (#203)

🩹 Fixes

  • Missing maxAge default (#197)
  • server: Set cache-control header only after processing image (#200)
  • Improve data parsing for unstorage (#204)

💅 Refactors

  • Jpeg progressive setting via sharpOptions (#198)

❤️ Contributors

v2.0.2

09 Nov 22:34
@pi0 pi0
Compare
Choose a tag to compare

What's Changed

  • fix: allow httpStorage allowAllDomains config param to be used. by @Jarrku in #189
  • deps: update to svgo v3.0.3 by @SethFalco in #188

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2.0.1

06 Nov 11:45
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • svgo: Handle javascript uris in removexss plugin (#186)

❤️ Contributors

v2.0.0

18 Oct 01:30
@pi0 pi0
Compare
Choose a tag to compare

Note

This release includes multiple API changes. Please refer to the Docs for new usage guide and #171 for v2 roadmap.

This release

🚀 Enhancements

🩹 Fixes

  • Respect global maxAge option as fallback (2abe014)
  • server: Improve 304 handling (06820b5)
  • server: Append Vary header instead of overriding it (fb3cf1d)
  • server: Set headers only if not already set (ce0cf0e)

💅 Refactors

❤️ Contributors

v1.3.1

02 Oct 09:35
@pi0 pi0
Compare
Choose a tag to compare

compare changes

Note
This is a security upgrade for sharp dependency. (read more here)

🩹 Fixes

  • Update sharp to ^0.32.6 (#177)

🏡 Chore

  • Update non-major dependencies (6254052)

🤖 CI

  • Enable ci for v1 branch (61e851b)

❤️ Contributors

v2.0.0-1

27 Sep 23:14
@pi0 pi0
Compare
Choose a tag to compare
v2.0.0-1 Pre-release
Pre-release

compare changes

🚀 Enhancements

  • Use ofetch to improve http error handling (ac30512)

💅 Refactors

📖 Documentation

🏡 Chore

❤️ Contributors

v2.0.0-0

14 Sep 21:06
@pi0 pi0
Compare
Choose a tag to compare
v2.0.0-0 Pre-release
Pre-release

compare changes

Warning

This is a prerelease version of IPX v2. Check out #171 for the roadmap.

🚀 Enhancements

v1.3.0

05 Sep 14:01
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • handlers: Support kernel modifier (#143)

🩹 Fixes

  • Provide options to sharp method (#138)
  • Add heic to the supported formats (#130)

📖 Documentation

  • Mention background modifier (#156)
  • Update background modifier example (2c6ad22)
  • Add h3 middleware example (#144)

📦 Build

  • Update exports field for type support (f43772b)

🤖 CI

❤️ Contributors