프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / raw-body / HISTORY.md

이력 | 보기 | 이력해설 | 다운로드 (4.67 KB)

1 39 HKM
2.3.2 / 2017-09-09
2
==================
3
4
  * deps: iconv-lite@0.4.19
5
    - Fix ISO-8859-1regression
6
    - Update Windows-1255
7
8
2.3.1 / 2017-09-07
9
==================
10
11
  * deps: bytes@3.0.0
12
  * deps: http-errors@1.6.2
13
    - deps: depd@1.1.1
14
  * perf: skip buffer decoding on overage chunk
15
16
2.3.0 / 2017-08-04
17
==================
18
19
  * Add TypeScript definitions
20
  * Use `http-errors` for standard emitted errors
21
  * deps: bytes@2.5.0
22
  * deps: iconv-lite@0.4.18
23
    - Add support for React Native
24
    - Add a warning if not loaded as utf-8
25
    - Fix CESU-8 decoding in Node.js 8
26
    - Improve speed of ISO-8859-1 encoding
27
28
2.2.0 / 2017-01-02
29
==================
30
31
  * deps: iconv-lite@0.4.15
32
    - Added encoding MS-31J
33
    - Added encoding MS-932
34
    - Added encoding MS-936
35
    - Added encoding MS-949
36
    - Added encoding MS-950
37
    - Fix GBK/GB18030 handling of Euro character
38
39
2.1.7 / 2016-06-19
40
==================
41
42
  * deps: bytes@2.4.0
43
  * perf: remove double-cleanup on happy path
44
45
2.1.6 / 2016-03-07
46
==================
47
48
  * deps: bytes@2.3.0
49
    - Drop partial bytes on all parsed units
50
    - Fix parsing byte string that looks like hex
51
52
2.1.5 / 2015-11-30
53
==================
54
55
  * deps: bytes@2.2.0
56
  * deps: iconv-lite@0.4.13
57
58
2.1.4 / 2015-09-27
59
==================
60
61
  * Fix masking critical errors from `iconv-lite`
62
  * deps: iconv-lite@0.4.12
63
    - Fix CESU-8 decoding in Node.js 4.x
64
65
2.1.3 / 2015-09-12
66
==================
67
68
  * Fix sync callback when attaching data listener causes sync read
69
    - Node.js 0.10 compatibility issue
70
71
2.1.2 / 2015-07-05
72
==================
73
74
  * Fix error stack traces to skip `makeError`
75
  * deps: iconv-lite@0.4.11
76
    - Add encoding CESU-8
77
78
2.1.1 / 2015-06-14
79
==================
80
81
  * Use `unpipe` module for unpiping requests
82
83
2.1.0 / 2015-05-28
84
==================
85
86
  * deps: iconv-lite@0.4.10
87
    - Improved UTF-16 endianness detection
88
    - Leading BOM is now removed when decoding
89
    - The encoding UTF-16 without BOM now defaults to UTF-16LE when detection fails
90
91
2.0.2 / 2015-05-21
92
==================
93
94
  * deps: bytes@2.1.0
95
    - Slight optimizations
96
97
2.0.1 / 2015-05-10
98
==================
99
100
  * Fix a false-positive when unpiping in Node.js 0.8
101
102
2.0.0 / 2015-05-08
103
==================
104
105
  * Return a promise without callback instead of thunk
106
  * deps: bytes@2.0.1
107
    - units no longer case sensitive when parsing
108
109
1.3.4 / 2015-04-15
110
==================
111
112
  * Fix hanging callback if request aborts during read
113
  * deps: iconv-lite@0.4.8
114
    - Add encoding alias UNICODE-1-1-UTF-7
115
116
1.3.3 / 2015-02-08
117
==================
118
119
  * deps: iconv-lite@0.4.7
120
    - Gracefully support enumerables on `Object.prototype`
121
122
1.3.2 / 2015-01-20
123
==================
124
125
  * deps: iconv-lite@0.4.6
126
    - Fix rare aliases of single-byte encodings
127
128
1.3.1 / 2014-11-21
129
==================
130
131
  * deps: iconv-lite@0.4.5
132
    - Fix Windows-31J and X-SJIS encoding support
133
134
1.3.0 / 2014-07-20
135
==================
136
137
  * Fully unpipe the stream on error
138
    - Fixes `Cannot switch to old mode now` error on Node.js 0.10+
139
140
1.2.3 / 2014-07-20
141
==================
142
143
  * deps: iconv-lite@0.4.4
144
    - Added encoding UTF-7
145
146
1.2.2 / 2014-06-19
147
==================
148
149
  * Send invalid encoding error to callback
150
151
1.2.1 / 2014-06-15
152
==================
153
154
  * deps: iconv-lite@0.4.3
155
    - Added encodings UTF-16BE and UTF-16 with BOM
156
157
1.2.0 / 2014-06-13
158
==================
159
160
  * Passing string as `options` interpreted as encoding
161
  * Support all encodings from `iconv-lite`
162
163
1.1.7 / 2014-06-12
164
==================
165
166
  * use `string_decoder` module from npm
167
168
1.1.6 / 2014-05-27
169
==================
170
171
  * check encoding for old streams1
172
  * support node.js < 0.10.6
173
174
1.1.5 / 2014-05-14
175
==================
176
177
  * bump bytes
178
179
1.1.4 / 2014-04-19
180
==================
181
182
  * allow true as an option
183
  * bump bytes
184
185
1.1.3 / 2014-03-02
186
==================
187
188
  * fix case when length=null
189
190
1.1.2 / 2013-12-01
191
==================
192
193
  * be less strict on state.encoding check
194
195
1.1.1 / 2013-11-27
196
==================
197
198
  * add engines
199
200
1.1.0 / 2013-11-27
201
==================
202
203
  * add err.statusCode and err.type
204
  * allow for encoding option to be true
205
  * pause the stream instead of dumping on error
206
  * throw if the stream's encoding is set
207
208
1.0.1 / 2013-11-19
209
==================
210
211
  * dont support streams1, throw if dev set encoding
212
213
1.0.0 / 2013-11-17
214
==================
215
216
  * rename `expected` option to `length`
217
218
0.2.0 / 2013-11-15
219
==================
220
221
  * republish
222
223
0.1.1 / 2013-11-15
224
==================
225
226
  * use bytes
227
228
0.1.0 / 2013-11-11
229
==================
230
231
  * generator support
232
233
0.0.3 / 2013-10-10
234
==================
235
236
  * update repo
237
238
0.0.2 / 2013-09-14
239
==================
240
241
  * dump stream on bad headers
242
  * listen to events after defining received and buffers
243
244
0.0.1 / 2013-09-14
245
==================
246
247
  * Initial release