UNPKG

2.31 kBMarkdownView Raw
12.3.6 / 2016-05-20
2==================
3
4 * deps: methods@~1.1.2
5 - perf: enable strict mode
6 * deps: parseurl@~1.3.1
7 - perf: enable strict mode
8 * deps: vary@~1.1.0
9
102.3.5 / 2015-07-31
11==================
12
13 * perf: enable strict mode
14
152.3.4 / 2015-07-14
16==================
17
18 * deps: vary@~1.0.1
19
202.3.3 / 2015-05-12
21==================
22
23 * deps: debug@~2.2.0
24 - deps: ms@0.7.1
25
262.3.2 / 2015-03-14
27==================
28
29 * deps: debug@~2.1.3
30 - Fix high intensity foreground color for bold
31 - deps: ms@0.7.0
32
332.3.1 / 2014-12-30
34==================
35
36 * deps: debug@~2.1.1
37 * deps: methods@~1.1.1
38
392.3.0 / 2014-10-16
40==================
41
42 * deps: debug@~2.1.0
43 - Implement `DEBUG_FD` env variable support
44
452.2.0 / 2014-09-02
46==================
47
48 * deps: debug@~2.0.0
49
502.1.3 / 2014-08-10
51==================
52
53 * deps: parseurl@~1.3.0
54 * deps: vary@~1.0.0
55
562.1.2 / 2014-07-22
57==================
58
59 * deps: debug@1.0.4
60 * deps: parseurl@~1.2.0
61 - Cache URLs based on original value
62 - Remove no-longer-needed URL mis-parse work-around
63 - Simplify the "fast-path" `RegExp`
64
652.1.1 / 2014-07-11
66==================
67
68 * deps: debug@1.0.3
69 - Add support for multiple wildcards in namespaces
70
712.1.0 / 2014-07-08
72==================
73
74 * add simple debug output
75 * deps: methods@1.1.0
76 - add `CONNECT`
77 * deps: parseurl@~1.1.3
78 - faster parsing of href-only URLs
79
802.0.2 / 2014-06-05
81==================
82
83 * use vary module for better `Vary` behavior
84
852.0.1 / 2014-06-02
86==================
87
88 * deps: methods@1.0.1
89
902.0.0 / 2014-06-01
91==================
92
93 * Default behavior only checks `X-HTTP-Method-Override` header
94 * New interface, less magic
95 - Can specify what header to look for override in, if wanted
96 - Can specify custom function to get method from request
97 * Only `POST` requests are examined by default
98 * Remove `req.body` support for more standard query param support
99 - Use custom `getter` function if `req.body` support is needed
100 * Set `Vary` header when using built-in header checking
101
1021.0.2 / 2014-05-22
103==================
104
105 * Handle `req.body` key referencing array or object
106 * Handle multiple HTTP headers
107
1081.0.1 / 2014-05-17
109==================
110
111 * deps: pin dependency versions
112
1131.0.0 / 2014-03-03
114==================
115
116 * Genesis from `connect`