UNPKG

2.07 kBMarkdownView Raw
12.3.4 / 2015-07-14
2==================
3
4 * deps: vary@~1.0.1
5
62.3.3 / 2015-05-12
7==================
8
9 * deps: debug@~2.2.0
10 - deps: ms@0.7.1
11
122.3.2 / 2015-03-14
13==================
14
15 * deps: debug@~2.1.3
16 - Fix high intensity foreground color for bold
17 - deps: ms@0.7.0
18
192.3.1 / 2014-12-30
20==================
21
22 * deps: debug@~2.1.1
23 * deps: methods@~1.1.1
24
252.3.0 / 2014-10-16
26==================
27
28 * deps: debug@~2.1.0
29 - Implement `DEBUG_FD` env variable support
30
312.2.0 / 2014-09-02
32==================
33
34 * deps: debug@~2.0.0
35
362.1.3 / 2014-08-10
37==================
38
39 * deps: parseurl@~1.3.0
40 * deps: vary@~1.0.0
41
422.1.2 / 2014-07-22
43==================
44
45 * deps: debug@1.0.4
46 * deps: parseurl@~1.2.0
47 - Cache URLs based on original value
48 - Remove no-longer-needed URL mis-parse work-around
49 - Simplify the "fast-path" `RegExp`
50
512.1.1 / 2014-07-11
52==================
53
54 * deps: debug@1.0.3
55 - Add support for multiple wildcards in namespaces
56
572.1.0 / 2014-07-08
58==================
59
60 * add simple debug output
61 * deps: methods@1.1.0
62 - add `CONNECT`
63 * deps: parseurl@~1.1.3
64 - faster parsing of href-only URLs
65
662.0.2 / 2014-06-05
67==================
68
69 * use vary module for better `Vary` behavior
70
712.0.1 / 2014-06-02
72==================
73
74 * deps: methods@1.0.1
75
762.0.0 / 2014-06-01
77==================
78
79 * Default behavior only checks `X-HTTP-Method-Override` header
80 * New interface, less magic
81 - Can specify what header to look for override in, if wanted
82 - Can specify custom function to get method from request
83 * Only `POST` requests are examined by default
84 * Remove `req.body` support for more standard query param support
85 - Use custom `getter` function if `req.body` support is needed
86 * Set `Vary` header when using built-in header checking
87
881.0.2 / 2014-05-22
89==================
90
91 * Handle `req.body` key referencing array or object
92 * Handle multiple HTTP headers
93
941.0.1 / 2014-05-17
95==================
96
97 * deps: pin dependency versions
98
991.0.0 / 2014-03-03
100==================
101
102 * Genesis from `connect`