UNPKG

1.53 kBMarkdownView Raw
12.1.3 / 2014-08-10
2==================
3
4 * deps: parseurl@~1.3.0
5 * deps: vary@~1.0.0
6
72.1.2 / 2014-07-22
8==================
9
10 * deps: debug@1.0.4
11 * deps: parseurl@~1.2.0
12 - Cache URLs based on original value
13 - Remove no-longer-needed URL mis-parse work-around
14 - Simplify the "fast-path" `RegExp`
15
162.1.1 / 2014-07-11
17==================
18
19 * deps: debug@1.0.3
20 - Add support for multiple wildcards in namespaces
21
222.1.0 / 2014-07-08
23==================
24
25 * add simple debug output
26 * deps: methods@1.1.0
27 - add `CONNECT`
28 * deps: parseurl@~1.1.3
29 - faster parsing of href-only URLs
30
312.0.2 / 2014-06-05
32==================
33
34 * use vary module for better `Vary` behavior
35
362.0.1 / 2014-06-02
37==================
38
39 * deps: methods@1.0.1
40
412.0.0 / 2014-06-01
42==================
43
44 * Default behavior only checks `X-HTTP-Method-Override` header
45 * New interface, less magic
46 - Can specify what header to look for override in, if wanted
47 - Can specify custom function to get method from request
48 * Only `POST` requests are examined by default
49 * Remove `req.body` support for more standard query param support
50 - Use custom `getter` function if `req.body` support is needed
51 * Set `Vary` header when using built-in header checking
52
531.0.2 / 2014-05-22
54==================
55
56 * Handle `req.body` key referencing array or object
57 * Handle multiple HTTP headers
58
591.0.1 / 2014-05-17
60==================
61
62 * deps: pin dependency versions
63
641.0.0 / 2014-03-03
65==================
66
67 * Genesis from `connect`