Skip to content

Commit

Permalink
7.4.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jbielick committed Jan 20, 2018
1 parent a08cc3b commit b26ebf2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# History

## 7.4.0

- Fix router.url() for multiple nested routers [#407](https://github.com/alexmingoia/koa-router/pull/407)
- `layer.name` added to `ctx` at `ctx.routerName` during routing [#412](https://github.com/alexmingoia/koa-router/pull/412)
- Router.use() was erroneously settings `(.*)` as a prefix to all routers nested with .use that did not pass an explicit prefix string as the first argument. This resulted in routes being matched that should not have been, included the running of multiple route handlers in error. [#369](https://github.com/alexmingoia/koa-router/issues/369) and [#410](https://github.com/alexmingoia/koa-router/issues/410) include information on this issue.

## 7.3.0

- Router#url() now accepts query parameters to add to generated urls [#396](https://github.com/alexmingoia/koa-router/pull/396)
Expand Down

0 comments on commit b26ebf2

Please sign in to comment.