UNPKG

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