issues
search
koajs
/
router
Router middleware for Koa. Maintained by @forwardemail and @ladjs.
MIT License
871
stars
176
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[fix] Very odd behavior with `router.param()` handlers
#194
joekrill
opened
3 weeks ago
0
[fix] Please publish v12.0.2 to npm
#193
zhoudaxiaa
opened
1 month ago
2
[fix] koa-router and @koa/router are on different versions of path-to-regex
#192
bizob2828
opened
2 months ago
3
chore: upgrade eslint to v9.10.0
#191
iambumblehead
opened
2 months ago
0
Chore: Add pathIsRegexp option to docs, revert new trailing option as unneeded
#190
harryby1149
closed
2 months ago
1
Chore: Update path-to-regex to v8.1.0
#189
harryby1149
closed
2 months ago
5
chore: bump dep, path-to-regexp
#188
iambumblehead
closed
2 months ago
0
fix: bump path-to-regexp to 6.3.0
#187
mschfh
closed
2 months ago
2
[fix] `npm audit` reporting high severity vulnerability with `@koa/router` 13.0.0
#186
cduff
closed
2 months ago
15
[fix] Breaking change: path params behaviour changed on 13.0.0
#185
mgr-repo
closed
2 months ago
14
[fix] When I use multiple routing instances and the request method is incorrect(Define post but use get), the error message is "undefined is not an object (evaluating 'route.methods.length'"
#184
zhaoyuqiqi
closed
3 months ago
1
fix: allowedMethods() should not fail if more than one router is defined
#183
lbesson-della
closed
2 months ago
4
[fix] allowedMethods will fail if two routes are defined
#182
lbesson-della
closed
2 months ago
1
refactor: replace the debug module with native Node.js one and start support Node.js 18+
#181
3imed-jaberi
closed
3 months ago
1
Refactor to use native Node.js modules, support Node.js v20+ and modernize the code
#180
3imed-jaberi
closed
3 months ago
10
[fix] @koa/router does not handle decoding URL with '+' character properly
#179
stixsg
closed
3 months ago
1
fix: undefined property in unmatched host
#178
laverdet
closed
3 months ago
0
[fix] ctx.request.body 不能设置类型标注
#177
wuxu1230
closed
2 months ago
1
v11.0.2 is tagged as latest in npm, instead of v12.0.1
#176
jaydenseric
closed
3 months ago
2
[fix] router.use doesn't work with middleware.
#175
urobot2011
closed
1 year ago
0
docs: correct npm link reference in readme
#174
vikiboss
closed
7 months ago
0
fix: revert conversion of 'debug' package for 'node:util::debuglog'
#173
jeremy-daley-kr
closed
1 year ago
15
[fix] router.use method doesn't work with RegExp
#172
Gabrirf
opened
1 year ago
0
Route schema validation
#171
Pietrohl
closed
3 months ago
2
[feat] Add request validation guard with jsonSchema
#170
Pietrohl
closed
3 months ago
1
Router#verbs()
#169
vanodevium
closed
3 months ago
2
[fix] Match the right controller when multiple routes matches without calling next()
#168
kravorkid
closed
3 months ago
3
feat(#166) Add path-group style router creation
#167
sombriks
closed
1 year ago
1
[feat] add support for path-group style routing
#166
sombriks
closed
1 year ago
1
[feat] koa 相关库的介绍文档不够详细,如何使用
#165
dong-lufei
closed
2 months ago
2
Support multiple hosts for routing without use of RegExp
#164
EdanKriss
opened
1 year ago
0
Suggest installing types as dev dependencies
#163
ccouzens
closed
1 year ago
0
[fix] The directory in the API documentation does not work.
#162
itabbot
closed
2 years ago
1
[fix] The directory in the API documentation does not work.
#161
itabbot
closed
2 years ago
1
fix the two routes with the same path conflicts
#160
ivanoff
closed
1 year ago
2
[feat] ctx's key of _matchedRoute
#159
zhizhemodi
opened
2 years ago
0
A catch-all 404 handler for koa?
#158
slavafomin
opened
2 years ago
4
Global middleware for 404 overwrites allowed methods response output
#157
gunnx
opened
2 years ago
2
feat: allow set router host match
#156
yeliex
closed
2 years ago
2
Improve path checking before route registration
#155
peterver
closed
2 years ago
7
[147] Ensure path sanity checks provide clear errors during registrat…
#154
peterver
closed
2 years ago
7
Replace 'or (||)' cond with default params
#153
etroynov
closed
2 years ago
2
VERSION: update minimal version from 8 -> 12
#152
etroynov
closed
2 years ago
4
doc: improve for .prefix()
#151
etroynov
closed
2 years ago
4
Tests & Deps update
#150
etroynov
closed
2 years ago
5
Should fix #147
#149
SagnikPradhan
closed
2 years ago
3
check path before register
#148
wengeezhang
closed
2 years ago
5
better to check path before register
#147
wengeezhang
closed
2 years ago
2
doc: add comma for better understanding
#145
0xtoorich
closed
2 years ago
2
Fix problems caused by routerPath
#144
cooperhsiung
closed
2 years ago
2
Next