Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Apr 27, 2020
1 parent d9a2077 commit c618dd1
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
35 changes: 35 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# Changelog

## 0.6.0

Breaking changes:

* Consume path from `req.url`
* Rename `PATH_UNCONSUMED` symbol to `PATH`

Features:

* `[GET_PATH_PART]` method
* Named wildcards

Bug fixes:

* Always create `req[PARAMS]`
* Determine `[PATH_PART]` before ordering

Dependencies:

* Update dependencies

Tests:

* With `@overlook/plugin-serve-http`
* Remove dependency on `@overlook/core`
* Rename vars [refactor]

Dev:

* Update dev dependencies

Docs:

* README

## 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/plugin-path",
"version": "0.5.0",
"version": "0.6.0",
"description": "Overlook framework path plugin",
"main": "index.js",
"files": [
Expand Down

0 comments on commit c618dd1

Please sign in to comment.