0
0
mirror of https://github.com/honojs/hono.git synced 2024-12-01 11:51:01 +01:00
hono/deno_dist/router
Taku Amano 6d5de04743
fix(reg-exp-router): bug of "star and all" routing (#707)
* fix(reg-exp-router): Comparisons between middleware must be checked in both orientations.

* refactor(reg-exp-router): Simplify the conditions.

* chore: denoify

* fix(reg-exp-router): Copy middleware if the method of new middleware is METHOD_NAME_ALL.

* chore: denoify
2022-12-08 20:11:08 +09:00
..
reg-exp-router fix(reg-exp-router): bug of "star and all" routing (#707) 2022-12-08 20:11:08 +09:00
smart-router Introduce StaticRouter and SmartRouter (#501) 2022-09-12 20:49:18 +09:00
static-router feat(app): introduce app.on(method, path, handler) (#653) 2022-11-08 03:17:34 +09:00
trie-router fix(trie-router): bug for routing orders with named param (#704) 2022-12-08 00:54:55 +09:00