Skip to content

Releases: jimp-dev/jimp

v0.22.6

24 Feb 19:31
Compare
Choose a tag to compare

🎉 This release contains work from a new contributor! 🎉

Thank you, Daniell (@daniellwdb), for all your work!

🐛 Bug Fix

Authors: 1

v0.22.5

21 Feb 17:34
Compare
Choose a tag to compare

🎉 This release contains work from new contributors! 🎉

Thanks for all your work!

❤️ Charly Poirier (@charlypoirier)

❤️ Ihor Bodnarchuk (@ihorbond)

🐛 Bug Fix

📝 Documentation

Authors: 3

v0.22.4

07 Feb 02:23
Compare
Choose a tag to compare

🚀 Enhancement

Authors: 1

v0.22.3

06 Feb 23:07
Compare
Choose a tag to compare

🚀 Enhancement

Authors: 1

v0.22.2

06 Feb 20:36
Compare
Choose a tag to compare

🎉 This release contains work from new contributors! 🎉

Thanks for all your work!

❤️ Ollie Chick (@olliechick)

❤️ Andrey Kutejko (@andy128k)

🚀 Enhancement

📝 Documentation

Authors: 2

v0.22.1

06 Feb 09:20
Compare
Choose a tag to compare

🚀 Enhancement

🏠 Internal

  • Windows scripts #1172 (@hipstersmoothie)
  • @jimp/core, @jimp/custom, jimp, @jimp/plugin-blit, @jimp/plugin-blur, @jimp/plugin-circle, @jimp/plugin-color, @jimp/plugin-contain, @jimp/plugin-cover, @jimp/plugin-crop, @jimp/plugin-displace, @jimp/plugin-dither, @jimp/plugin-fisheye, @jimp/plugin-flip, @jimp/plugin-gaussian, @jimp/plugin-invert, @jimp/plugin-mask, @jimp/plugin-normalize, @jimp/plugin-print, @jimp/plugin-resize, @jimp/plugin-rotate, @jimp/plugin-scale, @jimp/plugin-shadow, @jimp/plugin-threshold, @jimp/plugins, @jimp/test-utils, @jimp/bmp, @jimp/gif, @jimp/jpeg, @jimp/png, @jimp/tiff, @jimp/types, @jimp/utils

Authors: 1

v0.22.0

06 Feb 04:23
Compare
Choose a tag to compare

Release Notes

Switch to fetch for url requests (#1165)

The underlying library for fetching images has been changed.

loadFromURL can take a set of options. When in the node environment all those options are passed to phin. Any options used to pass to phin that are not supported by the fetch API will stop working.


💥 Breaking Change

🏠 Internal

  • @jimp/core, @jimp/custom, jimp, @jimp/plugin-blit, @jimp/plugin-circle, @jimp/plugin-color, @jimp/plugin-contain, @jimp/plugin-cover, @jimp/plugin-crop, @jimp/plugin-fisheye, @jimp/plugin-flip, @jimp/plugin-mask, @jimp/plugin-normalize, @jimp/plugin-print, @jimp/plugin-resize, @jimp/plugin-rotate, @jimp/plugin-shadow, @jimp/plugin-threshold, @jimp/test-utils, @jimp/bmp, @jimp/gif, @jimp/jpeg, @jimp/png, @jimp/tiff
  • @jimp/core, @jimp/plugin-resize
  • @jimp/core, jimp, @jimp/plugin-blit, @jimp/plugin-circle, @jimp/plugin-color, @jimp/plugin-contain, @jimp/plugin-cover, @jimp/plugin-crop, @jimp/plugin-fisheye, @jimp/plugin-flip, @jimp/plugin-mask, @jimp/plugin-normalize, @jimp/plugin-print, @jimp/plugin-resize, @jimp/plugin-rotate, @jimp/plugin-shadow, @jimp/plugin-threshold, @jimp/test-utils, @jimp/bmp, @jimp/gif, @jimp/jpeg, @jimp/png, @jimp/tiff

Authors: 2

v0.21.3

05 Feb 23:06
Compare
Choose a tag to compare

🎉 This release contains work from a new contributor! 🎉

Thank you, Daniel Holmes (@danielholmes), for all your work!

🚀 Enhancement

🐛 Bug Fix

  • @jimp/core, @jimp/plugin-resize

🏠 Internal

Authors: 2

v0.21.1

05 Feb 22:34
Compare
Choose a tag to compare

🚀 Enhancement

Authors: 1

v0.21.0

05 Feb 02:38
Compare
Choose a tag to compare

Release Notes

Babel Refactor (#1149)

Marking this as a "breaking release" because it might change what deps need to be installed.

All modules should be exported as valid cjs and esm

CleanShot 2023-02-04 at 18 19 27


💥 Breaking Change

  • @jimp/core, @jimp/custom, jimp, @jimp/plugin-blit, @jimp/plugin-blur, @jimp/plugin-circle, @jimp/plugin-color, @jimp/plugin-contain, @jimp/plugin-cover, @jimp/plugin-crop, @jimp/plugin-displace, @jimp/plugin-dither, @jimp/plugin-fisheye, @jimp/plugin-flip, @jimp/plugin-gaussian, @jimp/plugin-invert, @jimp/plugin-mask, @jimp/plugin-normalize, @jimp/plugin-print, @jimp/plugin-resize, @jimp/plugin-rotate, @jimp/plugin-scale, @jimp/plugin-shadow, @jimp/plugin-threshold, @jimp/plugins, @jimp/test-utils, @jimp/bmp, @jimp/gif, @jimp/jpeg, @jimp/png, @jimp/tiff, @jimp/types, @jimp/utils

Authors: 1