Skip to content

Commit

Permalink
Add changelog for 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bandesz committed Apr 16, 2021
1 parent fa5058b commit c191f63
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.15.0

BACKWARDS INCOMPATIBILITIES:

- Replace `Type() string` on parsley.Node with `Schema() interface{}` to support any user-defined schema
- Allow to set schema for nil parser

IMPROVEMENTS:

- Use Go 1.16
- Move tools dependency file to a subpackage

OTHER:
- Remove CodeCov integration

## 0.14.0

BACKWARDS INCOMPATIBILITIES:
Expand Down

0 comments on commit c191f63

Please sign in to comment.