Skip to content

Commit

Permalink
Version 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoulb committed May 19, 2018
1 parent 696e64c commit d160ef8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,8 @@ Please see (CONTRIBUTING.md)

## Changelog

- 7.1.0
- Add object and array string modifiers (using `type[]`, `{type}` and `{ keyType: type }` syntax)
- 7.0.0
- Add `VALUES`, `KEYS`, and `CLASS` symbol constants
- Remove `_any` key and use `VALUES` to provide the same functionality
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "blork",
"description": "Blork! Mini runtime type checking in Javascript",
"version": "7.0.2",
"version": "7.1.0",
"license": "0BSD",
"author": "Dave Houlbrooke <dave@shax.com>",
"main": "lib/exports.js",
Expand Down

0 comments on commit d160ef8

Please sign in to comment.