0
0
mirror of https://github.com/honojs/hono.git synced 2024-12-01 11:51:01 +01:00
hono/deno_dist/helper
Taku Amano 1567438549
feat(helper/html): Support Promise<string | HtmlEscapedString> in html tagged template literals (#1826)
* feat(helper/html): Support Promise<string | HtmlEscapedString> in html tagged template literals

* chore: denoify

* test: fix lint error
2023-12-17 07:35:34 +09:00
..
adapter Merge pull request #1690 from honojs/next 2023-11-13 14:25:42 +09:00
cookie fix(helper/cookie): make default Path=/ for setCookie()/setSignedCookie() (#1742) 2023-11-28 17:52:34 +09:00
dev fix(types): Added E env type argument to showRoutes & inspectRoutes hono parameter (#1778) 2023-12-05 18:47:45 +09:00
factory fix(factory): Filter undefined in createHandlers (#1772) 2023-12-04 09:47:45 +09:00
html feat(helper/html): Support Promise<string | HtmlEscapedString> in html tagged template literals (#1826) 2023-12-17 07:35:34 +09:00
streaming fix(helper): Stream SSE Helper Non-Closure (#1650) 2023-11-08 20:54:02 +09:00
testing feat: add Hono test client (RPC) (#1451) 2023-09-17 09:04:07 +09:00