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

Releases: gcanti/tcomb-json-schema

v0.3.2

05 Oct 08:21
Compare
Choose a tag to compare
  • New Feature
    • registerFormat can now accept a tcomb type other than a predicate, closes #29 (@alvaromb)

v0.3.1

08 May 16:04
Compare
Choose a tag to compare

v0.3.0

07 Mar 11:48
Compare
Choose a tag to compare

Warning. If you don't rely in your codebase on the property maybe(MyType)(undefined) === null this is not a breaking change for you.

  • Breaking Change
    • upgrade to tcomb v3.0.0

v0.2.5

17 Feb 15:45
Compare
Choose a tag to compare
  • New Feature
    • Added possibility to define patterns with regex flags (thanks @emiloberg)

v0.2.4

11 Feb 16:37
Compare
Choose a tag to compare
  • New Feature
    • Added possibility to define enums as objects to carry a value/label pair (thanks @emiloberg)

v0.2.3

20 Dec 15:47
Compare
Choose a tag to compare
  • Bug Fix
    • minItems and maxItems have no effect for arrays of objects, fix #18 (thanks @WeweTom)

v0.2.2

07 Dec 23:09
Compare
Choose a tag to compare
  • Bug Fix
    • IE8 error with 'null' type, fix #17

v0.2.1

17 Sep 12:31
Compare
Choose a tag to compare
  • New Feature
    • Registering a type or structure instead of just a format, fix #13 (thanks @damienleroux)

v0.2.0

14 Aug 13:02
Compare
Choose a tag to compare
  • Breaking Change
    • upgrade to tcomb v2.2

v0.1.4

20 Apr 18:32
Compare
Choose a tag to compare