Releases: jimp-dev/jimp
Releases · jimp-dev/jimp
v0.20.2
🚀 Enhancement
@jimp/core
- add phash to types #1144 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v0.20.1
⚠️ Pushed to master
- add ability to comment on issues (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v0.20.0
🎉 This release contains work from a new contributor! 🎉
Thank you, nopeless (@nopeless), for all your work!
Release Notes
switch from browserify to webpack (#1140)
This PR can be considered a breaking change as it remove the jimp.min.js
file.
Instead there is now only the jimp.js
file and we ship source maps for it.
We also configured the browser
field so jimp will be automatically bundled better
💥 Breaking Change
@jimp/core
,@jimp/custom
,jimp
,@jimp/test-utils
,@jimp/png
- switch from browserify to webpack #1140 (@hipstersmoothie)
🚀 Enhancement
- add more auto plugins #1141 (@hipstersmoothie)
@jimp/tiff
- Update utif #1143 (@hipstersmoothie)
@jimp/core
⚠️ Pushed to master
- update tokens (@hipstersmoothie)
- add permission (@hipstersmoothie)
- add protected branch plugin (@hipstersmoothie)
Authors: 2
- Andrew Lisowski (@hipstersmoothie)
- nopeless (@nopeless)
v0.17.8
🐛 Bug Fix
@jimp/cli
,@jimp/custom
,@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
- Add repo to all packages #1137 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v0.17.7
🐛 Bug Fix
@jimp/plugin-color
- Fix types not assignable to 'ColorActionName'. #1086 (@lucyyyyyyy @hipstersmoothie)
@jimp/plugin-print
- Update ordering of overrides so ReturnType pulls correct typing. #1077 (@dcbartlett @hipstersmoothie)
@jimp/core
jimp
,@jimp/plugin-rotate
Authors: 5
- @fabb
- Andrew Lisowski (@hipstersmoothie)
- Dennis Bartlett (@dcbartlett)
- Lucy (@lucyyyyyyy)
- 彭君怡 (@pkjy)
v0.17.5
🐛 Bug Fix
@jimp/core
- Fix dos attack vulnerable #1136 (@sjoerd108 @hipstersmoothie)
Authors: 2
- Andrew Lisowski (@hipstersmoothie)
- Sjoerd (@sjoerd108)
v0.17.4
🐛 Bug Fix
@jimp/core
- fix commonjs require #1020 (@fratzinger @hipstersmoothie)
Authors: 2
- @fratzinger
- Andrew Lisowski (@hipstersmoothie)
v0.17.3
🐛 Bug Fix
@jimp/core
,@jimp/plugin-color
- Fix EDGE_WRAP overwriting X with Y when Y < 0 #1135 (@sjoerd108 @hipstersmoothie)
Authors: 2
- Andrew Lisowski (@hipstersmoothie)
- Sjoerd (@sjoerd108)
v0.17.2
🐛 Bug Fix
@jimp/core
,@jimp/plugin-print
- remove extra bm-font dep #1134 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v0.17.1
🐛 Bug Fix
@jimp/plugin-print
- use a consistent text layouting algorithm #1133 (@iliazeus @hipstersmoothie)
Authors: 2
- Andrew Lisowski (@hipstersmoothie)
- Ilia Pozdnyakov (@iliazeus)