UNPKG

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