0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-22 11:17:33 +01:00
Commit Graph

5 Commits

Author SHA1 Message Date
Yusuke Wada
18f954c121
fix: do not include test files in npm packages (#241) 2022-05-17 08:15:12 +09:00
Yusuke Wada
6ddba47cb5
chore: absolute import to relative import (#228) 2022-05-14 12:55:01 +09:00
Taku Amano
4dfd18026d
feat: multiple matching routes for RegExpRouter (#220)
* feat: multi match router for RegExpRouter.

* Separate routers into primary and secondary.

* Add RegExpRouter to the build target, again.

Because RegExpRouter has caught up with develop.

* Match a fixed string.

* refactor: Rename member name from "paramAlias" to "paramAliasMap"
2022-05-12 15:09:33 +09:00
Minghe
ccffb6fbbc
test(compose): a move comprehensive test cases (#198) 2022-05-05 20:04:23 +09:00
Yusuke Wada
ac713c0659
refactor: refine directory structure (#156)
* refactor: refine importing mechanism

* refactor: move `CODE_OF_CONDUCT.md`
2022-04-20 14:06:04 +09:00