Skip to content

Commit

Permalink
8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Apr 26, 2021
1 parent 5fd6f91 commit dd590f3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
8.0.0 / 2021-04-26
==================

- https://github.com/koajs/joi-router/compare/9fa16b6b1..0aa5c45de5
- major bump of @koa/router from 8 to 10 - https://github.com/koajs/router/pull/77/files
- impact: `router.get('*', ....)` becomes `router.get('(.*)') ....)`

7.0.0 / 2019-12-07
==================

- https://github.com/koajs/joi-router/compare/91f0a42e24c4..9fa16b6b1
- major bump @hapi/joi@15 -> joi@17
- impact: changes validation error messaging. example: https://github.com/koajs/joi-router/commit/fad66d8acbb51a5ddeb5b961b0d5d3cb9646bf65

6.0.1 / 2019-12-07
==================

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koa-joi-router",
"version": "7.0.0",
"version": "8.0.0",
"description": "Configurable, input validated routing for koa.",
"main": "joi-router.js",
"keywords": [
Expand Down

0 comments on commit dd590f3

Please sign in to comment.