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
toes2020
by @yusukebe in #285 - minor typo fixes in readme by @nelsonjchen in #286
- chore(benchmark): polyfill
Request
andResponse
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
- @nelsonjchen made their first contribution in #286
Full Changelog: v1.4.2...v1.4.3