e7e144c6d140c8c5984d4f95d118e6f25ab15643
[aai/esr-gui.git] /
1 0.5.0 / 2016-06-15
2 ==================
3
4   * Change invalid or non-numeric status code to 500
5   * Overwrite status message to match set status code
6   * Prefer `err.statusCode` if `err.status` is invalid
7   * Set response headers from `err.headers` object
8   * Use `statuses` instead of `http` module for status messages
9     - Includes all defined status messages
10
11 0.4.1 / 2015-12-02
12 ==================
13
14   * deps: escape-html@~1.0.3
15     - perf: enable strict mode
16     - perf: optimize string replacement
17     - perf: use faster string coercion
18
19 0.4.0 / 2015-06-14
20 ==================
21
22   * Fix a false-positive when unpiping in Node.js 0.8
23   * Support `statusCode` property on `Error` objects
24   * Use `unpipe` module for unpiping requests
25   * deps: escape-html@1.0.2
26   * deps: on-finished@~2.3.0
27     - Add defined behavior for HTTP `CONNECT` requests
28     - Add defined behavior for HTTP `Upgrade` requests
29     - deps: ee-first@1.1.1
30   * perf: enable strict mode
31   * perf: remove argument reassignment
32
33 0.3.6 / 2015-05-11
34 ==================
35
36   * deps: debug@~2.2.0
37     - deps: ms@0.7.1
38
39 0.3.5 / 2015-04-22
40 ==================
41
42   * deps: on-finished@~2.2.1
43     - Fix `isFinished(req)` when data buffered
44
45 0.3.4 / 2015-03-15
46 ==================
47
48   * deps: debug@~2.1.3
49     - Fix high intensity foreground color for bold
50     - deps: ms@0.7.0
51
52 0.3.3 / 2015-01-01
53 ==================
54
55   * deps: debug@~2.1.1
56   * deps: on-finished@~2.2.0
57
58 0.3.2 / 2014-10-22
59 ==================
60
61   * deps: on-finished@~2.1.1
62     - Fix handling of pipelined requests
63
64 0.3.1 / 2014-10-16
65 ==================
66
67   * deps: debug@~2.1.0
68     - Implement `DEBUG_FD` env variable support
69
70 0.3.0 / 2014-09-17
71 ==================
72
73   * Terminate in progress response only on error
74   * Use `on-finished` to determine request status
75
76 0.2.0 / 2014-09-03
77 ==================
78
79   * Set `X-Content-Type-Options: nosniff` header
80   * deps: debug@~2.0.0
81
82 0.1.0 / 2014-07-16
83 ==================
84
85   * Respond after request fully read
86     - prevents hung responses and socket hang ups
87   * deps: debug@1.0.4
88
89 0.0.3 / 2014-07-11
90 ==================
91
92   * deps: debug@1.0.3
93     - Add support for multiple wildcards in namespaces
94
95 0.0.2 / 2014-06-19
96 ==================
97
98   * Handle invalid status codes
99
100 0.0.1 / 2014-06-05
101 ==================
102
103   * deps: debug@1.0.2
104
105 0.0.0 / 2014-06-05
106 ==================
107
108   * Extracted from connect/express