Skip to content

v1.1.0

Choose a tag to compare

@lukeed lukeed released this 02 May 22:04
· 67 commits to main since this release

Minor Changes

  • Added .all(pattern, handler) method, matching all HTTP verbs: 554e156, e14c418, a69f2a7
    However, method-specific entries outrank entries via all() using the same pattern.

Patches

  • Delay this.routes[METHOD] and this.handlers[METHOD] creation until actually needed: 84c7fae
    Results in less memory consumption, which actually yields a performance gain!

  • Update benchmark suite & results: 9cc2953, 02022b5