Skip to content

Releases: unjs/ipx

v4.0.0-alpha.1

04 Dec 20:02
@pi0 pi0

Choose a tag to compare

compare changes

IPX v4 is now ESM-only and comes with significant dependency size reductions (v3 vs v4 alpha).

Internal H3 has been upgraded to v2, bringing native Web API compatibility and the new srvx layer for native performance with Node.js support.

Important

The programmatic API has changed. See the updated docs for usage.

v3.1.1

24 Jul 17:09
@pi0 pi0

Choose a tag to compare

compare changes

🩹 Fixes

  • fs: Ensure path stays within the exact directory (#271)

v2.1.1

24 Jul 17:06
@pi0 pi0

Choose a tag to compare

compare changes

🩹 Fixes

  • fs: Ensure path stays within the exact directory (#271, 81b86b1)

v1.3.2

24 Jul 17:02
@pi0 pi0

Choose a tag to compare

compare changes

🩹 Fixes

  • fs: Ensure path stays within the exact directory (#271, 94627ef)

v3.1.0

23 Jul 11:40
@pi0 pi0

Choose a tag to compare

compare changes

📦 Dependencies

  • Upgrade to svgo@4.0 (#231)
  • Upgrade to sharp@0.34 (notes)
  • Upgrade to unstorage@1.16

✅ Tests

  • Increase coverage (#260)

❤️ Contributors

v3.0.3

21 Mar 10:55
@pi0 pi0

Choose a tag to compare

compare changes

🩹 Fixes

  • Correctly handle format_auto,animated (#235)

📖 Documentation

  • Added jsdocs to exported functions and types (#222)

❤️ Contributors

v3.0.1

13 Feb 09:47
@pi0 pi0

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

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

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

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