-
Notifications
You must be signed in to change notification settings - Fork 402
Comparing changes
Open a pull request
base repository: ZijianHe/koa-router
base: v7.1.1
head repository: ZijianHe/koa-router
compare: v7.2.1
- 11 commits
- 7 files changed
- 4 contributors
Commits on Mar 15, 2017
-
add
_matchedRouteName
to contextsometimes route paths can be very long & convoluted, exposing the route name provides a saner alternative analytics
Aditya committedMar 15, 2017 Configuration menu - View commit details
-
Copy full SHA for 2969bc0 - Browse repository at this point
Copy the full SHA 2969bc0View commit details
Commits on Apr 25, 2017
-
fix bug in Router#url without affecting other api
add related unit test(all passed)
Configuration menu - View commit details
-
Copy full SHA for ba54c72 - Browse repository at this point
Copy the full SHA ba54c72View commit details -
add router to ctx(in order to use related method such as url within k…
…oa app). add related unit test(all passed)
Configuration menu - View commit details
-
Copy full SHA for a5d6e3a - Browse repository at this point
Copy the full SHA a5d6e3aView commit details
Commits on May 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d18f023 - Browse repository at this point
Copy the full SHA d18f023View commit details
Commits on May 22, 2017
-
Merge pull request #337 from netroy/context-route-name
add `_matchedRouteName` to context
Configuration menu - View commit details
-
Copy full SHA for ef4f275 - Browse repository at this point
Copy the full SHA ef4f275View commit details -
Merge pull request #350 from HeavenDuke/master
Fix a bug in Router#url & append Router object to ctx.
Configuration menu - View commit details
-
Copy full SHA for 256fade - Browse repository at this point
Copy the full SHA 256fadeView commit details
Commits on May 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 18db00d - Browse repository at this point
Copy the full SHA 18db00dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 210c055 - Browse repository at this point
Copy the full SHA 210c055View commit details -
Configuration menu - View commit details
-
Copy full SHA for e91b8ca - Browse repository at this point
Copy the full SHA e91b8caView commit details
Commits on Jun 17, 2017
-
respond to CORS preflights with 200, 0 length body
https://stackoverflow.com/questions/14702962/can-an-http-options-request-return-a-204-or-should-it-always-return-200/31256072#31256072 Respective RFCs do indicate an OPTIONS with no body should include a content-length 0 header and that a 204 response must not include a message body and must not send a content-length header in a 204. closes #359
Configuration menu - View commit details
-
Copy full SHA for 11f6958 - Browse repository at this point
Copy the full SHA 11f6958View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22a2ccb - Browse repository at this point
Copy the full SHA 22a2ccbView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v7.1.1...v7.2.1