source: node_modules/raw-body/HISTORY.md

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 5.8 KB
Line 
12.5.1 / 2022-02-28
2==================
3
4 * Fix error on early async hooks implementations
5
62.5.0 / 2022-02-21
7==================
8
9 * Prevent loss of async hooks context
10 * Prevent hanging when stream is not readable
11 * deps: http-errors@2.0.0
12 - deps: depd@2.0.0
13 - deps: statuses@2.0.1
14
152.4.3 / 2022-02-14
16==================
17
18 * deps: bytes@3.1.2
19
202.4.2 / 2021-11-16
21==================
22
23 * deps: bytes@3.1.1
24 * deps: http-errors@1.8.1
25 - deps: setprototypeof@1.2.0
26 - deps: toidentifier@1.0.1
27
282.4.1 / 2019-06-25
29==================
30
31 * deps: http-errors@1.7.3
32 - deps: inherits@2.0.4
33
342.4.0 / 2019-04-17
35==================
36
37 * deps: bytes@3.1.0
38 - Add petabyte (`pb`) support
39 * deps: http-errors@1.7.2
40 - Set constructor name when possible
41 - deps: setprototypeof@1.1.1
42 - deps: statuses@'>= 1.5.0 < 2'
43 * deps: iconv-lite@0.4.24
44 - Added encoding MIK
45
462.3.3 / 2018-05-08
47==================
48
49 * deps: http-errors@1.6.3
50 - deps: depd@~1.1.2
51 - deps: setprototypeof@1.1.0
52 - deps: statuses@'>= 1.3.1 < 2'
53 * deps: iconv-lite@0.4.23
54 - Fix loading encoding with year appended
55 - Fix deprecation warnings on Node.js 10+
56
572.3.2 / 2017-09-09
58==================
59
60 * deps: iconv-lite@0.4.19
61 - Fix ISO-8859-1 regression
62 - Update Windows-1255
63
642.3.1 / 2017-09-07
65==================
66
67 * deps: bytes@3.0.0
68 * deps: http-errors@1.6.2
69 - deps: depd@1.1.1
70 * perf: skip buffer decoding on overage chunk
71
722.3.0 / 2017-08-04
73==================
74
75 * Add TypeScript definitions
76 * Use `http-errors` for standard emitted errors
77 * deps: bytes@2.5.0
78 * deps: iconv-lite@0.4.18
79 - Add support for React Native
80 - Add a warning if not loaded as utf-8
81 - Fix CESU-8 decoding in Node.js 8
82 - Improve speed of ISO-8859-1 encoding
83
842.2.0 / 2017-01-02
85==================
86
87 * deps: iconv-lite@0.4.15
88 - Added encoding MS-31J
89 - Added encoding MS-932
90 - Added encoding MS-936
91 - Added encoding MS-949
92 - Added encoding MS-950
93 - Fix GBK/GB18030 handling of Euro character
94
952.1.7 / 2016-06-19
96==================
97
98 * deps: bytes@2.4.0
99 * perf: remove double-cleanup on happy path
100
1012.1.6 / 2016-03-07
102==================
103
104 * deps: bytes@2.3.0
105 - Drop partial bytes on all parsed units
106 - Fix parsing byte string that looks like hex
107
1082.1.5 / 2015-11-30
109==================
110
111 * deps: bytes@2.2.0
112 * deps: iconv-lite@0.4.13
113
1142.1.4 / 2015-09-27
115==================
116
117 * Fix masking critical errors from `iconv-lite`
118 * deps: iconv-lite@0.4.12
119 - Fix CESU-8 decoding in Node.js 4.x
120
1212.1.3 / 2015-09-12
122==================
123
124 * Fix sync callback when attaching data listener causes sync read
125 - Node.js 0.10 compatibility issue
126
1272.1.2 / 2015-07-05
128==================
129
130 * Fix error stack traces to skip `makeError`
131 * deps: iconv-lite@0.4.11
132 - Add encoding CESU-8
133
1342.1.1 / 2015-06-14
135==================
136
137 * Use `unpipe` module for unpiping requests
138
1392.1.0 / 2015-05-28
140==================
141
142 * deps: iconv-lite@0.4.10
143 - Improved UTF-16 endianness detection
144 - Leading BOM is now removed when decoding
145 - The encoding UTF-16 without BOM now defaults to UTF-16LE when detection fails
146
1472.0.2 / 2015-05-21
148==================
149
150 * deps: bytes@2.1.0
151 - Slight optimizations
152
1532.0.1 / 2015-05-10
154==================
155
156 * Fix a false-positive when unpiping in Node.js 0.8
157
1582.0.0 / 2015-05-08
159==================
160
161 * Return a promise without callback instead of thunk
162 * deps: bytes@2.0.1
163 - units no longer case sensitive when parsing
164
1651.3.4 / 2015-04-15
166==================
167
168 * Fix hanging callback if request aborts during read
169 * deps: iconv-lite@0.4.8
170 - Add encoding alias UNICODE-1-1-UTF-7
171
1721.3.3 / 2015-02-08
173==================
174
175 * deps: iconv-lite@0.4.7
176 - Gracefully support enumerables on `Object.prototype`
177
1781.3.2 / 2015-01-20
179==================
180
181 * deps: iconv-lite@0.4.6
182 - Fix rare aliases of single-byte encodings
183
1841.3.1 / 2014-11-21
185==================
186
187 * deps: iconv-lite@0.4.5
188 - Fix Windows-31J and X-SJIS encoding support
189
1901.3.0 / 2014-07-20
191==================
192
193 * Fully unpipe the stream on error
194 - Fixes `Cannot switch to old mode now` error on Node.js 0.10+
195
1961.2.3 / 2014-07-20
197==================
198
199 * deps: iconv-lite@0.4.4
200 - Added encoding UTF-7
201
2021.2.2 / 2014-06-19
203==================
204
205 * Send invalid encoding error to callback
206
2071.2.1 / 2014-06-15
208==================
209
210 * deps: iconv-lite@0.4.3
211 - Added encodings UTF-16BE and UTF-16 with BOM
212
2131.2.0 / 2014-06-13
214==================
215
216 * Passing string as `options` interpreted as encoding
217 * Support all encodings from `iconv-lite`
218
2191.1.7 / 2014-06-12
220==================
221
222 * use `string_decoder` module from npm
223
2241.1.6 / 2014-05-27
225==================
226
227 * check encoding for old streams1
228 * support node.js < 0.10.6
229
2301.1.5 / 2014-05-14
231==================
232
233 * bump bytes
234
2351.1.4 / 2014-04-19
236==================
237
238 * allow true as an option
239 * bump bytes
240
2411.1.3 / 2014-03-02
242==================
243
244 * fix case when length=null
245
2461.1.2 / 2013-12-01
247==================
248
249 * be less strict on state.encoding check
250
2511.1.1 / 2013-11-27
252==================
253
254 * add engines
255
2561.1.0 / 2013-11-27
257==================
258
259 * add err.statusCode and err.type
260 * allow for encoding option to be true
261 * pause the stream instead of dumping on error
262 * throw if the stream's encoding is set
263
2641.0.1 / 2013-11-19
265==================
266
267 * dont support streams1, throw if dev set encoding
268
2691.0.0 / 2013-11-17
270==================
271
272 * rename `expected` option to `length`
273
2740.2.0 / 2013-11-15
275==================
276
277 * republish
278
2790.1.1 / 2013-11-15
280==================
281
282 * use bytes
283
2840.1.0 / 2013-11-11
285==================
286
287 * generator support
288
2890.0.3 / 2013-10-10
290==================
291
292 * update repo
293
2940.0.2 / 2013-09-14
295==================
296
297 * dump stream on bad headers
298 * listen to events after defining received and buffers
299
3000.0.1 / 2013-09-14
301==================
302
303 * Initial release
Note: See TracBrowser for help on using the repository browser.