Initial commit for OpenECOMP SDN-C OA&M
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / body-parser / node_modules / raw-body / HISTORY.md
1 1.3.2 / 2015-01-20
2 ==================
3
4   * deps: iconv-lite@0.4.6
5     - Fix rare aliases of single-byte encodings
6
7 1.3.1 / 2014-11-21
8 ==================
9
10   * deps: iconv-lite@0.4.5
11     - Fix Windows-31J and X-SJIS encoding support
12
13 1.3.0 / 2014-07-20
14 ==================
15
16   * Fully unpipe the stream on error
17     - Fixes `Cannot switch to old mode now` error on Node.js 0.10+
18
19 1.2.3 / 2014-07-20
20 ==================
21
22   * deps: iconv-lite@0.4.4
23     - Added encoding UTF-7
24
25 1.2.2 / 2014-06-19
26 ==================
27
28   * Send invalid encoding error to callback
29
30 1.2.1 / 2014-06-15
31 ==================
32
33   * deps: iconv-lite@0.4.3
34     - Added encodings UTF-16BE and UTF-16 with BOM
35
36 1.2.0 / 2014-06-13
37 ==================
38
39   * Passing string as `options` interpreted as encoding
40   * Support all encodings from `iconv-lite`
41
42 1.1.7 / 2014-06-12
43 ==================
44
45   * use `string_decoder` module from npm
46
47 1.1.6 / 2014-05-27
48 ==================
49
50   * check encoding for old streams1
51   * support node.js < 0.10.6
52
53 1.1.5 / 2014-05-14
54 ==================
55
56   * bump bytes
57
58 1.1.4 / 2014-04-19
59 ==================
60
61   * allow true as an option
62   * bump bytes
63
64 1.1.3 / 2014-03-02
65 ==================
66
67   * fix case when length=null
68
69 1.1.2 / 2013-12-01
70 ==================
71
72   * be less strict on state.encoding check
73
74 1.1.1 / 2013-11-27
75 ==================
76
77   * add engines
78
79 1.1.0 / 2013-11-27
80 ==================
81
82   * add err.statusCode and err.type
83   * allow for encoding option to be true
84   * pause the stream instead of dumping on error
85   * throw if the stream's encoding is set
86
87 1.0.1 / 2013-11-19
88 ==================
89
90   * dont support streams1, throw if dev set encoding
91
92 1.0.0 / 2013-11-17
93 ==================
94
95   * rename `expected` option to `length`
96
97 0.2.0 / 2013-11-15
98 ==================
99
100   * republish
101
102 0.1.1 / 2013-11-15
103 ==================
104
105   * use bytes
106
107 0.1.0 / 2013-11-11
108 ==================
109
110   * generator support
111
112 0.0.3 / 2013-10-10
113 ==================
114
115   * update repo
116
117 0.0.2 / 2013-09-14
118 ==================
119
120   * dump stream on bad headers
121   * listen to events after defining received and buffers
122
123 0.0.1 / 2013-09-14
124 ==================
125
126   * Initial release