Skip to content
This repository was archived by the owner on Feb 16, 2021. It is now read-only.

v0.3.0

Choose a tag to compare

@gcanti gcanti released this 31 Oct 15:45
· 342 commits to master since this release
  • 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