Skip to content

1.1.2

Choose a tag to compare

@dougwilson dougwilson released this 07 Jul 03:26
· 341 commits to master since this release
  • 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: path-to-regexp@0.1.6
  • perf: enable strict mode
  • perf: remove argument reassignments in routing
  • perf: skip attempting to decode zero length string
  • perf: use plain for loops