UNPKG

4.41 kBMarkdownView Raw
1# v0.16.3 (Sat Feb 04 2023)
2
3#### 🐛 Bug Fix
4
5- Fix edgeHandling types [#1080](https://github.com/jimp-dev/jimp/pull/1080) ([@domdomegg](https://github.com/domdomegg))
6- Readme: Fix measureText sample code [#1102](https://github.com/jimp-dev/jimp/pull/1102) ([@dkong](https://github.com/dkong) [@hipstersmoothie](https://github.com/hipstersmoothie))
7
8#### ⚠️ Pushed to `master`
9
10- upgrade prettier ([@hipstersmoothie](https://github.com/hipstersmoothie))
11
12#### Authors: 3
13
14- Adam Jones ([@domdomegg](https://github.com/domdomegg))
15- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
16- Dara Kong ([@dkong](https://github.com/dkong))
17
18---
19
20# v0.15.0 (Fri Aug 07 2020)
21
22#### 🚀 Enhancement
23
24- Remove 'browser' field from main jimp package's package.json. [#918](https://github.com/oliver-moran/jimp/pull/918) ([@Gustavo6046](https://github.com/Gustavo6046))
25
26#### Authors: 1
27
28- Gustavo Ramos Rehermann ([@Gustavo6046](https://github.com/Gustavo6046))
29
30---
31
32# v0.14.0 (Mon Jun 29 2020)
33
34#### 🚀 Enhancement
35
36- include Addition (Add) blending mode + Officially drop support for Node 8 [#904](https://github.com/oliver-moran/jimp/pull/904) ([@GlitchyPSIX](https://github.com/GlitchyPSIX))
37
38#### Authors: 1
39
40- GlitchyPSI ([@GlitchyPSIX](https://github.com/GlitchyPSIX))
41
42---
43
44# v0.13.0 (Fri Jun 05 2020)
45
46#### 🚀 Enhancement
47
48- Add single frame encoder for type-gif [#899](https://github.com/oliver-moran/jimp/pull/899) ([@jeffbseeking](https://github.com/jeffbseeking) [@hipstersmoothie](https://github.com/hipstersmoothie))
49
50#### Authors: 2
51
52- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
53- Jeff Bonnes ([@jeffbseeking](https://github.com/jeffbseeking))
54
55---
56
57# v0.11.0 (Fri May 15 2020)
58
59#### 🚀 Enhancement
60
61- Removed Core-JS as a dependency. [#882](https://github.com/oliver-moran/jimp/pull/882) ([@EricRabil](https://github.com/EricRabil))
62
63#### Authors: 1
64
65- Eric Rabil ([@EricRabil](https://github.com/EricRabil))
66
67---
68
69# v0.10.2 (Tue Apr 14 2020)
70
71#### 🐛 Bug Fix
72
73- Rewrite handling EXIF orientation — add tests, make it plugin-independent [#875](https://github.com/oliver-moran/jimp/pull/875) ([@skalee](https://github.com/skalee))
74
75#### Authors: 1
76
77- Sebastian Skałacki ([@skalee](https://github.com/skalee))
78
79---
80
81# v0.10.0 (Mon Mar 30 2020)
82
83#### 🚀 Enhancement
84
85- Properly split constructor and instance types [#867](https://github.com/oliver-moran/jimp/pull/867) ([@forivall](https://github.com/forivall))
86
87#### Authors: 1
88
89- Emily Marigold Klassen ([@forivall](https://github.com/forivall))
90
91---
92
93# v0.9.7 (Fri Mar 27 2020)
94
95#### 🐛 Bug Fix
96
97- Added missing plugins to the types [#863](https://github.com/oliver-moran/jimp/pull/863) ([@crutchcorn](https://github.com/crutchcorn))
98
99#### Authors: 1
100
101- Corbin Crutchley ([@crutchcorn](https://github.com/crutchcorn))
102
103---
104
105# v0.9.6 (Wed Mar 18 2020)
106
107#### 🐛 Bug Fix
108
109- upgrade auto [#860](https://github.com/oliver-moran/jimp/pull/860) ([@hipstersmoothie](https://github.com/hipstersmoothie))
110
111#### 🏠 Internal
112
113- Fix TypeScript error on 'next' [#858](https://github.com/oliver-moran/jimp/pull/858) ([@crutchcorn](https://github.com/crutchcorn))
114
115#### Authors: 2
116
117- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
118- Corbin Crutchley ([@crutchcorn](https://github.com/crutchcorn))
119
120---
121
122# v0.9.3 (Tue Nov 26 2019)
123
124#### 🐛 Bug Fix
125
126- `@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`
127 - Fix regeneratorRuntime errors [#815](https://github.com/oliver-moran/jimp/pull/815) ([@crutchcorn](https://github.com/crutchcorn) [@hipstersmoothie](https://github.com/hipstersmoothie))
128
129#### Authors: 2
130
131- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
132- Corbin Crutchley ([@crutchcorn](https://github.com/crutchcorn))