Skip to content

v0.2.0

Compare
Choose a tag to compare
@adam-fowler adam-fowler released this 08 Feb 16:29
· 611 commits to main since this release
df29023
  • Ensure router paths without wildcards have priority over paths with wildcards in TrieRouter.
  • Added HBCORSMiddleware
  • Added HBLogRequestMiddleware
  • Added HBMetricsMiddleware
  • Resurrect HBEnvironment
  • Added request uri and method to Logger metadata
  • HBResponse.init() now has default arguments for headers and body.
  • Make HBResponse.setCookie public