Skip to content

Releases: Eckhardt-D/hyperbun

v0.4.4

11 Jul 12:22
Compare
Choose a tag to compare

Changelog

  • Fixes issue where the same path could not be used for different request methods.

v0.4.2

11 Jul 11:48
Compare
Choose a tag to compare

Changelog

  • Makes request body reusable

v0.4.1

11 Jul 09:49
Compare
Choose a tag to compare

Changelog

  • Fixes an issue where middlewares may hang if the request body is consumed asynchronously.
  • Adds support for adding an externally exported router made with createRouter.
  • Adds dynamic route matching
  • Access route params and query vars from the context