Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Apr 26, 2020
1 parent 3299296 commit a8c53df
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 2 deletions.
53 changes: 53 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,58 @@
# Changelog

## 0.5.0

Breaking changes:

* Rename module `@overlook/plugin-path`
* Convert to plugin
* Drop support for Node v8

Bug fixes:

* Update debug instrumentation for latest `@overlook/core`

Refactor:

* Fix lint error
* Fully specify require file paths

No code:

* File header comments

Dependencies:

* Update `@overlook/router-match` dependency
* Update `@overlook/router-ordered` dependency
* Switch `core-util-is` for `is-it-type`

Tests:

* Remove `jest-each` dependency [refactor]
* Simplify unhandled rejection handling
* Import from package name [refactor]
* Run tests in dev mode

Dev:

* Update dev dependencies
* Bump insecure dependencies
* Run tests on CI on Node v13 + v14
* Replace `.npmignore` with `files` list in `package.json`
* `.editorconfig` config
* Simplify Jest config
* ESLint lint dot files
* ESLint igmore `coverage` dir
* Remove unnecessary line from `.gitignore`
* Remove `sudo` from Travis config

Docs:

* Add link to Overlook site in README
* Versioning policy
* Update license year

## 0.4.1

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

0 comments on commit a8c53df

Please sign in to comment.