github honojs/hono v1.4.3

latest releases: v4.6.2, v4.6.1, v4.6.0...
2 years ago

Summary

This release includes performance things. Hono is really really fast! And bug fixes for JWT middleware.
Thanks a lot, @usualoma and @metrue !

What's Changed

  • perf(conmpose): remove bind by @yusukebe in #283
  • perf(util): cache regex result for URL path(s) by @yusukebe in #284
  • chore(tsconfig): update es2017 to es2020 by @yusukebe in #285
  • minor typo fixes in readme by @nelsonjchen in #286
  • chore(benchmark): polyfill Request and Response by @yusukebe in #287
  • perf: Various performance tuning by @usualoma in #292
  • perf(util): use indexOf instead of RegExp.match for extracting URL. by @usualoma in #293
  • fix(token): correct 'WWW-Authenticate' header in response by @metrue in #294
  • fix(test): upgrade the miniflare to consume the fix on node18 by @metrue in #295

New Contributors

Full Changelog: v1.4.2...v1.4.3

Don't miss a new hono release

NewReleases is sending notifications on new releases.