UNPKG

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