Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed May 26, 2019
1 parent 436d1ff commit 7b231b5
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 0.6.0

Breaking changes:

* Remove route ordering functionality
* Remove `.attachedTo` method

Bug fixes:

* Correct error messages

Refactor:

* Use `has-own-prop` module rather than util

Tests:

* `.handle` calls `router.handle` with request
* Rename tests [refactor]

## 0.5.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/core",
"version": "0.5.0",
"version": "0.6.0",
"description": "Overlook framework core",
"main": "index.js",
"author": {
Expand Down

0 comments on commit 7b231b5

Please sign in to comment.