Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed May 27, 2019
1 parent b89899f commit fd6a481
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 0.3.0

Breaking changes:

* Root `[PATH_PART]` is ''
* `[MATCH]` consume start slash not trailing slash

Deps:

* Update `@overlook/router-match` dependency
* Update `@overlook/router-ordered` dependency

Dev:

* Update `@overlook/core` dev dependency

## 0.2.0

Breaking changes:
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": "@overlook/router-path",
"version": "0.2.0",
"version": "0.3.0",
"description": "Overlook framework path router",
"main": "index.js",
"author": {
Expand Down

0 comments on commit fd6a481

Please sign in to comment.