0
0
mirror of https://github.com/honojs/hono.git synced 2024-12-01 10:51:01 +00:00
hono/src
Yusuke Wada d41c17ad0b
fix(req): avoid error when req.queries() receives unexpected values (#1862)
* wip

* fix(req): avoid error when `req.queries()` receives unexpected values

* denoify
2023-12-27 06:41:48 +09:00
..
adapter chore(utils): Move cf module (#1831) 2023-12-20 14:23:00 +09:00
client fix(client): add missing properties to ClientResponse (#1861) 2023-12-27 06:26:56 +09:00
helper feat(helper/html): Support Promise<string | HtmlEscapedString> in html tagged template literals (#1826) 2023-12-17 07:35:34 +09:00
jsx feat(jsx): mark ErrorBoundary as experimental (#1771) 2023-12-04 05:56:25 +09:00
middleware fix(context): set status correctly (#1814) 2023-12-13 16:21:53 +09:00
preset refactor: refactored hono-base (#1588) 2023-10-17 06:36:09 +09:00
router fix(trie-router): pass params to the next node (#1852) 2023-12-24 16:52:10 +09:00
test-utils feat: one params per a handler (optimized for RegExpRouter) (#1566) 2023-10-16 08:39:37 +09:00
utils fix(req): avoid error when req.queries() receives unexpected values (#1862) 2023-12-27 06:41:48 +09:00
validator feat: Ensure that calls to c.json() have a type equivalent to c.jsonT() (#1728) 2023-12-03 09:03:14 +09:00
compose.test.ts feat(request): Introduce matchedRoutes and routePath for HonoRequest (#1744) 2023-12-03 18:55:38 +09:00
compose.ts feat(request): Introduce matchedRoutes and routePath for HonoRequest (#1744) 2023-12-03 18:55:38 +09:00
context.test.ts fix(context): set headers values correctly (#1808) 2023-12-12 13:04:53 +09:00
context.ts fix(context): set status correctly (#1814) 2023-12-13 16:21:53 +09:00
helper.ts feat(helper/dev): Introduce inspectRoutes() and showRoutes() (#1716) 2023-11-29 19:22:09 +09:00
hono-base.ts fix(hono-base): make onError and notFound as class field (#1839) 2023-12-21 22:37:56 +09:00
hono.test.ts fix(base): name private _basePath instead of #basePath (#1785) 2023-12-06 22:23:50 +09:00
hono.ts refactor: refactored hono-base (#1588) 2023-10-17 06:36:09 +09:00
http-exception.test.ts feat(utils): remove HTTP status messages from http-status.ts (#1037) 2023-04-28 12:10:20 +09:00
http-exception.ts fix(HttpException): error message should not be the HTTP reason phrase (#1161) 2023-06-07 21:17:52 +09:00
index.ts feat(context): introduce c.render() (#1397) 2023-09-05 16:01:58 +09:00
middleware.ts feat(jsx): Introduce Context API and jsx-renderer middleware (#1496) 2023-10-05 16:57:33 +09:00
mod.ts feat(context): introduce c.render() (#1397) 2023-09-05 16:01:58 +09:00
request.test.ts feat(request): Introduce matchedRoutes and routePath for HonoRequest (#1744) 2023-12-03 18:55:38 +09:00
request.ts refactor: use # for private properties (#1762) 2023-12-04 17:29:24 +09:00
router.ts refactor(router): remove duplication MESSAGE_MATCHER_IS_ALREADY_BUILT (#1763) 2023-12-02 06:10:37 +09:00
types.test.ts fix(client): c.json() supports undefined/null response (#1794) 2023-12-09 16:14:55 +09:00
types.ts fix(factory): infer a merged path correctly (#1821) 2023-12-14 21:28:15 +09:00