0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-29 09:43:20 +01:00
hono/deno_dist/middleware
Bruce Harrison 03b6903b96 feat(jsx-renderer): Nested Layouts via Renderer (#1945)
* setup basic test

* naive implementaton kinda working

* pass props to parent layout

* most tests passing

* tests passing

* remove files

* reset files

* reset files

* leave note

* introduce `<Layout>`

* denoify

* fixed type error

---------

Co-authored-by: Yusuke Wada <yusuke@kamawada.com>
2024-01-14 16:55:14 +09:00
..
basic-auth feat!: remove deprecated features (#1934) 2024-01-10 09:33:44 +09:00
bearer-auth feat(helper/dev): Introduce inspectRoutes() and showRoutes() (#1716) 2023-11-29 19:22:09 +09:00
cache fix(cache): Allow composing cache control directives (#1922) 2024-01-11 11:36:52 +09:00
compress feat!: remove deprecated features (#1934) 2024-01-10 09:33:44 +09:00
cors feat(helper/dev): Introduce inspectRoutes() and showRoutes() (#1716) 2023-11-29 19:22:09 +09:00
csrf feat(middleware/csrf): Introduce CSRF middleware (#1823) 2023-12-27 06:58:20 +09:00
etag feat(helper/dev): Introduce inspectRoutes() and showRoutes() (#1716) 2023-11-29 19:22:09 +09:00
jsx-renderer feat(jsx-renderer): Nested Layouts via Renderer (#1945) 2024-01-14 16:55:14 +09:00
jwt feat!: remove deprecated features (#1934) 2024-01-10 09:33:44 +09:00
logger feat(helper/dev): Introduce inspectRoutes() and showRoutes() (#1716) 2023-11-29 19:22:09 +09:00
powered-by feat(helper/dev): Introduce inspectRoutes() and showRoutes() (#1716) 2023-11-29 19:22:09 +09:00
pretty-json feat(helper/dev): Introduce inspectRoutes() and showRoutes() (#1716) 2023-11-29 19:22:09 +09:00
secure-headers feat(helper/dev): Introduce inspectRoutes() and showRoutes() (#1716) 2023-11-29 19:22:09 +09:00
timing feat(helper/dev): Introduce inspectRoutes() and showRoutes() (#1716) 2023-11-29 19:22:09 +09:00