UNPKG

1.31 kBMarkdownView Raw
1
25.0.3 / 2017-03-19
3==================
4
5 * fix: ensure inflate in promise chain (#54)
6
75.0.2 / 2017-03-10
8==================
9
10 * fix: keep compatibility with qs@4 (#53)
11
125.0.1 / 2017-03-06
13==================
14
15 * dpes: qs@6.4.0
16
175.0.0 / 2017-03-02
18==================
19
20 * deps: upgrade qs to 6.x (#52)
21
224.2.0 / 2016-05-05
23==================
24
25 * test: test on node 4, 5, 6
26 * feat: Added support for request body inflation
27
284.1.0 / 2016-05-05
29==================
30
31 * feat: form parse support custom qs module
32
334.0.0 / 2015-08-15
34==================
35
36 * Switch to Promises instead of thunks
37
383.1.0 / 2015-08-06
39==================
40
41 * travis: add v2, v3, remove 0.11
42 * add custom types options
43 * use type-is
44
453.0.0 / 2015-07-25
46==================
47
48 * Updated dependencies. Added qs options support via queryString option key. (@yanickrochon)
49 * upgrade qs@4.0.0, raw-body@2.1.2
50
512.0.0 / 2015-05-04
52==================
53
54 * json parser support strict mode
55
561.2.0 / 2015-04-29
57==================
58
59 * Add JSON-LD as known JSON-Type (@vanthome)
60
611.1.0 / 2015-02-27
62==================
63
64 * Fix content-length zero should not parse json
65 * Bump deps, qs@~2.3.3, raw-body@~1.3.3
66 * add support for `text/plain`
67 * json support for `application/json-patch+json`, `application/vnd.api+json` and `application/csp-report`