Initial commit for OpenECOMP SDN-C OA&M
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / body-parser / HISTORY.md
1 1.10.2 / 2015-01-20
2 ===================
3
4   * deps: iconv-lite@0.4.6
5     - Fix rare aliases of single-byte encodings
6   * deps: raw-body@1.3.2
7     - deps: iconv-lite@0.4.6
8
9 1.10.1 / 2015-01-01
10 ===================
11
12   * deps: on-finished@~2.2.0
13   * deps: type-is@~1.5.5
14     - deps: mime-types@~2.0.7
15
16 1.10.0 / 2014-12-02
17 ===================
18
19   * make internal `extended: true` array limit dynamic
20
21 1.9.3 / 2014-11-21
22 ==================
23
24   * deps: iconv-lite@0.4.5
25     - Fix Windows-31J and X-SJIS encoding support
26   * deps: qs@2.3.3
27     - Fix `arrayLimit` behavior
28   * deps: raw-body@1.3.1
29     - deps: iconv-lite@0.4.5
30   * deps: type-is@~1.5.3
31     - deps: mime-types@~2.0.3
32
33 1.9.2 / 2014-10-27
34 ==================
35
36   * deps: qs@2.3.2
37     - Fix parsing of mixed objects and values
38
39 1.9.1 / 2014-10-22
40 ==================
41
42   * deps: on-finished@~2.1.1
43     - Fix handling of pipelined requests
44   * deps: qs@2.3.0
45     - Fix parsing of mixed implicit and explicit arrays
46   * deps: type-is@~1.5.2
47     - deps: mime-types@~2.0.2
48
49 1.9.0 / 2014-09-24
50 ==================
51
52   * include the charset in "unsupported charset" error message
53   * include the encoding in "unsupported content encoding" error message
54   * deps: depd@~1.0.0
55
56 1.8.4 / 2014-09-23
57 ==================
58
59   * fix content encoding to be case-insensitive
60
61 1.8.3 / 2014-09-19
62 ==================
63
64   * deps: qs@2.2.4
65     - Fix issue with object keys starting with numbers truncated
66
67 1.8.2 / 2014-09-15
68 ==================
69
70   * deps: depd@0.4.5
71
72 1.8.1 / 2014-09-07
73 ==================
74
75   * deps: media-typer@0.3.0
76   * deps: type-is@~1.5.1
77
78 1.8.0 / 2014-09-05
79 ==================
80
81   * make empty-body-handling consistent between chunked requests
82     - empty `json` produces `{}`
83     - empty `raw` produces `new Buffer(0)`
84     - empty `text` produces `''`
85     - empty `urlencoded` produces `{}`
86   * deps: qs@2.2.3
87     - Fix issue where first empty value in array is discarded
88   * deps: type-is@~1.5.0
89     - fix `hasbody` to be true for `content-length: 0`
90
91 1.7.0 / 2014-09-01
92 ==================
93
94   * add `parameterLimit` option to `urlencoded` parser
95   * change `urlencoded` extended array limit to 100
96   * respond with 413 when over `parameterLimit` in `urlencoded`
97
98 1.6.7 / 2014-08-29
99 ==================
100
101   * deps: qs@2.2.2
102     - Remove unnecessary cloning
103
104 1.6.6 / 2014-08-27
105 ==================
106
107   * deps: qs@2.2.0
108     - Array parsing fix
109     - Performance improvements
110
111 1.6.5 / 2014-08-16
112 ==================
113
114   * deps: on-finished@2.1.0
115
116 1.6.4 / 2014-08-14
117 ==================
118
119   * deps: qs@1.2.2
120
121 1.6.3 / 2014-08-10
122 ==================
123
124   * deps: qs@1.2.1
125
126 1.6.2 / 2014-08-07
127 ==================
128
129   * deps: qs@1.2.0
130     - Fix parsing array of objects
131
132 1.6.1 / 2014-08-06
133 ==================
134
135   * deps: qs@1.1.0
136     - Accept urlencoded square brackets
137     - Accept empty values in implicit array notation
138
139 1.6.0 / 2014-08-05
140 ==================
141
142   * deps: qs@1.0.2
143     - Complete rewrite
144     - Limits array length to 20
145     - Limits object depth to 5
146     - Limits parameters to 1,000
147
148 1.5.2 / 2014-07-27
149 ==================
150
151   * deps: depd@0.4.4
152     - Work-around v8 generating empty stack traces
153
154 1.5.1 / 2014-07-26
155 ==================
156
157   * deps: depd@0.4.3
158     - Fix exception when global `Error.stackTraceLimit` is too low
159
160 1.5.0 / 2014-07-20
161 ==================
162
163   * deps: depd@0.4.2
164     - Add `TRACE_DEPRECATION` environment variable
165     - Remove non-standard grey color from color output
166     - Support `--no-deprecation` argument
167     - Support `--trace-deprecation` argument
168   * deps: iconv-lite@0.4.4
169     - Added encoding UTF-7
170   * deps: raw-body@1.3.0
171     - deps: iconv-lite@0.4.4
172     - Added encoding UTF-7
173     - Fix `Cannot switch to old mode now` error on Node.js 0.10+
174   * deps: type-is@~1.3.2
175
176 1.4.3 / 2014-06-19
177 ==================
178
179   * deps: type-is@1.3.1
180     - fix global variable leak
181
182 1.4.2 / 2014-06-19
183 ==================
184
185   * deps: type-is@1.3.0
186     - improve type parsing
187
188 1.4.1 / 2014-06-19
189 ==================
190
191   * fix urlencoded extended deprecation message
192
193 1.4.0 / 2014-06-19
194 ==================
195
196   * add `text` parser
197   * add `raw` parser
198   * check accepted charset in content-type (accepts utf-8)
199   * check accepted encoding in content-encoding (accepts identity)
200   * deprecate `bodyParser()` middleware; use `.json()` and `.urlencoded()` as needed
201   * deprecate `urlencoded()` without provided `extended` option
202   * lazy-load urlencoded parsers
203   * parsers split into files for reduced mem usage
204   * support gzip and deflate bodies
205     - set `inflate: false` to turn off
206   * deps: raw-body@1.2.2
207     - Support all encodings from `iconv-lite`
208
209 1.3.1 / 2014-06-11
210 ==================
211
212   * deps: type-is@1.2.1
213     - Switch dependency from mime to mime-types@1.0.0
214
215 1.3.0 / 2014-05-31
216 ==================
217
218   * add `extended` option to urlencoded parser
219
220 1.2.2 / 2014-05-27
221 ==================
222
223   * deps: raw-body@1.1.6
224     - assert stream encoding on node.js 0.8
225     - assert stream encoding on node.js < 0.10.6
226     - deps: bytes@1
227
228 1.2.1 / 2014-05-26
229 ==================
230
231   * invoke `next(err)` after request fully read
232     - prevents hung responses and socket hang ups
233
234 1.2.0 / 2014-05-11
235 ==================
236
237   * add `verify` option
238   * deps: type-is@1.2.0
239     - support suffix matching
240
241 1.1.2 / 2014-05-11
242 ==================
243
244   * improve json parser speed
245
246 1.1.1 / 2014-05-11
247 ==================
248
249   * fix repeated limit parsing with every request
250
251 1.1.0 / 2014-05-10
252 ==================
253
254   * add `type` option
255   * deps: pin for safety and consistency
256
257 1.0.2 / 2014-04-14
258 ==================
259
260   * use `type-is` module
261
262 1.0.1 / 2014-03-20
263 ==================
264
265   * lower default limits to 100kb