Skip to content

Latest commit

 

History

History
66 lines (51 loc) · 1.83 KB

HISTORY.md

File metadata and controls

66 lines (51 loc) · 1.83 KB

1.1.3 / 2015-08-02

  • Fix infinite loop condition using mergeParams: true
  • Fix inner numeric indices incorrectly altering parent req.params
  • deps: [email protected]
    • perf: enable strict mode
  • deps: [email protected]
    • Fix regression with escaped round brackets and matching groups

1.1.2 / 2015-07-06

  • Fix hiding platform issues with decodeURIComponent
    • Only URIErrors are a 400
  • Fix using * before params in routes
  • Fix using capture groups before params in routes
  • deps: [email protected]
  • perf: enable strict mode
  • perf: remove argument reassignments in routing
  • perf: skip attempting to decode zero length string
  • perf: use plain for loops

1.1.1 / 2015-05-25

1.1.0 / 2015-04-22

  • Use setprototypeof instead of __proto__
  • deps: debug@~2.1.3

1.0.0 / 2015-01-13

  • Fix crash from error within OPTIONS response handler
  • deps: [email protected]
    • Remove redundant code path

1.0.0-beta.3 / 2015-01-11

  • Fix duplicate methods appearing in OPTIONS responses
  • Fix OPTIONS responses to include the HEAD method properly
  • Remove support for leading colon in router.param(name, fn)
  • Use array-flatten for flattening arrays
  • deps: debug@~2.1.1
  • deps: methods@~1.1.1

1.0.0-beta.2 / 2014-11-19

  • Match routes iteratively to prevent stack overflows

1.0.0-beta.1 / 2014-11-16

  • Initial release ported from Express 4.x
    • Altered to work without Express