UNPKG

6.12 kBMarkdownView Raw
1# v0.21.0 (Sun Feb 05 2023)
2
3### Release Notes
4
5#### Babel Refactor ([#1149](https://github.com/jimp-dev/jimp/pull/1149))
6
7Marking this as a "breaking release" because it might change what deps need to be installed.
8
9All modules should be exported as valid cjs and esm
10
11![CleanShot 2023-02-04 at 18 19 27](https://user-images.githubusercontent.com/1192452/216798157-664cc430-7846-432d-84cf-26e8d8ba9e10.png)
12
13---
14
15#### 💥 Breaking Change
16
17- Babel Refactor [#1149](https://github.com/jimp-dev/jimp/pull/1149) ([@hipstersmoothie](https://github.com/hipstersmoothie))
18
19#### Authors: 1
20
21- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
22
23---
24
25# v0.18.0 (Sun Feb 05 2023)
26
27### Release Notes
28
29#### switch from browserify to webpack ([#1140](https://github.com/jimp-dev/jimp/pull/1140))
30
31This PR can be considered a breaking change as it remove the `jimp.min.js` file.
32
33Instead there is now only the `jimp.js` file and we ship source maps for it.
34
35We also configured the `browser` field so jimp will be automatically bundled better
36
37---
38
39#### 💥 Breaking Change
40
41- switch from browserify to webpack [#1140](https://github.com/jimp-dev/jimp/pull/1140) ([@hipstersmoothie](https://github.com/hipstersmoothie))
42
43#### Authors: 1
44
45- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
46
47---
48
49# v0.17.6 (Sat Feb 04 2023)
50
51#### 🐛 Bug Fix
52
53- fix documentation about rotation direction. [#1062](https://github.com/jimp-dev/jimp/pull/1062) ([@fabb](https://github.com/fabb))
54
55#### Authors: 1
56
57- [@fabb](https://github.com/fabb)
58
59---
60
61# v0.16.3 (Sat Feb 04 2023)
62
63#### 🐛 Bug Fix
64
65- Fix edgeHandling types [#1080](https://github.com/jimp-dev/jimp/pull/1080) ([@domdomegg](https://github.com/domdomegg))
66- Readme: Fix measureText sample code [#1102](https://github.com/jimp-dev/jimp/pull/1102) ([@dkong](https://github.com/dkong) [@hipstersmoothie](https://github.com/hipstersmoothie))
67
68#### ⚠️ Pushed to `master`
69
70- try this ([@hipstersmoothie](https://github.com/hipstersmoothie))
71- update linting ([@hipstersmoothie](https://github.com/hipstersmoothie))
72- upgrade prettier ([@hipstersmoothie](https://github.com/hipstersmoothie))
73
74#### Authors: 3
75
76- Adam Jones ([@domdomegg](https://github.com/domdomegg))
77- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
78- Dara Kong ([@dkong](https://github.com/dkong))
79
80---
81
82# v0.15.0 (Fri Aug 07 2020)
83
84#### 🚀 Enhancement
85
86- Remove 'browser' field from main jimp package's package.json. [#918](https://github.com/oliver-moran/jimp/pull/918) ([@Gustavo6046](https://github.com/Gustavo6046))
87
88#### Authors: 1
89
90- Gustavo Ramos Rehermann ([@Gustavo6046](https://github.com/Gustavo6046))
91
92---
93
94# v0.14.0 (Mon Jun 29 2020)
95
96#### 🚀 Enhancement
97
98- 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))
99
100#### Authors: 1
101
102- GlitchyPSI ([@GlitchyPSIX](https://github.com/GlitchyPSIX))
103
104---
105
106# v0.13.0 (Fri Jun 05 2020)
107
108#### 🚀 Enhancement
109
110- 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))
111
112#### Authors: 2
113
114- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
115- Jeff Bonnes ([@jeffbseeking](https://github.com/jeffbseeking))
116
117---
118
119# v0.11.0 (Fri May 15 2020)
120
121#### 🚀 Enhancement
122
123- Removed Core-JS as a dependency. [#882](https://github.com/oliver-moran/jimp/pull/882) ([@EricRabil](https://github.com/EricRabil))
124
125#### Authors: 1
126
127- Eric Rabil ([@EricRabil](https://github.com/EricRabil))
128
129---
130
131# v0.10.2 (Tue Apr 14 2020)
132
133#### 🐛 Bug Fix
134
135- Rewrite handling EXIF orientation — add tests, make it plugin-independent [#875](https://github.com/oliver-moran/jimp/pull/875) ([@skalee](https://github.com/skalee))
136
137#### Authors: 1
138
139- Sebastian Skałacki ([@skalee](https://github.com/skalee))
140
141---
142
143# v0.10.0 (Mon Mar 30 2020)
144
145#### 🚀 Enhancement
146
147- Properly split constructor and instance types [#867](https://github.com/oliver-moran/jimp/pull/867) ([@forivall](https://github.com/forivall))
148
149#### Authors: 1
150
151- Emily Marigold Klassen ([@forivall](https://github.com/forivall))
152
153---
154
155# v0.9.7 (Fri Mar 27 2020)
156
157#### 🐛 Bug Fix
158
159- Added missing plugins to the types [#863](https://github.com/oliver-moran/jimp/pull/863) ([@crutchcorn](https://github.com/crutchcorn))
160
161#### Authors: 1
162
163- Corbin Crutchley ([@crutchcorn](https://github.com/crutchcorn))
164
165---
166
167# v0.9.6 (Wed Mar 18 2020)
168
169#### 🐛 Bug Fix
170
171- upgrade auto [#860](https://github.com/oliver-moran/jimp/pull/860) ([@hipstersmoothie](https://github.com/hipstersmoothie))
172
173#### 🏠 Internal
174
175- Fix TypeScript error on 'next' [#858](https://github.com/oliver-moran/jimp/pull/858) ([@crutchcorn](https://github.com/crutchcorn))
176
177#### Authors: 2
178
179- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
180- Corbin Crutchley ([@crutchcorn](https://github.com/crutchcorn))
181
182---
183
184# v0.9.3 (Tue Nov 26 2019)
185
186#### 🐛 Bug Fix
187
188- `@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`
189 - Fix regeneratorRuntime errors [#815](https://github.com/oliver-moran/jimp/pull/815) ([@crutchcorn](https://github.com/crutchcorn) [@hipstersmoothie](https://github.com/hipstersmoothie))
190
191#### Authors: 2
192
193- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
194- Corbin Crutchley ([@crutchcorn](https://github.com/crutchcorn))