Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
doodlewind committed Jan 8, 2018
1 parent 7fdf490 commit 49c8f64
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,20 @@ This document maintains a list of changes to the `bumpover` package with each ne
---


### `0.5.0` - January 8, 2018

###### NEW
- **Add `options.onUnmatch` handler.** This handler is called when a node is matched without rules and `ignoredUnknown` is false, which allows more control on unknown nodes.

- **Add `rule.childKey` props.** This allows custom child key for different types of nodes.

###### BREAKING
- **When struct validation fails, `StructError` is thrown instead of plain error.** This should not affect custom rules for now. Unifying errors thrown by superstruct allows for more accruate operations on specific errors.


---


### `0.4.0` - January 4, 2018

###### NEW
Expand Down

0 comments on commit 49c8f64

Please sign in to comment.