unjs / jimp-compact

✏️ Lightweight version of Jimp -- An image processing library written entirely in JavaScript for Node.js
111 stars 5 forks source link

chore(deps): update devdependency jimp to v1 #64

Open renovate[bot] opened 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jimp ^0.16.2 -> ^1.6.0 age adoption passing confidence

Release Notes

jimp-dev/jimp (jimp) ### [`v1.6.0`](https://redirect.github.com/jimp-dev/jimp/compare/v1.4.0...c88abe6046dccbdb6e4f5f00c3dd403c81d83515) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v1.4.0...v1.6.0) ### [`v1.4.0`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v140-Sat-Sep-07-2024) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v1.3.0...v1.4.0) ##### πŸš€ Enhancement - `@jimp/core` - Let Jimp.read accept a Buffer [#​1332](https://redirect.github.com/jimp-dev/jimp/pull/1332) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - `jimp` - Export measure text functions from jimp package [#​1333](https://redirect.github.com/jimp-dev/jimp/pull/1333) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - Add JimpMime constant [#​1331](https://redirect.github.com/jimp-dev/jimp/pull/1331) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - add JimpInstance type [#​1330](https://redirect.github.com/jimp-dev/jimp/pull/1330) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### πŸ› Bug Fix - `@jimp/utils`, `@jimp/plugin-print` - Bind callback to image instance [#​1335](https://redirect.github.com/jimp-dev/jimp/pull/1335) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### ⚠️ Pushed to `main` - `@jimp/core`, `@jimp/types`, `@jimp/utils`, `@jimp/plugin-print`, `@jimp/plugin-quantize`, `@jimp/wasm-webp` - fix docs build ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### πŸ“ Documentation - `@jimp/plugin-blit`, `@jimp/plugin-print` - Misc doc updates [#​1334](https://redirect.github.com/jimp-dev/jimp/pull/1334) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 1 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) *** ### [`v1.3.0`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v130-Wed-Sep-04-2024) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v1.2.0...v1.3.0) ##### πŸš€ Enhancement - `@jimp/core` - Add width/height/mime getters [#​1327](https://redirect.github.com/jimp-dev/jimp/pull/1327) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 1 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) *** ### [`v1.2.0`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v120-Tue-Sep-03-2024) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v1.1.5...v1.2.0) ##### πŸš€ Enhancement - `@jimp/core`, `jimp`, `@jimp/plugin-print`, `@jimp/wasm-avif`, `@jimp/wasm-jpeg`, `@jimp/wasm-png`, `@jimp/wasm-webp` - Add webp, avid, png, jpeg WASM format plugin [#​1324](https://redirect.github.com/jimp-dev/jimp/pull/1324) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 1 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) *** ### [`v1.1.5`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v115-Mon-Sep-02-2024) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v1.1.4...v1.1.5) ##### πŸ› Bug Fix - `@jimp/types`, `@jimp/plugin-print` - Fix loading fonts in web-worker [#​1322](https://redirect.github.com/jimp-dev/jimp/pull/1322) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### ⚠️ Pushed to `main` - `@jimp/core`, `jimp` - Fix height/width being undefined when creating a Jimp from a canvas ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 1 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) *** ### [`v1.1.4`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v114-Mon-Sep-02-2024) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v1.1.3...v1.1.4) ##### Release Notes ##### improve bundler integration ([#​1321](https://redirect.github.com/jimp-dev/jimp/pull/1321)) Instead of having to import `jimp/browser` you can now just import `jimp` and the bundler should pick up the `browser` export. *** ##### πŸ› Bug Fix - `jimp` - improve bundler integration [#​1321](https://redirect.github.com/jimp-dev/jimp/pull/1321) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 1 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) *** ### [`v1.1.3`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v113-Mon-Sep-02-2024) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v1.1.2...v1.1.3) ##### πŸ› Bug Fix - `jimp` - Include browser files [#​1320](https://redirect.github.com/jimp-dev/jimp/pull/1320) ([@​hipstersmoothie](https://redirect.github.com/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-quantize`, `@jimp/plugin-resize`, `@jimp/plugin-rotate`, `@jimp/plugin-shadow`, `@jimp/plugin-threshold` - Update deps [#​1319](https://redirect.github.com/jimp-dev/jimp/pull/1319) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 1 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) *** ### [`v1.1.2`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v112-Mon-Sep-02-2024) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v1.1.1...v1.1.2) ##### Release Notes ##### Make brightness function behave like other implementations ([#​1312](https://redirect.github.com/jimp-dev/jimp/pull/1312)) This PR changes the `brightness` function to behave like the css brightness function and other implementations. Previously it was doing something odd. Instead of multiplying the color channel by the multiplier value, it multiplied against the inversion of the current color. In the current version a value of `1` won't change the colors at all. Values above 1 will brighten the colors, values below 1 will darken the colors. *** ##### πŸ› Bug Fix - fix incorrect usage in docs [#​1318](https://redirect.github.com/jimp-dev/jimp/pull/1318) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - `jimp`, `@jimp/plugin-blur`, `@jimp/plugin-shadow` - Fix blur on transparent images [#​1315](https://redirect.github.com/jimp-dev/jimp/pull/1315) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - `@jimp/plugin-rotate` - Rotate short circuit [#​1317](https://redirect.github.com/jimp-dev/jimp/pull/1317) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - `@jimp/plugin-color` - Fix pixelate not working well with alpha channel [#​1314](https://redirect.github.com/jimp-dev/jimp/pull/1314) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - `jimp`, `@jimp/plugin-color` - Make brightness function behave like other implementations [#​1312](https://redirect.github.com/jimp-dev/jimp/pull/1312) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - `@jimp/plugin-print` - Fix printing string when words are longer than max-width [#​1313](https://redirect.github.com/jimp-dev/jimp/pull/1313) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - Fix using dirname in print plugin [#​1310](https://redirect.github.com/jimp-dev/jimp/pull/1310) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - `@jimp/diff` - Jimp.diff() to make real resize before image compare [#​1311](https://redirect.github.com/jimp-dev/jimp/pull/1311) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 1 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) *** ### [`v1.1.1`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v111-Sun-Sep-01-2024) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v1.1.0...v1.1.1) ##### πŸ› Bug Fix - `@jimp/core` - fix file-type import for esm projects [#​1309](https://redirect.github.com/jimp-dev/jimp/pull/1309) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 1 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) *** ### [`v1.1.0`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v110-Sun-Sep-01-2024) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v1.0.5...v1.1.0) ##### πŸš€ Enhancement - `jimp`, `@jimp/plugin-quantize` - Add quantize plugin [#​1307](https://redirect.github.com/jimp-dev/jimp/pull/1307) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### ⚠️ Pushed to `main` - Update browser docs ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - Add migration guide ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - fix docs upload path ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - `@jimp/core`, `@jimp/diff`, `@jimp/file-ops`, `jimp`, `@jimp/test-utils`, `@jimp/types`, `@jimp/utils`, `@jimp/js-bmp`, `@jimp/js-jpeg`, `@jimp/js-png`, `@jimp/js-tiff`, `@jimp/plugin-blit`, `@jimp/plugin-blur`, `@jimp/plugin-circle`, `@jimp/plugin-contain`, `@jimp/plugin-cover`, `@jimp/plugin-crop`, `@jimp/plugin-displace`, `@jimp/plugin-dither`, `@jimp/plugin-fisheye`, `@jimp/plugin-flip`, `@jimp/plugin-mask`, `@jimp/plugin-print`, `@jimp/plugin-resize`, `@jimp/plugin-rotate`, `@jimp/plugin-shadow`, `@jimp/plugin-threshold` - upgrade tshy ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - `@jimp/js-jpeg`, `@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-mask`, `@jimp/plugin-print`, `@jimp/plugin-resize`, `@jimp/plugin-rotate`, `@jimp/plugin-shadow`, `@jimp/plugin-threshold` - update more docs ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 1 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) *** ### [`v1.0.5`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v105-Sun-Sep-01-2024) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v1.0.4...v1.0.5) :tada: This release contains work from a new contributor! :tada: Thank you, Ben McCann ([@​benmccann](https://redirect.github.com/benmccann)), for all your work! ##### πŸ› Bug Fix - `@jimp/plugin-hash` - add missing dependency [#​1306](https://redirect.github.com/jimp-dev/jimp/pull/1306) ([@​benmccann](https://redirect.github.com/benmccann) [@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### ⚠️ Pushed to `main` - fix build command ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - build browser bundle when building ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - fixing docs deploy ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - `jimp` - fix browser build ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 2 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - Ben McCann ([@​benmccann](https://redirect.github.com/benmccann)) *** ### [`v1.0.4`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v104-Sat-Aug-31-2024) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v1.0.3...v1.0.4) ##### ⚠️ Pushed to `main` - fix release script (lisowski54@​gmail.com) ##### Authors: 1 - Andrew Lisowski (lisowski54@​gmail.com) *** ### [`v1.0.3`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v103-Sat-Aug-31-2024) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v1.0.2...v1.0.3) :tada: This release contains work from a new contributor! :tada: Thank you, Ben McCann ([@​benmccann](https://redirect.github.com/benmccann)), for all your work! ##### πŸ› Bug Fix - `@jimp/core`, `jimp`, `@jimp/plugin-cover`, `@jimp/plugin-dither`, `@jimp/plugin-print` - remove hundreds of unused dependencies [#​1302](https://redirect.github.com/jimp-dev/jimp/pull/1302) ([@​benmccann](https://redirect.github.com/benmccann) [@​hipstersmoothie](https://redirect.github.com/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` - Fix build [#​1303](https://redirect.github.com/jimp-dev/jimp/pull/1303) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### ⚠️ Pushed to `main` - add build ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - fix name ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - deploy docs ([@​hipstersmoothie](https://redirect.github.com/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` - add clean script ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - `@jimp/test-utils` - fix build ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 2 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - Ben McCann ([@​benmccann](https://redirect.github.com/benmccann)) *** ### [`v1.0.2`](https://redirect.github.com/jimp-dev/jimp/releases/tag/v1.0.2) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v0.22.12...v1.0.2) 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 *** :tada: This release contains work from a new contributor! :tada: Thank you, Juan Pablo Garcia Ripa ([@​Sarabadu](https://redirect.github.com/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` - V1 [#​1285](https://redirect.github.com/jimp-dev/jimp/pull/1285) ([@​Sarabadu](https://redirect.github.com/Sarabadu) [@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### ⚠️ Pushed to `main` - udpate auto ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - add plugins ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - remove CI release ([@​hipstersmoothie](https://redirect.github.com/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](https://redirect.github.com/hipstersmoothie)) - fix versions ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - add publish config ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### πŸ“ Documentation - `@jimp/plugin-cover` - remove outdated docs [#​1301](https://redirect.github.com/jimp-dev/jimp/pull/1301) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 2 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - Juan Pablo Garcia Ripa ([@​Sarabadu](https://redirect.github.com/Sarabadu)) ### [`v0.22.12`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v02212-Fri-Feb-23-2024) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v0.22.11...v0.22.12) :tada: This release contains work from a new contributor! :tada: Thank you, Dathan ([@​DLiblik](https://redirect.github.com/DLiblik)), for all your work! ##### πŸš€ Enhancement - Automatic release [#​1277](https://redirect.github.com/jimp-dev/jimp/pull/1277) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie) [@​github-actions\[bot\]](https://redirect.github.com/github-actions\[bot])) ##### πŸ› Bug Fix - `@jimp/core` - Improve color operations performance [#​1263](https://redirect.github.com/jimp-dev/jimp/pull/1263) ([@​DLiblik](https://redirect.github.com/DLiblik) [@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 3 - [@​github-actions\[bot\]](https://redirect.github.com/github-actions\[bot]) - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - Dathan ([@​DLiblik](https://redirect.github.com/DLiblik)) *** ### [`v0.22.11`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v02211-Fri-Feb-23-2024) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v0.22.10...v0.22.11) :tada: This release contains work from new contributors! :tada: Thanks for all your work! :heart: Rob Juurlink ([@​kozmoz](https://redirect.github.com/kozmoz)) :heart: null[@​AnotherPillow](https://redirect.github.com/AnotherPillow) ##### πŸš€ Enhancement - `@jimp/plugin-print` - Add \n support for image.print [#​865](https://redirect.github.com/jimp-dev/jimp/issues/865) [#​1265](https://redirect.github.com/jimp-dev/jimp/pull/1265) (juurr00@​juurlink.org [@​kozmoz](https://redirect.github.com/kozmoz) [@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### πŸ“ Documentation - `jimp` - Fix it's/its, see description. [#​1267](https://redirect.github.com/jimp-dev/jimp/pull/1267) ([@​AnotherPillow](https://redirect.github.com/AnotherPillow)) ##### Authors: 4 - [@​AnotherPillow](https://redirect.github.com/AnotherPillow) - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - juurr00 (juurr00@​juurlink.org) - Rob Juurlink ([@​kozmoz](https://redirect.github.com/kozmoz)) *** ### [`v0.22.10`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v02210-Wed-Jul-26-2023) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v0.22.9...v0.22.10) :tada: This release contains work from a new contributor! :tada: Thank you, Zach Stevenson ([@​stevezac-osu](https://redirect.github.com/stevezac-osu)), for all your work! ##### πŸš€ Enhancement - `@jimp/core` - Encoder for GIF provides a Promise to getBuffer when a string, Buffer, or Uint8Array is expected [#​1239](https://redirect.github.com/jimp-dev/jimp/pull/1239) ([@​stevezac-osu](https://redirect.github.com/stevezac-osu) [@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 2 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - Zach Stevenson ([@​stevezac-osu](https://redirect.github.com/stevezac-osu)) *** ### [`v0.22.9`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v0229-Wed-Jul-26-2023) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v0.22.8...v0.22.9) :tada: This release contains work from new contributors! :tada: Thanks for all your work! :heart: Artur ([@​Artur-](https://redirect.github.com/Artur-)) :heart: Tim O. (macer) ([@​gitmacer](https://redirect.github.com/gitmacer)) :heart: aab ([@​aabccd021](https://redirect.github.com/aabccd021)) :heart: Zsolt Medgyesi ([@​zmedgyes](https://redirect.github.com/zmedgyes)) :heart: Nicolas Morel ([@​Marsup](https://redirect.github.com/Marsup)) ##### πŸš€ Enhancement - Support commonjs default export [#​1225](https://redirect.github.com/jimp-dev/jimp/pull/1225) ([@​zmedgyes](https://redirect.github.com/zmedgyes)) - `jimp`, `@jimp/plugin-print` - Add € to extended Fonts [#​1249](https://redirect.github.com/jimp-dev/jimp/pull/1249) ([@​gitmacer](https://redirect.github.com/gitmacer)) - `@jimp/gif` - chore: upgrade gifwrap [#​1222](https://redirect.github.com/jimp-dev/jimp/pull/1222) ([@​Marsup](https://redirect.github.com/Marsup)) ##### πŸ› Bug Fix - `@jimp/core` - fix: Remove dependency on mkdirp [#​1248](https://redirect.github.com/jimp-dev/jimp/pull/1248) ([@​Artur-](https://redirect.github.com/Artur-)) ##### πŸ“ Documentation - delete cli link from readme [#​1250](https://redirect.github.com/jimp-dev/jimp/pull/1250) ([@​aabccd021](https://redirect.github.com/aabccd021)) ##### Authors: 5 - aab ([@​aabccd021](https://redirect.github.com/aabccd021)) - Artur ([@​Artur-](https://redirect.github.com/Artur-)) - Nicolas Morel ([@​Marsup](https://redirect.github.com/Marsup)) - Tim O. (macer) ([@​gitmacer](https://redirect.github.com/gitmacer)) - Zsolt Medgyesi ([@​zmedgyes](https://redirect.github.com/zmedgyes)) *** ### [`v0.22.8`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v0228-Thu-May-11-2023) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v0.22.7...v0.22.8) :tada: This release contains work from new contributors! :tada: Thanks for all your work! :heart: Sjoerd ([@​sjoerd108](https://redirect.github.com/sjoerd108)) :heart: null[@​php4fan](https://redirect.github.com/php4fan) :heart: null[@​JunkMeal](https://redirect.github.com/JunkMeal) ##### πŸš€ Enhancement - `@jimp/core`, `jimp` - Composite: don't write to null pixels [#​1226](https://redirect.github.com/jimp-dev/jimp/pull/1226) ([@​sjoerd108](https://redirect.github.com/sjoerd108)) - `@jimp/plugin-color` - Fix: convolute not defaulting to 0, 0 as starting point [#​1228](https://redirect.github.com/jimp-dev/jimp/pull/1228) ([@​sjoerd108](https://redirect.github.com/sjoerd108)) - `@jimp/plugin-rotate` - Fix: rotate resize param on multiples of 90 [#​1229](https://redirect.github.com/jimp-dev/jimp/pull/1229) ([@​sjoerd108](https://redirect.github.com/sjoerd108)) ##### πŸ› Bug Fix - `@jimp/plugin-crop`, `@jimp/test-utils` - Fix autocrop mixing up east and west [#​1227](https://redirect.github.com/jimp-dev/jimp/pull/1227) ([@​sjoerd108](https://redirect.github.com/sjoerd108)) ##### πŸ“ Documentation - Fixed typo in README [#​1215](https://redirect.github.com/jimp-dev/jimp/pull/1215) ([@​php4fan](https://redirect.github.com/php4fan)) - `jimp` - Changing the Hiero url [#​1213](https://redirect.github.com/jimp-dev/jimp/pull/1213) ([@​JunkMeal](https://redirect.github.com/JunkMeal)) ##### Authors: 3 - [@​JunkMeal](https://redirect.github.com/JunkMeal) - [@​php4fan](https://redirect.github.com/php4fan) - Sjoerd ([@​sjoerd108](https://redirect.github.com/sjoerd108)) *** ### [`v0.22.7`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v0227-Sat-Feb-25-2023) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v0.22.6...v0.22.7) :tada: This release contains work from a new contributor! :tada: Thank you, MD KHAIRUL ISLAM ([@​black-turtle](https://redirect.github.com/black-turtle)), for all your work! ##### Release Notes ##### use matrix rotate, if rotate angle is multiple of 90 degrees ([#​1209](https://redirect.github.com/jimp-dev/jimp/pull/1209)) Fixes a bug where rotating by 90 degrees introduced extra pixels *** ##### πŸ› Bug Fix - `@jimp/plugin-rotate` - use matrix rotate, if rotate angle is multiple of 90 degrees [#​1209](https://redirect.github.com/jimp-dev/jimp/pull/1209) ([@​black-turtle](https://redirect.github.com/black-turtle)) ##### Authors: 1 - MD KHAIRUL ISLAM ([@​black-turtle](https://redirect.github.com/black-turtle)) *** ### [`v0.22.6`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v0226-Fri-Feb-24-2023) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v0.22.5...v0.22.6) :tada: This release contains work from a new contributor! :tada: Thank you, Daniell ([@​daniellwdb](https://redirect.github.com/daniellwdb)), for all your work! ##### πŸ› Bug Fix - `jimp`, `@jimp/plugin-color` - Export ColorActionName enum [#​1205](https://redirect.github.com/jimp-dev/jimp/pull/1205) ([@​daniellwdb](https://redirect.github.com/daniellwdb)) ##### Authors: 1 - Daniell ([@​daniellwdb](https://redirect.github.com/daniellwdb)) *** ### [`v0.22.5`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v0225-Tue-Feb-21-2023) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v0.22.4...v0.22.5) :tada: This release contains work from new contributors! :tada: Thanks for all your work! :heart: Charly Poirier ([@​charlypoirier](https://redirect.github.com/charlypoirier)) :heart: Ihor Bodnarchuk ([@​ihorbond](https://redirect.github.com/ihorbond)) ##### πŸ› Bug Fix - `@jimp/plugin-resize` - Fix resizing issue with Jimp.AUTO [#​1202](https://redirect.github.com/jimp-dev/jimp/pull/1202) ([@​charlypoirier](https://redirect.github.com/charlypoirier)) ##### πŸ“ Documentation - Update README.md [#​1203](https://redirect.github.com/jimp-dev/jimp/pull/1203) ([@​ihorbond](https://redirect.github.com/ihorbond) [@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 3 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - Charly Poirier ([@​charlypoirier](https://redirect.github.com/charlypoirier)) - Ihor Bodnarchuk ([@​ihorbond](https://redirect.github.com/ihorbond)) *** ### [`v0.22.4`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v0224-Tue-Feb-07-2023) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v0.22.3...v0.22.4) ##### πŸš€ Enhancement - `@jimp/core`, `@jimp/plugin-color` - update tinycolor2 [#​1187](https://redirect.github.com/jimp-dev/jimp/pull/1187) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 1 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) *** ### [`v0.22.3`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v0223-Mon-Feb-06-2023) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v0.22.2...v0.22.3) ##### πŸš€ Enhancement - `jimp` - Fix browser build [#​1184](https://redirect.github.com/jimp-dev/jimp/pull/1184) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 1 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) *** ### [`v0.22.2`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v0222-Mon-Feb-06-2023) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v0.22.1...v0.22.2) :tada: This release contains work from new contributors! :tada: Thanks for all your work! :heart: Ollie Chick ([@​olliechick](https://redirect.github.com/olliechick)) :heart: Andrey Kutejko ([@​andy128k](https://redirect.github.com/andy128k)) ##### πŸš€ Enhancement - `@jimp/core` - Change type of mime from string to string|number to fix [#​990](https://redirect.github.com/jimp-dev/jimp/issues/990) [#​1182](https://redirect.github.com/jimp-dev/jimp/pull/1182) ([@​olliechick](https://redirect.github.com/olliechick)) ##### πŸ“ Documentation - Remove mentioning of `favicons` [#​1176](https://redirect.github.com/jimp-dev/jimp/pull/1176) ([@​andy128k](https://redirect.github.com/andy128k)) ##### Authors: 2 - Andrey Kutejko ([@​andy128k](https://redirect.github.com/andy128k)) - Ollie Chick ([@​olliechick](https://redirect.github.com/olliechick)) *** ### [`v0.22.1`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v02210-Wed-Jul-26-2023) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v0.22.0...v0.22.1) :tada: This release contains work from a new contributor! :tada: Thank you, Zach Stevenson ([@​stevezac-osu](https://redirect.github.com/stevezac-osu)), for all your work! ##### πŸš€ Enhancement - `@jimp/core` - Encoder for GIF provides a Promise to getBuffer when a string, Buffer, or Uint8Array is expected [#​1239](https://redirect.github.com/jimp-dev/jimp/pull/1239) ([@​stevezac-osu](https://redirect.github.com/stevezac-osu) [@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 2 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - Zach Stevenson ([@​stevezac-osu](https://redirect.github.com/stevezac-osu)) *** ### [`v0.22.0`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v0220-Mon-Feb-06-2023) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v0.21.3...v0.22.0) ##### Release Notes ##### Switch to fetch for url requests ([#​1165](https://redirect.github.com/jimp-dev/jimp/pull/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](https://redirect.github.com/jimp-dev/jimp/pull/1165) ([@​danielholmes](https://redirect.github.com/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](https://redirect.github.com/jimp-dev/jimp/pull/1163) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - `@jimp/core`, `@jimp/plugin-resize` - delete CLI package [#​1162](https://redirect.github.com/jimp-dev/jimp/pull/1162) ([@​hipstersmoothie](https://redirect.github.com/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](https://redirect.github.com/jimp-dev/jimp/pull/1161) ([@​danielholmes](https://redirect.github.com/danielholmes)) ##### Authors: 2 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - Daniel Holmes ([@​danielholmes](https://redirect.github.com/danielholmes)) *** ### [`v0.21.3`](https://redirect.github.com/jimp-dev/jimp/releases/tag/v0.21.3) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v0.21.2...v0.21.3) :tada: This release contains work from a new contributor! :tada: Thank you, Daniel Holmes ([@​danielholmes](https://redirect.github.com/danielholmes)), for all your work! ##### πŸš€ Enhancement - run workflow for PRs [#​1156](https://redirect.github.com/jimp-dev/jimp/pull/1156) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### πŸ› Bug Fix - `@jimp/core`, `@jimp/plugin-resize` - Change some exports to move towards more ESM compatibility [#​1154](https://redirect.github.com/jimp-dev/jimp/pull/1154) ([@​danielholmes](https://redirect.github.com/danielholmes)) ##### 🏠 Internal - Workflow fix [#​1159](https://redirect.github.com/jimp-dev/jimp/pull/1159) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 2 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - Daniel Holmes ([@​danielholmes](https://redirect.github.com/danielholmes)) ### [`v0.21.2`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v0212-Sun-Feb-05-2023) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v0.21.1...v0.21.2) :tada: This release contains work from a new contributor! :tada: Thank you, Daniel Holmes ([@​danielholmes](https://redirect.github.com/danielholmes)), for all your work! ##### πŸš€ Enhancement - run workflow for PRs [#​1156](https://redirect.github.com/jimp-dev/jimp/pull/1156) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### πŸ› Bug Fix - `@jimp/core`, `@jimp/plugin-resize` - Change some exports to move towards more ESM compatibility [#​1154](https://redirect.github.com/jimp-dev/jimp/pull/1154) ([@​danielholmes](https://redirect.github.com/danielholmes)) ##### 🏠 Internal - Workflow fix [#​1159](https://redirect.github.com/jimp-dev/jimp/pull/1159) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 2 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - Daniel Holmes ([@​danielholmes](https://redirect.github.com/danielholmes)) *** ### [`v0.21.1`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v0211-Sun-Feb-05-2023) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v0.21.0...v0.21.1) ##### πŸš€ Enhancement - `@jimp/core` - remove export hack [#​1153](https://redirect.github.com/jimp-dev/jimp/pull/1153) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 1 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) *** ### [`v0.21.0`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v0210-Sun-Feb-05-2023) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v0.20.2...v0.21.0) ##### Release Notes ##### Babel Refactor ([#​1149](https://redirect.github.com/jimp-dev/jimp/pull/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](https://user-images.githubusercontent.com/1192452/216798157-664cc430-7846-432d-84cf-26e8d8ba9e10.png) *** ##### πŸ’₯ 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](https://redirect.github.com/jimp-dev/jimp/pull/1149) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 1 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) *** ### [`v0.20.2`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v0202-Sun-Feb-05-2023) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v0.20.1...v0.20.2) ##### πŸš€ Enhancement - `@jimp/core` - add phash to types [#​1144](https://redirect.github.com/jimp-dev/jimp/pull/1144) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 1 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) *** ### [`v0.20.1`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v0201-Sun-Feb-05-2023) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v0.20.0...v0.20.1) ##### ⚠️ Pushed to `main` - add ability to comment on issues ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 1 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) *** ### [`v0.20.0`](https://redirect.github.com/jimp-dev/jimp/releases/tag/v0.20.0) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v0.19.0...v0.20.0) :tada: This release contains work from a new contributor! :tada: Thank you, nopeless ([@​nopeless](https://redirect.github.com/nopeless)), for all your work! ##### Release Notes ##### switch from browserify to webpack ([#​1140](https://redirect.github.com/jimp-dev/jimp/pull/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](https://redirect.github.com/jimp-dev/jimp/pull/1140) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### πŸš€ Enhancement - add more auto plugins [#​1141](https://redirect.github.com/jimp-dev/jimp/pull/1141) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - `@jimp/tiff` - Update utif [#​1143](https://redirect.github.com/jimp-dev/jimp/pull/1143) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - `@jimp/core` - Throw error instead of resolving to string [#​1138](https://redirect.github.com/jimp-dev/jimp/pull/1138) ([@​nopeless](https://redirect.github.com/nopeless)) ##### ⚠️ Pushed to `master` - update tokens ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - add permission ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - add protected branch plugin ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 2 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - nopeless ([@​nopeless](https://redirect.github.com/nopeless)) ### [`v0.19.0`](https://redirect.github.com/jimp-dev/jimp/compare/v0.18.0...v0.19.0) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v0.18.0...v0.19.0) ### [`v0.18.0`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v0180-Sun-Feb-05-2023) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v0.17.10...v0.18.0) :tada: This release contains work from a new contributor! :tada: Thank you, nopeless ([@​nopeless](https://redirect.github.com/nopeless)), for all your work! ##### Release Notes ##### switch from browserify to webpack ([#​1140](https://redirect.github.com/jimp-dev/jimp/pull/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](https://redirect.github.com/jimp-dev/jimp/pull/1140) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### πŸš€ Enhancement - add more auto plugins [#​1141](https://redirect.github.com/jimp-dev/jimp/pull/1141) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - `@jimp/tiff` - Update utif [#​1143](https://redirect.github.com/jimp-dev/jimp/pull/1143) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - `@jimp/core` - Throw error instead of resolving to string [#​1138](https://redirect.github.com/jimp-dev/jimp/pull/1138) ([@​nopeless](https://redirect.github.com/nopeless)) ##### ⚠️ Pushed to `main` - update tokens ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - add permission ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - add protected branch plugin ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 2 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - nopeless ([@​nopeless](https://redirect.github.com/nopeless)) *** ### [`v0.17.10`](https://redirect.github.com/jimp-dev/jimp/compare/v0.17.9...v0.17.10) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v0.17.9...v0.17.10) ### [`v0.17.9`](https://redirect.github.com/jimp-dev/jimp/compare/v0.17.8...v0.17.9) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v0.17.8...v0.17.9) ### [`v0.17.8`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v0178-Sat-Feb-04-2023) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v0.17.7...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](https://redirect.github.com/jimp-dev/jimp/pull/1137) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 1 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) *** ### [`v0.17.7`](https://redirect.github.com/jimp-dev/jimp/releases/tag/v0.17.7) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v0.17.6...v0.17.7) ##### πŸ› Bug Fix - `@jimp/plugin-color` - Fix types not assignable to 'ColorActionName'. [#​1086](https://redirect.github.com/jimp-dev/jimp/pull/1086) ([@​lucyyyyyyy](https://redirect.github.com/lucyyyyyyy) [@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - `@jimp/plugin-print` - Update ordering of overrides so ReturnType pulls correct typing. [#​1077](https://redirect.github.com/jimp-dev/jimp/pull/1077) ([@​dcbartlett](https://redirect.github.com/dcbartlett) [@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - `@jimp/core` - fix(jimp.d.ts): fix getBase64 and getBase64Async function arguments [#​1094](https://redirect.github.com/jimp-dev/jimp/pull/1094) ([@​pkjy](https://redirect.github.com/pkjy)) - `jimp`, `@jimp/plugin-rotate` - fix documentation about rotation direction. [#​1062](https://redirect.github.com/jimp-dev/jimp/pull/1062) ([@​fabb](https://redirect.github.com/fabb)) ##### Authors: 5 - [@​fabb](https://redirect.github.com/fabb) - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - Dennis Bartlett ([@​dcbartlett](https://redirect.github.com/dcbartlett)) - Lucy ([@​lucyyyyyyy](https://redirect.github.com/lucyyyyyyy)) - 彭君怑 ([@​pkjy](https://redirect.github.com/pkjy)) ### [`v0.17.6`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v0176-Sat-Feb-04-2023) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v0.17.5...v0.17.6) ##### πŸ› Bug Fix - `@jimp/plugin-color` - Fix types not assignable to 'ColorActionName'. [#​1086](https://redirect.github.com/jimp-dev/jimp/pull/1086) ([@​lucyyyyyyy](https://redirect.github.com/lucyyyyyyy) [@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - `@jimp/plugin-print` - Update ordering of overrides so ReturnType pulls correct typing. [#​1077](https://redirect.github.com/jimp-dev/jimp/pull/1077) ([@​dcbartlett](https://redirect.github.com/dcbartlett) [@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - `@jimp/core` - fix(jimp.d.ts): fix getBase64 and getBase64Async function arguments [#​1094](https://redirect.github.com/jimp-dev/jimp/pull/1094) ([@​pkjy](https://redirect.github.com/pkjy)) - `jimp`, `@jimp/plugin-rotate` - fix documentation about rotation direction. [#​1062](https://redirect.github.com/jimp-dev/jimp/pull/1062) ([@​fabb](https://redirect.github.com/fabb)) ##### Authors: 5 - [@​fabb](https://redirect.github.com/fabb) - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - Dennis Bartlett ([@​dcbartlett](https://redirect.github.com/dcbartlett)) - Lucy ([@​lucyyyyyyy](https://redirect.github.com/lucyyyyyyy)) - 彭君怑 ([@​pkjy](https://redirect.github.com/pkjy)) *** ### [`v0.17.5`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v0175-Sat-Feb-04-2023) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v0.17.4...v0.17.5) ##### πŸ› Bug Fix - `@jimp/core` - Fix dos attack vulnerable [#​1136](https://redirect.github.com/jimp-dev/jimp/pull/1136) ([@​sjoerd108](https://redirect.github.com/sjoerd108) [@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 2 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - Sjoerd ([@​sjoerd108](https://redirect.github.com/sjoerd108)) *** ### [`v0.17.4`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v0174-Sat-Feb-04-2023) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v0.17.3...v0.17.4) ##### πŸ› Bug Fix - `@jimp/core` - fix commonjs require [#​1020](https://redirect.github.com/jimp-dev/jimp/pull/1020) ([@​fratzinger](https://redirect.github.com/fratzinger) [@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 2 - [@​fratzinger](https://redirect.github.com/fratzinger) - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) *** ### [`v0.17.3`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v0173-Sat-Feb-04-2023) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v0.17.2...v0.17.3) ##### πŸ› Bug Fix - `@jimp/core`, `@jimp/plugin-color` - Fix EDGE_WRAP overwriting X with Y when Y < 0 [#​1135](https://redirect.github.com/jimp-dev/jimp/pull/1135) ([@​sjoerd108](https://redirect.github.com/sjoerd108) [@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 2 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - Sjoerd ([@​sjoerd108](https://redirect.github.com/sjoerd108)) *** ### [`v0.17.2`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v0172-Sat-Feb-04-2023) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v0.17.1...v0.17.2) ##### πŸ› Bug Fix - `@jimp/core`, `@jimp/plugin-print` - remove extra bm-font dep [#​1134](https://redirect.github.com/jimp-dev/jimp/pull/1134) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 1 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) *** ### [`v0.17.1`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v0171-Sat-Feb-04-2023) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v0.17.0...v0.17.1) ##### πŸ› Bug Fix - `@jimp/plugin-print` - use a consistent text layouting algorithm [#​1133](https://redirect.github.com/jimp-dev/jimp/pull/1133) ([@​iliazeus](https://redirect.github.com/iliazeus) [@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 2 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - Ilia Pozdnyakov ([@​iliazeus](https://redirect.github.com/iliazeus)) *** ### [`v0.17.0`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v0170-Sat-Feb-04-2023) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v0.16.13...v0.17.0) ##### Release Notes ##### update jpeg-js ([#​1131](https://redirect.github.com/jimp-dev/jimp/pull/1131)) This release changes the minimum node version from 8 to 16 *** ##### πŸš€ Enhancement - `@jimp/jpeg` - update jpeg-js [#​1131](https://redirect.github.com/jimp-dev/jimp/pull/1131) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 1 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) *** ### [`v0.16.13`](https://redirect.github.com/jimp-dev/jimp/releases/tag/v0.16.13) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/cf43eb29ce614d05ac3923aaa19ea3782557a125...v0.16.13) ##### πŸ› Bug Fix - Bump qs from 6.5.2 to 6.5.3 [#​1130](https://redirect.github.com/jimp-dev/jimp/pull/1130) ([@​dependabot\[bot\]](https://redirect.github.com/dependabot\[bot])) - Fixed typo in the bug report template [#​1109](https://redirect.github.com/jimp-dev/jimp/pull/1109) ([@​danielholmes](https://redirect.github.com/danielholmes)) - `@jimp/plugin-crop` - fixed plugin-crop full width slices math [#​1073](https://redirect.github.com/jimp-dev/jimp/pull/1073) ([@​endreszabo](https://redirect.github.com/endreszabo)) - `@jimp/core`, `jimp`, `@jimp/plugin-color` - Fix edgeHandling types [#​1080](https://redirect.github.com/jimp-dev/jimp/pull/1080) ([@​domdomegg](https://redirect.github.com/domdomegg)) - `jimp` - Readme: Fix measureText sample code [#​1102](https://redirect.github.com/jimp-dev/jimp/pull/1102) ([@​dkong](https://redirect.github.com/dkong) [@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - `@jimp/plugin-print` - Update README.md [#​1120](https://redirect.github.com/jimp-dev/jimp/pull/1120) ([@​mfuatnuroglu](https://redirect.github.com/mfuatnuroglu)) - `@jimp/core` - upgrade file-type [#​1108](https://redirect.github.com/jimp-dev/jimp/pull/1108) ([@​krudos](https://redirect.github.com/krudos)) ##### ⚠️ Pushed to `master` - set at org ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - set user directly ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - try this ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - update key ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - fix patch ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - fixing release ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - test auto fix ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - fix repo ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - testing ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - fix token ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - actually fix release ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - fix checkout? ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - `@jimp/core`, `jimp`, `@jimp/plugin-print` - try this ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - `@jimp/cli`, `@jimp/core`, `jimp`, `@jimp/plugin-blit`, `@jimp/plugin-color`, `@jimp/test-utils`, `@jimp/png` - update linting ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - `@jimp/cli`, `@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` - upgrade prettier ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### 🏠 Internal - only build node 16 [#​1127](https://redirect.github.com/jimp-dev/jimp/pull/1127) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### πŸ“ Documentation - it's -> its ;) [#​992](https://redirect.github.com/jimp-dev/jimp/pull/992) ([@​stuarth](https://redirect.github.com/stuarth)) ##### Authors: 9 - [@​dependabot\[bot\]](https://redirect.github.com/dependabot\[bot]) - [@​krudos](https://redirect.github.com/krudos) - [@​mfuatnuroglu](https://redirect.github.com/mfuatnuroglu) - Adam Jones ([@​domdomegg](https://redirect.github.com/domdomegg)) - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - Daniel Holmes ([@​danielholmes](https://redirect.github.com/danielholmes)) - Dara Kong ([@​dkong](https://redirect.github.com/dkong)) - Endre Szabo ([@​endreszabo](https://redirect.github.com/endreszabo)) - Stuart Hinson ([@​stuarth](https://redirect.github.com/stuarth)) ### [`v0.16.12`](https://redirect.github.com/jimp-dev/jimp/compare/666592ad37f473a28f6db956accd2d03769eef8e...cf43eb29ce614d05ac3923aaa19ea3782557a125) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/666592ad37f473a28f6db956accd2d03769eef8e...cf43eb29ce614d05ac3923aaa19ea3782557a125) ### [`v0.16.11`](https://redirect.github.com/jimp-dev/jimp/compare/9e2b22ed255304b4b10ac7b9590960ea909b7dd8...666592ad37f473a28f6db956accd2d03769eef8e) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/9e2b22ed255304b4b10ac7b9590960ea909b7dd8...666592ad37f473a28f6db956accd2d03769eef8e) ### [`v0.16.10`](https://redirect.github.com/jimp-dev/jimp/compare/2186f02f9cc418b5769a8c06320ae2e89ae2f18a...9e2b22ed25

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.