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

v0.0.10

Choose a tag to compare

@gcanti gcanti released this 16 Aug 10:02
· 437 commits to master since this release
  • add Dat primitive type, fix #4
  • add Re primitive type, fix #3
  • reach 100% test coverage
  • jshint says: No problems
  • add options to configuring tcomb fix #5 :
  • decouple onFail implementation from assert(), fix #6
  • add Any type, fix #2
  • fix #1

BREAKING

  • removed assert.onFail, now override options.onFail
  • removed all update methods, now define options.update
  • rename print to format, implement like util.format in Node, fix #7