Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / finalhandler / HISTORY.md
1 0.4.0 / 2015-06-14
2 ==================
3
4   * Fix a false-positive when unpiping in Node.js 0.8
5   * Support `statusCode` property on `Error` objects
6   * Use `unpipe` module for unpiping requests
7   * deps: escape-html@1.0.2
8   * deps: on-finished@~2.3.0
9     - Add defined behavior for HTTP `CONNECT` requests
10     - Add defined behavior for HTTP `Upgrade` requests
11     - deps: ee-first@1.1.1
12   * perf: enable strict mode
13   * perf: remove argument reassignment
14
15 0.3.6 / 2015-05-11
16 ==================
17
18   * deps: debug@~2.2.0
19     - deps: ms@0.7.1
20
21 0.3.5 / 2015-04-22
22 ==================
23
24   * deps: on-finished@~2.2.1
25     - Fix `isFinished(req)` when data buffered
26
27 0.3.4 / 2015-03-15
28 ==================
29
30   * deps: debug@~2.1.3
31     - Fix high intensity foreground color for bold
32     - deps: ms@0.7.0
33
34 0.3.3 / 2015-01-01
35 ==================
36
37   * deps: debug@~2.1.1
38   * deps: on-finished@~2.2.0
39
40 0.3.2 / 2014-10-22
41 ==================
42
43   * deps: on-finished@~2.1.1
44     - Fix handling of pipelined requests
45
46 0.3.1 / 2014-10-16
47 ==================
48
49   * deps: debug@~2.1.0
50     - Implement `DEBUG_FD` env variable support
51
52 0.3.0 / 2014-09-17
53 ==================
54
55   * Terminate in progress response only on error
56   * Use `on-finished` to determine request status
57
58 0.2.0 / 2014-09-03
59 ==================
60
61   * Set `X-Content-Type-Options: nosniff` header
62   * deps: debug@~2.0.0
63
64 0.1.0 / 2014-07-16
65 ==================
66
67   * Respond after request fully read
68     - prevents hung responses and socket hang ups
69   * deps: debug@1.0.4
70
71 0.0.3 / 2014-07-11
72 ==================
73
74   * deps: debug@1.0.3
75     - Add support for multiple wildcards in namespaces
76
77 0.0.2 / 2014-06-19
78 ==================
79
80   * Handle invalid status codes
81
82 0.0.1 / 2014-06-05
83 ==================
84
85   * deps: debug@1.0.2
86
87 0.0.0 / 2014-06-05
88 ==================
89
90   * Extracted from connect/express