This release marks v1 of Jimp and there are some notable breaking changes.
- Removed some odd api and made the main api easier to reason about
- Rewrote it in TypeScript
- Support for ESM/CJS/Browser
- All methods have been refactored to an options object for easier readability
🎉 This release contains work from a new contributor! 🎉
Thank you, Juan Pablo Garcia Ripa (@Sarabadu), for all your work!
💥 Breaking Change
@jimp/core
,@jimp/diff
,@jimp/file-ops
,jimp
,@jimp/test-utils
,@jimp/types
,@jimp/utils
,@jimp/js-bmp
,@jimp/js-gif
,@jimp/js-jpeg
,@jimp/js-png
,@jimp/js-tiff
,@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-hash
,@jimp/plugin-mask
,@jimp/plugin-print
,@jimp/plugin-resize
,@jimp/plugin-rotate
,@jimp/plugin-shadow
,@jimp/plugin-threshold
⚠️ Pushed to main
- udpate auto (@hipstersmoothie)
- add plugins (@hipstersmoothie)
- remove CI release (@hipstersmoothie)
@jimp/core
,@jimp/diff
,@jimp/file-ops
,jimp
,@jimp/test-utils
,@jimp/types
,@jimp/utils
,@jimp/js-bmp
,@jimp/js-gif
,@jimp/js-jpeg
,@jimp/js-png
,@jimp/js-tiff
,@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-hash
,@jimp/plugin-mask
,@jimp/plugin-print
,@jimp/plugin-resize
,@jimp/plugin-rotate
,@jimp/plugin-shadow
,@jimp/plugin-threshold
- set side effects (@hipstersmoothie)
- fix versions (@hipstersmoothie)
- add publish config (@hipstersmoothie)
📝 Documentation
@jimp/plugin-cover
- remove outdated docs #1301 (@hipstersmoothie)
Authors: 2
- Andrew Lisowski (@hipstersmoothie)
- Juan Pablo Garcia Ripa (@Sarabadu)