Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swissmanu committed Nov 5, 2021
1 parent 2eb063e commit 24dbff7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Changelog

## 2.1.0

- Add `aNull` parser, allowing to parse `null`
- Add `or` parser, allowing to combine multiple parsers and build union types
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spicery",
"version": "2.0.2",
"version": "2.1.0",
"description": "Runtime type safety for JSON/untyped data.",
"author": "Manuel Alabor <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 24dbff7

Please sign in to comment.