We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4633eff commit afb542bCopy full SHA for afb542b
history.md
@@ -1,8 +1,17 @@
1
# History
2
3
+## 7.2.1
4
+
5
+- Respond to CORS preflights with 200, 0 length body [#359](https://github.com/alexmingoia/koa-router/issues/359)
6
7
+## 7.2.0
8
9
+- Fix a bug in Router#url and append Router object to ctx. [#350](https://github.com/alexmingoia/koa-router/pull/350)
10
+- Adds `_matchedRouteName` to context [#337](https://github.com/alexmingoia/koa-router/pull/337)
11
12
## 7.1.1
13
-- Fix bug where param handlers were run out of order (#282)
14
+- Fix bug where param handlers were run out of order [#282](https://github.com/alexmingoia/koa-router/pull/282)
15
16
## 7.1.0
17
0 commit comments