rc@73: 2.0.2 / 2014-06-05 rc@73: ================== rc@73: rc@73: * use vary module for better `Vary` behavior rc@73: rc@73: 2.0.1 / 2014-06-02 rc@73: ================== rc@73: rc@73: * deps: methods@1.0.1 rc@73: rc@73: 2.0.0 / 2014-06-01 rc@73: ================== rc@73: rc@73: * Default behavior only checks `X-HTTP-Method-Override` header rc@73: * New interface, less magic rc@73: - Can specify what header to look for override in, if wanted rc@73: - Can specify custom function to get method from request rc@73: * Only `POST` requests are examined by default rc@73: * Remove `req.body` support for more standard query param support rc@73: - Use custom `getter` function if `req.body` support is needed rc@73: * Set `Vary` header when using built-in header checking rc@73: rc@73: 1.0.2 / 2014-05-22 rc@73: ================== rc@73: rc@73: * Handle `req.body` key referencing array or object rc@73: * Handle multiple HTTP headers rc@73: rc@73: 1.0.1 / 2014-05-17 rc@73: ================== rc@73: rc@73: * deps: pin dependency versions rc@73: rc@73: 1.0.0 / 2014-03-03 rc@73: ================== rc@73: rc@73: * Genesis from `connect`