UNPKG

3.14 kBMarkdownView Raw
12.3.10 / 2017-09-27
2===================
3
4 * deps: debug@2.6.9
5 * deps: parseurl@~1.3.2
6 - perf: reduce overhead for full URLs
7 - perf: unroll the "fast-path" `RegExp`
8 * deps: vary@~1.1.2
9 - perf: improve header token parsing speed
10 * perf: skip unnecessary parsing of entire header
11
122.3.9 / 2017-05-19
13==================
14
15 * deps: debug@2.6.8
16 - deps: ms@2.0.0
17 * deps: vary@~1.1.1
18 - perf: hoist regular expression
19
202.3.8 / 2017-03-24
21==================
22
23 * deps: debug@2.6.3
24 - Allow colors in workers
25 - Deprecated `DEBUG_FD` environment variable
26 - Fix: `DEBUG_MAX_ARRAY_LENGTH`
27 - Use same color for same namespace
28
292.3.7 / 2016-11-19
30==================
31
32 * deps: debug@2.3.3
33 - Fix error when running under React Native
34 - deps: ms@0.7.2
35 * perf: remove argument reassignment
36
372.3.6 / 2016-05-20
38==================
39
40 * deps: methods@~1.1.2
41 - perf: enable strict mode
42 * deps: parseurl@~1.3.1
43 - perf: enable strict mode
44 * deps: vary@~1.1.0
45
462.3.5 / 2015-07-31
47==================
48
49 * perf: enable strict mode
50
512.3.4 / 2015-07-14
52==================
53
54 * deps: vary@~1.0.1
55
562.3.3 / 2015-05-12
57==================
58
59 * deps: debug@~2.2.0
60 - deps: ms@0.7.1
61
622.3.2 / 2015-03-14
63==================
64
65 * deps: debug@~2.1.3
66 - Fix high intensity foreground color for bold
67 - deps: ms@0.7.0
68
692.3.1 / 2014-12-30
70==================
71
72 * deps: debug@~2.1.1
73 * deps: methods@~1.1.1
74
752.3.0 / 2014-10-16
76==================
77
78 * deps: debug@~2.1.0
79 - Implement `DEBUG_FD` env variable support
80
812.2.0 / 2014-09-02
82==================
83
84 * deps: debug@~2.0.0
85
862.1.3 / 2014-08-10
87==================
88
89 * deps: parseurl@~1.3.0
90 * deps: vary@~1.0.0
91
922.1.2 / 2014-07-22
93==================
94
95 * deps: debug@1.0.4
96 * deps: parseurl@~1.2.0
97 - Cache URLs based on original value
98 - Remove no-longer-needed URL mis-parse work-around
99 - Simplify the "fast-path" `RegExp`
100
1012.1.1 / 2014-07-11
102==================
103
104 * deps: debug@1.0.3
105 - Add support for multiple wildcards in namespaces
106
1072.1.0 / 2014-07-08
108==================
109
110 * add simple debug output
111 * deps: methods@1.1.0
112 - add `CONNECT`
113 * deps: parseurl@~1.1.3
114 - faster parsing of href-only URLs
115
1162.0.2 / 2014-06-05
117==================
118
119 * use vary module for better `Vary` behavior
120
1212.0.1 / 2014-06-02
122==================
123
124 * deps: methods@1.0.1
125
1262.0.0 / 2014-06-01
127==================
128
129 * Default behavior only checks `X-HTTP-Method-Override` header
130 * New interface, less magic
131 - Can specify what header to look for override in, if wanted
132 - Can specify custom function to get method from request
133 * Only `POST` requests are examined by default
134 * Remove `req.body` support for more standard query param support
135 - Use custom `getter` function if `req.body` support is needed
136 * Set `Vary` header when using built-in header checking
137
1381.0.2 / 2014-05-22
139==================
140
141 * Handle `req.body` key referencing array or object
142 * Handle multiple HTTP headers
143
1441.0.1 / 2014-05-17
145==================
146
147 * deps: pin dependency versions
148
1491.0.0 / 2014-03-03
150==================
151
152 * Genesis from `connect`