@@ -33,7 +33,7 @@ All notable changes to this project will be documented in this file. See [standa
33
33
34
34
- Format with prettier v3 ([ da225b9] ( https://github.com/unjs/h3/commit/da225b9 ) )
35
35
36
- ### ❤️ Contributors
36
+ ### ❤️ Contributors
37
37
38
38
- Pooya Parsa ([ @pi0 ] ( http://github.com/pi0 ) )
39
39
- Daniel Roe < daniel@roe.dev >
@@ -79,7 +79,7 @@ All notable changes to this project will be documented in this file. See [standa
79
79
- ** proxy:** Remove external request to speedup ([ d4f5440] ( https://github.com/unjs/h3/commit/d4f5440 ) )
80
80
- Add evetHandler wrapper ([ d351ba9] ( https://github.com/unjs/h3/commit/d351ba9 ) )
81
81
82
- ### ❤️ Contributors
82
+ ### ❤️ Contributors
83
83
84
84
- Pooya Parsa ([ @pi0 ] ( http://github.com/pi0 ) )
85
85
@@ -96,7 +96,7 @@ All notable changes to this project will be documented in this file. See [standa
96
96
- Add ` release-rc ` script ([ 98d2fa5] ( https://github.com/unjs/h3/commit/98d2fa5 ) )
97
97
- Fix rc release script ([ 551987a] ( https://github.com/unjs/h3/commit/551987a ) )
98
98
99
- ### ❤️ Contributors
99
+ ### ❤️ Contributors
100
100
101
101
- Pooya Parsa ([ @pi0 ] ( http://github.com/pi0 ) )
102
102
@@ -167,14 +167,14 @@ All notable changes to this project will be documented in this file. See [standa
167
167
168
168
- Use conventional commits for autofix ([ #470 ] ( https://github.com/unjs/h3/pull/470 ) )
169
169
170
- ### ❤️ Contributors
170
+ ### ❤️ Contributors
171
171
172
172
- Pooya Parsa ([ @pi0 ] ( http://github.com/pi0 ) )
173
173
- Daniel Roe < daniel@roe.dev >
174
174
- Heb ([ @Hebilicious ] ( http://github.com/Hebilicious ) )
175
175
- Arkadiusz Sygulski < arkadiusz@sygulski.pl >
176
- - Iain Sproat
177
- - Zhiyuanzmj
176
+ - Iain Sproat
177
+ - Zhiyuanzmj
178
178
- Ngob < ngobenoit@gmail.com >
179
179
- Emīls Gulbis ([ @emilsgulbis ] ( http://github.com/emilsgulbis ) )
180
180
- Tobias Diez < code@tobiasdiez.com >
@@ -186,26 +186,25 @@ All notable changes to this project will be documented in this file. See [standa
186
186
187
187
[ compare changes] ( https://github.com/unjs/h3/compare/v1.7.0...v1.7.1 )
188
188
189
-
190
189
### 🩹 Fixes
191
190
192
- - ** fetchWithEvent:** Allow customizing fetch impl type ([ #414 ] ( https://github.com/unjs/h3/pull/414 ) )
191
+ - ** fetchWithEvent:** Allow customizing fetch impl type ([ #414 ] ( https://github.com/unjs/h3/pull/414 ) )
193
192
194
193
### 💅 Refactors
195
194
196
- - Improve ` H3Error ` ([ #415 ] ( https://github.com/unjs/h3/pull/415 ) )
195
+ - Improve ` H3Error ` ([ #415 ] ( https://github.com/unjs/h3/pull/415 ) )
197
196
198
197
### 📖 Documentation
199
198
200
- - Update link to how it works ([ 3dd2376] ( https://github.com/unjs/h3/commit/3dd2376 ) )
199
+ - Update link to how it works ([ 3dd2376] ( https://github.com/unjs/h3/commit/3dd2376 ) )
201
200
202
201
### 🏡 Chore
203
202
204
- - ** release:** V1.7.0 ([ 709708f] ( https://github.com/unjs/h3/commit/709708f ) )
205
- - Add codecov.yml ([ 33f434f] ( https://github.com/unjs/h3/commit/33f434f ) )
206
- - Ignore eslint warning ([ 4c609b2] ( https://github.com/unjs/h3/commit/4c609b2 ) )
203
+ - ** release:** V1.7.0 ([ 709708f] ( https://github.com/unjs/h3/commit/709708f ) )
204
+ - Add codecov.yml ([ 33f434f] ( https://github.com/unjs/h3/commit/33f434f ) )
205
+ - Ignore eslint warning ([ 4c609b2] ( https://github.com/unjs/h3/commit/4c609b2 ) )
207
206
208
- ### ❤️ Contributors
207
+ ### ❤️ Contributors
209
208
210
209
- Pooya Parsa ([ @pi0 ] ( http://github.com/pi0 ) )
211
210
- Daniel Roe < daniel@roe.dev >
@@ -215,36 +214,35 @@ All notable changes to this project will be documented in this file. See [standa
215
214
216
215
[ compare changes] ( https://github.com/unjs/h3/compare/v1.6.6...v1.7.0 )
217
216
218
-
219
217
### 🚀 Enhancements
220
218
221
- - ** proxy:** Support ` onResponse ` callback ([ #368 ] ( https://github.com/unjs/h3/pull/368 ) )
222
- - ** useSession:** Support custom session id generator ([ #390 ] ( https://github.com/unjs/h3/pull/390 ) )
223
- - ` event.handled ` flag ([ #410 ] ( https://github.com/unjs/h3/pull/410 ) )
219
+ - ** proxy:** Support ` onResponse ` callback ([ #368 ] ( https://github.com/unjs/h3/pull/368 ) )
220
+ - ** useSession:** Support custom session id generator ([ #390 ] ( https://github.com/unjs/h3/pull/390 ) )
221
+ - ` event.handled ` flag ([ #410 ] ( https://github.com/unjs/h3/pull/410 ) )
224
222
225
223
### 🩹 Fixes
226
224
227
- - ** types:** Type for get router parameter utils ([ #400 ] ( https://github.com/unjs/h3/pull/400 ) )
228
- - ** proxy:** Split cookie headers properly with native node fetch ([ #408 ] ( https://github.com/unjs/h3/pull/408 ) )
229
- - ** readRawBody:** Handle body as object ([ #403 ] ( https://github.com/unjs/h3/pull/403 ) )
230
- - ** router:** Send 204 with empty string in preemptive mode instead of 404 ([ #409 ] ( https://github.com/unjs/h3/pull/409 ) )
231
- - ** cache, proxy, response:** Avoid sending handled events ([ #411 ] ( https://github.com/unjs/h3/pull/411 ) )
225
+ - ** types:** Type for get router parameter utils ([ #400 ] ( https://github.com/unjs/h3/pull/400 ) )
226
+ - ** proxy:** Split cookie headers properly with native node fetch ([ #408 ] ( https://github.com/unjs/h3/pull/408 ) )
227
+ - ** readRawBody:** Handle body as object ([ #403 ] ( https://github.com/unjs/h3/pull/403 ) )
228
+ - ** router:** Send 204 with empty string in preemptive mode instead of 404 ([ #409 ] ( https://github.com/unjs/h3/pull/409 ) )
229
+ - ** cache, proxy, response:** Avoid sending handled events ([ #411 ] ( https://github.com/unjs/h3/pull/411 ) )
232
230
233
231
### 📖 Documentation
234
232
235
- - Add event as first arg for proxyRequest ([ 3e5f427] ( https://github.com/unjs/h3/commit/3e5f427 ) )
233
+ - Add event as first arg for proxyRequest ([ 3e5f427] ( https://github.com/unjs/h3/commit/3e5f427 ) )
236
234
237
235
### 🏡 Chore
238
236
239
- - Update dependencies ([ 8468b90] ( https://github.com/unjs/h3/commit/8468b90 ) )
240
- - Lint ([ 3494084] ( https://github.com/unjs/h3/commit/3494084 ) )
241
- - Update destr to v2 ([ bb59c69] ( https://github.com/unjs/h3/commit/bb59c69 ) )
237
+ - Update dependencies ([ 8468b90] ( https://github.com/unjs/h3/commit/8468b90 ) )
238
+ - Lint ([ 3494084] ( https://github.com/unjs/h3/commit/3494084 ) )
239
+ - Update destr to v2 ([ bb59c69] ( https://github.com/unjs/h3/commit/bb59c69 ) )
242
240
243
- ### ❤️ Contributors
241
+ ### ❤️ Contributors
244
242
245
243
- Pooya Parsa ([ @pi0 ] ( http://github.com/pi0 ) )
246
244
- 魔王少年 ([ @maou-shonen ] ( http://github.com/maou-shonen ) )
247
- - Ígor Jacaúna
245
+ - Ígor Jacaúna
248
246
- Enkot ([ @enkot ] ( http://github.com/enkot ) )
249
247
- Cerino Ligutom III ([ @zeferinix ] ( http://github.com/zeferinix ) )
250
248
- Sébastien Chopin < seb@nuxtjs.com >
@@ -253,79 +251,75 @@ All notable changes to this project will be documented in this file. See [standa
253
251
254
252
[ compare changes] ( https://github.com/unjs/h3/compare/v1.6.5...v1.6.6 )
255
253
256
-
257
254
### 🩹 Fixes
258
255
259
- - ** getRequestURL:** Normalize double slashes ([ b5d2972] ( https://github.com/unjs/h3/commit/b5d2972 ) )
260
- - ** getRequestURL:** Make ` x-forwarded-host ` support opt-in ([ 2fce169] ( https://github.com/unjs/h3/commit/2fce169 ) )
261
- - ** event:** Normalize ` event.path ` ([ 981c89f] ( https://github.com/unjs/h3/commit/981c89f ) )
256
+ - ** getRequestURL:** Normalize double slashes ([ b5d2972] ( https://github.com/unjs/h3/commit/b5d2972 ) )
257
+ - ** getRequestURL:** Make ` x-forwarded-host ` support opt-in ([ 2fce169] ( https://github.com/unjs/h3/commit/2fce169 ) )
258
+ - ** event:** Normalize ` event.path ` ([ 981c89f] ( https://github.com/unjs/h3/commit/981c89f ) )
262
259
263
260
### 🏡 Chore
264
261
265
- - Fix eslint issue ([ 9b968ba] ( https://github.com/unjs/h3/commit/9b968ba ) )
266
- - Update dependencies ([ b7126b8] ( https://github.com/unjs/h3/commit/b7126b8 ) )
267
- - Remove unused interface ([ aadec3d] ( https://github.com/unjs/h3/commit/aadec3d ) )
262
+ - Fix eslint issue ([ 9b968ba] ( https://github.com/unjs/h3/commit/9b968ba ) )
263
+ - Update dependencies ([ b7126b8] ( https://github.com/unjs/h3/commit/b7126b8 ) )
264
+ - Remove unused interface ([ aadec3d] ( https://github.com/unjs/h3/commit/aadec3d ) )
268
265
269
266
### ✅ Tests
270
267
271
- - Add tests for ` getRequestURL ` ([ d510483] ( https://github.com/unjs/h3/commit/d510483 ) )
268
+ - Add tests for ` getRequestURL ` ([ d510483] ( https://github.com/unjs/h3/commit/d510483 ) )
272
269
273
- ### ❤️ Contributors
270
+ ### ❤️ Contributors
274
271
275
272
- Pooya Parsa ([ @pi0 ] ( http://github.com/pi0 ) )
276
273
277
274
## v1.6.5
278
275
279
276
[ compare changes] ( https://github.com/unjs/h3/compare/v1.6.4...v1.6.5 )
280
277
281
-
282
278
### 🩹 Fixes
283
279
284
- - ** readRawBody:** Resolve cached promise before normalizing buffer ([ 2e472e8] ( https://github.com/unjs/h3/commit/2e472e8 ) )
280
+ - ** readRawBody:** Resolve cached promise before normalizing buffer ([ 2e472e8] ( https://github.com/unjs/h3/commit/2e472e8 ) )
285
281
286
282
### 🏡 Chore
287
283
288
- - Update dependencies ([ a6ccd2c] ( https://github.com/unjs/h3/commit/a6ccd2c ) )
289
- - Lint ([ e437f55] ( https://github.com/unjs/h3/commit/e437f55 ) )
284
+ - Update dependencies ([ a6ccd2c] ( https://github.com/unjs/h3/commit/a6ccd2c ) )
285
+ - Lint ([ e437f55] ( https://github.com/unjs/h3/commit/e437f55 ) )
290
286
291
- ### ❤️ Contributors
287
+ ### ❤️ Contributors
292
288
293
289
- Pooya Parsa ([ @pi0 ] ( http://github.com/pi0 ) )
294
290
295
291
## v1.6.4
296
292
297
293
[ compare changes] ( https://github.com/unjs/h3/compare/v1.6.3...v1.6.4 )
298
294
299
-
300
295
### 🩹 Fixes
301
296
302
- - ** readRawBody:** Always return buffer without encoding ([ 19d133d] ( https://github.com/unjs/h3/commit/19d133d ) )
297
+ - ** readRawBody:** Always return buffer without encoding ([ 19d133d] ( https://github.com/unjs/h3/commit/19d133d ) )
303
298
304
- ### ❤️ Contributors
299
+ ### ❤️ Contributors
305
300
306
301
- Pooya Parsa ([ @pi0 ] ( http://github.com/pi0 ) )
307
302
308
303
## v1.6.3
309
304
310
305
[ compare changes] ( https://github.com/unjs/h3/compare/v1.6.2...v1.6.3 )
311
306
312
-
313
307
### 🩹 Fixes
314
308
315
- - ** readBody, readRawBody:** Handle raw body as buffer ([ #366 ] ( https://github.com/unjs/h3/pull/366 ) )
309
+ - ** readBody, readRawBody:** Handle raw body as buffer ([ #366 ] ( https://github.com/unjs/h3/pull/366 ) )
316
310
317
311
### 📖 Documentation
318
312
319
- - Missing parentheses ([ #362 ] ( https://github.com/unjs/h3/pull/362 ) )
313
+ - Missing parentheses ([ #362 ] ( https://github.com/unjs/h3/pull/362 ) )
320
314
321
315
### 🏡 Chore
322
316
323
- - Update changelog ([ e199df3] ( https://github.com/unjs/h3/commit/e199df3 ) )
317
+ - Update changelog ([ e199df3] ( https://github.com/unjs/h3/commit/e199df3 ) )
324
318
325
- ### ❤️ Contributors
319
+ ### ❤️ Contributors
326
320
327
321
- Johann Schopplich ([ @johannschopplich ] ( http://github.com/johannschopplich ) )
328
- - Roger!
322
+ - Roger!
329
323
- Pooya Parsa ([ @pi0 ] ( http://github.com/pi0 ) )
330
324
331
325
## v1.6.2
0 commit comments