🎉 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)