Skip to content

Commit

Permalink
Version 7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoulb committed May 22, 2018
1 parent e2df334 commit 75c8e09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -743,6 +743,9 @@ Please see (CONTRIBUTING.md)

## Changelog

- 7.4.0
- Make properties created with `props()` enumerable
- Return the original object from `props()` (for chaining)
- 7.2.0
- Add grouping for string types via parentheses, e.g. `(str | num)`
- Add `empty` type to detect emptiness in strings, arrays, Map, Set, and objects
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.3.0",
"version": "7.4.0",
"license": "0BSD",
"author": "Dave Houlbrooke <dave@shax.com>",
"main": "lib/exports.js",
Expand Down

0 comments on commit 75c8e09

Please sign in to comment.