0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-21 18:18:57 +01:00
hono/src
Taku Amano 4349735823
fix(middleware/combine): prevent c.req.routeIndex from being changed (#3663)
* test(middleware/combine): add test for every middleware

Co-authored-by: Paweł Dąbrowski <dabrowskip9@gmail.com>

* refactor(compose): Loosen `compose` parameter types

The current implementation of `compose` does not use some elements of the received middleware,
so they do not have to be passed on.

* fix(middleware/combine): prevent `c.req.routeIndex` from being changed

---------

Co-authored-by: Paweł Dąbrowski <dabrowskip9@gmail.com>
2024-11-13 17:31:06 +09:00
..
adapter docs(service-worker): fix module docs for service worker adapter (#3645) 2024-11-08 15:47:27 +09:00
client
helper fix(helper/websocket): allow custom events to be passed to generics (#3616) 2024-11-03 16:14:03 +09:00
jsx
middleware fix(middleware/combine): prevent c.req.routeIndex from being changed (#3663) 2024-11-13 17:31:06 +09:00
preset
router refactor(router): use # for private props to reduce the minified file size (#3660) 2024-11-13 04:38:10 +09:00
utils fix(utils/crypto): fix types of crypto utility (#3614) 2024-11-04 14:03:47 +09:00
validator
compose.test.ts
compose.ts fix(middleware/combine): prevent c.req.routeIndex from being changed (#3663) 2024-11-13 17:31:06 +09:00
context.test.ts
context.ts refactor: use # for private methods to reduce the minified file size (#3596) 2024-11-03 08:31:59 +09:00
hono-base.ts refactor(hono-base): remove unneeded processes and variables (#3649) 2024-11-09 16:02:21 +09:00
hono.test.ts
hono.ts
http-exception.test.ts
http-exception.ts
index.ts
request.test.ts
request.ts refactor: use # for private methods to reduce the minified file size (#3596) 2024-11-03 08:31:59 +09:00
router.ts
types.test.ts
types.ts