Skip to content

Commit

Permalink
removed options.update
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Oct 30, 2014
1 parent 2157773 commit 8a52a24
Show file tree
Hide file tree
Showing 9 changed files with 377 additions and 345 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# v0.3.0

- add `Struct.extend(props, [name])`, fix #55
- added `Struct.extend(props, [name])`, fix #55
- added built-in immutable updates, fix #31

**BREAKING**

- change `dict(B)` combinator to `dict(A, B)` where A is the set of keys, fix #54
- removed `util.isKind`
- removed `util.isType`, use `Type.is` instead
- refactoring of `func`. Now is a proper type combinator. fix #42
- removed `options.update`

# v0.2.1

Expand Down
Loading

0 comments on commit 8a52a24

Please sign in to comment.