Summary
This release includes a performance improvement and some bug fixes.
What's Changed
- Log a more detailed error stack. by @renhiyama in #719
- fix(type): make
SchemaToProp
work correctly by @yusukebe in #720 - fix(request):
c.req.param()
should returnundefined
not "undefined" by @yusukebe in #721 - perf(context):
c.text()
returns a response immediately if header is empty by @yusukebe in #722
New Contributors
- @renhiyama made their first contribution in #719
Full Changelog: v2.6.1...v2.6.2