annotate node_modules/method-override/History.md @ 101:52e44ee1c791 tip master

enabled all scores in autostart script
author Rob Canning <rc@kiben.net>
date Tue, 21 Apr 2015 16:20:57 +0100
parents 0c3a2942ddee
children
rev   line source
rc@73 1 2.0.2 / 2014-06-05
rc@73 2 ==================
rc@73 3
rc@73 4 * use vary module for better `Vary` behavior
rc@73 5
rc@73 6 2.0.1 / 2014-06-02
rc@73 7 ==================
rc@73 8
rc@73 9 * deps: methods@1.0.1
rc@73 10
rc@73 11 2.0.0 / 2014-06-01
rc@73 12 ==================
rc@73 13
rc@73 14 * Default behavior only checks `X-HTTP-Method-Override` header
rc@73 15 * New interface, less magic
rc@73 16 - Can specify what header to look for override in, if wanted
rc@73 17 - Can specify custom function to get method from request
rc@73 18 * Only `POST` requests are examined by default
rc@73 19 * Remove `req.body` support for more standard query param support
rc@73 20 - Use custom `getter` function if `req.body` support is needed
rc@73 21 * Set `Vary` header when using built-in header checking
rc@73 22
rc@73 23 1.0.2 / 2014-05-22
rc@73 24 ==================
rc@73 25
rc@73 26 * Handle `req.body` key referencing array or object
rc@73 27 * Handle multiple HTTP headers
rc@73 28
rc@73 29 1.0.1 / 2014-05-17
rc@73 30 ==================
rc@73 31
rc@73 32 * deps: pin dependency versions
rc@73 33
rc@73 34 1.0.0 / 2014-03-03
rc@73 35 ==================
rc@73 36
rc@73 37 * Genesis from `connect`