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

v.0.0.11

Choose a tag to compare

@gcanti gcanti released this 17 Aug 09:48
· 424 commits to master since this release
  • forbid the use of new for all types but structs, fix #8
  • make maybe combinator idempotent, fix #9
  • make maybe(T) really idempotent
  • make list(T) really idempotent, fix #11
  • make struct(T) really idempotent, fix #12
  • make tuple(Ts) really idempotent, fix #13
  • make union(Ts) really idempotent, fix #14
  • export fail(), fix #15
  • more tests on Dat primitive type, fix #18
  • create constants for string messages, fix #16
  • more tests on Re primitive type, fix #17
  • make func() idempotent, fix #19
  • relaxed Obj.is() to accept more object types
  • turn off jshint newcap
  • remove freeze() function

BREAKING

  • forbid the use of new for all types but structs, for which is optional, fix #7