UNPKG

10.2 kBMarkdownView Raw
11.14.2 / 2015-12-16
2===================
3
4 * deps: bytes@2.2.0
5 * deps: iconv-lite@0.4.13
6 * deps: qs@5.2.0
7 * deps: raw-body@~2.1.5
8 - deps: bytes@2.2.0
9 - deps: iconv-lite@0.4.13
10 * deps: type-is@~1.6.10
11 - deps: mime-types@~2.1.9
12
131.14.1 / 2015-09-27
14===================
15
16 * Fix issue where invalid charset results in 400 when `verify` used
17 * deps: iconv-lite@0.4.12
18 - Fix CESU-8 decoding in Node.js 4.x
19 * deps: raw-body@~2.1.4
20 - Fix masking critical errors from `iconv-lite`
21 - deps: iconv-lite@0.4.12
22 * deps: type-is@~1.6.9
23 - deps: mime-types@~2.1.7
24
251.14.0 / 2015-09-16
26===================
27
28 * Fix JSON strict parse error to match syntax errors
29 * Provide static `require` analysis in `urlencoded` parser
30 * deps: depd@~1.1.0
31 - Support web browser loading
32 * deps: qs@5.1.0
33 * deps: raw-body@~2.1.3
34 - Fix sync callback when attaching data listener causes sync read
35 * deps: type-is@~1.6.8
36 - Fix type error when given invalid type to match against
37 - deps: mime-types@~2.1.6
38
391.13.3 / 2015-07-31
40===================
41
42 * deps: type-is@~1.6.6
43 - deps: mime-types@~2.1.4
44
451.13.2 / 2015-07-05
46===================
47
48 * deps: iconv-lite@0.4.11
49 * deps: qs@4.0.0
50 - Fix dropping parameters like `hasOwnProperty`
51 - Fix user-visible incompatibilities from 3.1.0
52 - Fix various parsing edge cases
53 * deps: raw-body@~2.1.2
54 - Fix error stack traces to skip `makeError`
55 - deps: iconv-lite@0.4.11
56 * deps: type-is@~1.6.4
57 - deps: mime-types@~2.1.2
58 - perf: enable strict mode
59 - perf: remove argument reassignment
60
611.13.1 / 2015-06-16
62===================
63
64 * deps: qs@2.4.2
65 - Downgraded from 3.1.0 because of user-visible incompatibilities
66
671.13.0 / 2015-06-14
68===================
69
70 * Add `statusCode` property on `Error`s, in addition to `status`
71 * Change `type` default to `application/json` for JSON parser
72 * Change `type` default to `application/x-www-form-urlencoded` for urlencoded parser
73 * Provide static `require` analysis
74 * Use the `http-errors` module to generate errors
75 * deps: bytes@2.1.0
76 - Slight optimizations
77 * deps: iconv-lite@0.4.10
78 - The encoding UTF-16 without BOM now defaults to UTF-16LE when detection fails
79 - Leading BOM is now removed when decoding
80 * deps: on-finished@~2.3.0
81 - Add defined behavior for HTTP `CONNECT` requests
82 - Add defined behavior for HTTP `Upgrade` requests
83 - deps: ee-first@1.1.1
84 * deps: qs@3.1.0
85 - Fix dropping parameters like `hasOwnProperty`
86 - Fix various parsing edge cases
87 - Parsed object now has `null` prototype
88 * deps: raw-body@~2.1.1
89 - Use `unpipe` module for unpiping requests
90 - deps: iconv-lite@0.4.10
91 * deps: type-is@~1.6.3
92 - deps: mime-types@~2.1.1
93 - perf: reduce try block size
94 - perf: remove bitwise operations
95 * perf: enable strict mode
96 * perf: remove argument reassignment
97 * perf: remove delete call
98
991.12.4 / 2015-05-10
100===================
101
102 * deps: debug@~2.2.0
103 * deps: qs@2.4.2
104 - Fix allowing parameters like `constructor`
105 * deps: on-finished@~2.2.1
106 * deps: raw-body@~2.0.1
107 - Fix a false-positive when unpiping in Node.js 0.8
108 - deps: bytes@2.0.1
109 * deps: type-is@~1.6.2
110 - deps: mime-types@~2.0.11
111
1121.12.3 / 2015-04-15
113===================
114
115 * Slight efficiency improvement when not debugging
116 * deps: depd@~1.0.1
117 * deps: iconv-lite@0.4.8
118 - Add encoding alias UNICODE-1-1-UTF-7
119 * deps: raw-body@1.3.4
120 - Fix hanging callback if request aborts during read
121 - deps: iconv-lite@0.4.8
122
1231.12.2 / 2015-03-16
124===================
125
126 * deps: qs@2.4.1
127 - Fix error when parameter `hasOwnProperty` is present
128
1291.12.1 / 2015-03-15
130===================
131
132 * deps: debug@~2.1.3
133 - Fix high intensity foreground color for bold
134 - deps: ms@0.7.0
135 * deps: type-is@~1.6.1
136 - deps: mime-types@~2.0.10
137
1381.12.0 / 2015-02-13
139===================
140
141 * add `debug` messages
142 * accept a function for the `type` option
143 * use `content-type` to parse `Content-Type` headers
144 * deps: iconv-lite@0.4.7
145 - Gracefully support enumerables on `Object.prototype`
146 * deps: raw-body@1.3.3
147 - deps: iconv-lite@0.4.7
148 * deps: type-is@~1.6.0
149 - fix argument reassignment
150 - fix false-positives in `hasBody` `Transfer-Encoding` check
151 - support wildcard for both type and subtype (`*/*`)
152 - deps: mime-types@~2.0.9
153
1541.11.0 / 2015-01-30
155===================
156
157 * make internal `extended: true` depth limit infinity
158 * deps: type-is@~1.5.6
159 - deps: mime-types@~2.0.8
160
1611.10.2 / 2015-01-20
162===================
163
164 * deps: iconv-lite@0.4.6
165 - Fix rare aliases of single-byte encodings
166 * deps: raw-body@1.3.2
167 - deps: iconv-lite@0.4.6
168
1691.10.1 / 2015-01-01
170===================
171
172 * deps: on-finished@~2.2.0
173 * deps: type-is@~1.5.5
174 - deps: mime-types@~2.0.7
175
1761.10.0 / 2014-12-02
177===================
178
179 * make internal `extended: true` array limit dynamic
180
1811.9.3 / 2014-11-21
182==================
183
184 * deps: iconv-lite@0.4.5
185 - Fix Windows-31J and X-SJIS encoding support
186 * deps: qs@2.3.3
187 - Fix `arrayLimit` behavior
188 * deps: raw-body@1.3.1
189 - deps: iconv-lite@0.4.5
190 * deps: type-is@~1.5.3
191 - deps: mime-types@~2.0.3
192
1931.9.2 / 2014-10-27
194==================
195
196 * deps: qs@2.3.2
197 - Fix parsing of mixed objects and values
198
1991.9.1 / 2014-10-22
200==================
201
202 * deps: on-finished@~2.1.1
203 - Fix handling of pipelined requests
204 * deps: qs@2.3.0
205 - Fix parsing of mixed implicit and explicit arrays
206 * deps: type-is@~1.5.2
207 - deps: mime-types@~2.0.2
208
2091.9.0 / 2014-09-24
210==================
211
212 * include the charset in "unsupported charset" error message
213 * include the encoding in "unsupported content encoding" error message
214 * deps: depd@~1.0.0
215
2161.8.4 / 2014-09-23
217==================
218
219 * fix content encoding to be case-insensitive
220
2211.8.3 / 2014-09-19
222==================
223
224 * deps: qs@2.2.4
225 - Fix issue with object keys starting with numbers truncated
226
2271.8.2 / 2014-09-15
228==================
229
230 * deps: depd@0.4.5
231
2321.8.1 / 2014-09-07
233==================
234
235 * deps: media-typer@0.3.0
236 * deps: type-is@~1.5.1
237
2381.8.0 / 2014-09-05
239==================
240
241 * make empty-body-handling consistent between chunked requests
242 - empty `json` produces `{}`
243 - empty `raw` produces `new Buffer(0)`
244 - empty `text` produces `''`
245 - empty `urlencoded` produces `{}`
246 * deps: qs@2.2.3
247 - Fix issue where first empty value in array is discarded
248 * deps: type-is@~1.5.0
249 - fix `hasbody` to be true for `content-length: 0`
250
2511.7.0 / 2014-09-01
252==================
253
254 * add `parameterLimit` option to `urlencoded` parser
255 * change `urlencoded` extended array limit to 100
256 * respond with 413 when over `parameterLimit` in `urlencoded`
257
2581.6.7 / 2014-08-29
259==================
260
261 * deps: qs@2.2.2
262 - Remove unnecessary cloning
263
2641.6.6 / 2014-08-27
265==================
266
267 * deps: qs@2.2.0
268 - Array parsing fix
269 - Performance improvements
270
2711.6.5 / 2014-08-16
272==================
273
274 * deps: on-finished@2.1.0
275
2761.6.4 / 2014-08-14
277==================
278
279 * deps: qs@1.2.2
280
2811.6.3 / 2014-08-10
282==================
283
284 * deps: qs@1.2.1
285
2861.6.2 / 2014-08-07
287==================
288
289 * deps: qs@1.2.0
290 - Fix parsing array of objects
291
2921.6.1 / 2014-08-06
293==================
294
295 * deps: qs@1.1.0
296 - Accept urlencoded square brackets
297 - Accept empty values in implicit array notation
298
2991.6.0 / 2014-08-05
300==================
301
302 * deps: qs@1.0.2
303 - Complete rewrite
304 - Limits array length to 20
305 - Limits object depth to 5
306 - Limits parameters to 1,000
307
3081.5.2 / 2014-07-27
309==================
310
311 * deps: depd@0.4.4
312 - Work-around v8 generating empty stack traces
313
3141.5.1 / 2014-07-26
315==================
316
317 * deps: depd@0.4.3
318 - Fix exception when global `Error.stackTraceLimit` is too low
319
3201.5.0 / 2014-07-20
321==================
322
323 * deps: depd@0.4.2
324 - Add `TRACE_DEPRECATION` environment variable
325 - Remove non-standard grey color from color output
326 - Support `--no-deprecation` argument
327 - Support `--trace-deprecation` argument
328 * deps: iconv-lite@0.4.4
329 - Added encoding UTF-7
330 * deps: raw-body@1.3.0
331 - deps: iconv-lite@0.4.4
332 - Added encoding UTF-7
333 - Fix `Cannot switch to old mode now` error on Node.js 0.10+
334 * deps: type-is@~1.3.2
335
3361.4.3 / 2014-06-19
337==================
338
339 * deps: type-is@1.3.1
340 - fix global variable leak
341
3421.4.2 / 2014-06-19
343==================
344
345 * deps: type-is@1.3.0
346 - improve type parsing
347
3481.4.1 / 2014-06-19
349==================
350
351 * fix urlencoded extended deprecation message
352
3531.4.0 / 2014-06-19
354==================
355
356 * add `text` parser
357 * add `raw` parser
358 * check accepted charset in content-type (accepts utf-8)
359 * check accepted encoding in content-encoding (accepts identity)
360 * deprecate `bodyParser()` middleware; use `.json()` and `.urlencoded()` as needed
361 * deprecate `urlencoded()` without provided `extended` option
362 * lazy-load urlencoded parsers
363 * parsers split into files for reduced mem usage
364 * support gzip and deflate bodies
365 - set `inflate: false` to turn off
366 * deps: raw-body@1.2.2
367 - Support all encodings from `iconv-lite`
368
3691.3.1 / 2014-06-11
370==================
371
372 * deps: type-is@1.2.1
373 - Switch dependency from mime to mime-types@1.0.0
374
3751.3.0 / 2014-05-31
376==================
377
378 * add `extended` option to urlencoded parser
379
3801.2.2 / 2014-05-27
381==================
382
383 * deps: raw-body@1.1.6
384 - assert stream encoding on node.js 0.8
385 - assert stream encoding on node.js < 0.10.6
386 - deps: bytes@1
387
3881.2.1 / 2014-05-26
389==================
390
391 * invoke `next(err)` after request fully read
392 - prevents hung responses and socket hang ups
393
3941.2.0 / 2014-05-11
395==================
396
397 * add `verify` option
398 * deps: type-is@1.2.0
399 - support suffix matching
400
4011.1.2 / 2014-05-11
402==================
403
404 * improve json parser speed
405
4061.1.1 / 2014-05-11
407==================
408
409 * fix repeated limit parsing with every request
410
4111.1.0 / 2014-05-10
412==================
413
414 * add `type` option
415 * deps: pin for safety and consistency
416
4171.0.2 / 2014-04-14
418==================
419
420 * use `type-is` module
421
4221.0.1 / 2014-03-20
423==================
424
425 * lower default limits to 100kb
426
\No newline at end of file