Releases: jimp-dev/jimp
v0.22.6
🎉 This release contains work from a new contributor! 🎉
Thank you, Daniell (@daniellwdb), for all your work!
🐛 Bug Fix
jimp
,@jimp/plugin-color
- Export ColorActionName enum #1205 (@daniellwdb)
Authors: 1
- Daniell (@daniellwdb)
v0.22.5
🎉 This release contains work from new contributors! 🎉
Thanks for all your work!
❤️ Charly Poirier (@charlypoirier)
❤️ Ihor Bodnarchuk (@ihorbond)
🐛 Bug Fix
@jimp/plugin-resize
- Fix resizing issue with Jimp.AUTO #1202 (@charlypoirier)
📝 Documentation
- Update README.md #1203 (@ihorbond @hipstersmoothie)
Authors: 3
- Andrew Lisowski (@hipstersmoothie)
- Charly Poirier (@charlypoirier)
- Ihor Bodnarchuk (@ihorbond)
v0.22.4
🚀 Enhancement
@jimp/core
,@jimp/plugin-color
- update tinycolor2 #1187 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v0.22.3
🚀 Enhancement
jimp
- Fix browser build #1184 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v0.22.2
🎉 This release contains work from new contributors! 🎉
Thanks for all your work!
❤️ Ollie Chick (@olliechick)
❤️ Andrey Kutejko (@andy128k)
🚀 Enhancement
@jimp/core
- Change type of mime from string to string|number to fix #990 #1182 (@olliechick)
📝 Documentation
Authors: 2
- Andrey Kutejko (@andy128k)
- Ollie Chick (@olliechick)
v0.22.1
🚀 Enhancement
@jimp/core
- upgrade mkdrip #1173 (@hipstersmoothie)
🏠 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
- rename master to main #1169 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v0.22.0
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
@jimp/core
- Switch to fetch for url requests #1165 (@danielholmes)
🏠 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
- switch from should to expect #1163 (@hipstersmoothie)
@jimp/core
,@jimp/plugin-resize
- delete CLI package #1162 (@hipstersmoothie)
@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
- Change test matching strategy to include all test files #1161 (@danielholmes)
Authors: 2
- Andrew Lisowski (@hipstersmoothie)
- Daniel Holmes (@danielholmes)
v0.21.3
🎉 This release contains work from a new contributor! 🎉
Thank you, Daniel Holmes (@danielholmes), for all your work!
🚀 Enhancement
- run workflow for PRs #1156 (@hipstersmoothie)
🐛 Bug Fix
@jimp/core
,@jimp/plugin-resize
- Change some exports to move towards more ESM compatibility #1154 (@danielholmes)
🏠 Internal
- Workflow fix #1159 (@hipstersmoothie)
Authors: 2
- Andrew Lisowski (@hipstersmoothie)
- Daniel Holmes (@danielholmes)
v0.21.1
🚀 Enhancement
@jimp/core
- remove export hack #1153 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v0.21.0
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
💥 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
- Babel Refactor #1149 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)