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

Releases: gcanti/tcomb-json-schema

v0.3.2

Choose a tag to compare

@gcanti gcanti released this 05 Oct 08:21
  • New Feature
    • registerFormat can now accept a tcomb type other than a predicate, closes #29 (@alvaromb)

v0.3.1

Choose a tag to compare

@gcanti gcanti released this 08 May 16:04

v0.3.0

Choose a tag to compare

@gcanti gcanti released this 07 Mar 11:48

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

Choose a tag to compare

@gcanti gcanti released this 17 Feb 15:45
  • New Feature
    • Added possibility to define patterns with regex flags (thanks @emiloberg)

v0.2.4

Choose a tag to compare

@gcanti gcanti released this 11 Feb 16:37
  • New Feature
    • Added possibility to define enums as objects to carry a value/label pair (thanks @emiloberg)

v0.2.3

Choose a tag to compare

@gcanti gcanti released this 20 Dec 15:47
  • Bug Fix
    • minItems and maxItems have no effect for arrays of objects, fix #18 (thanks @WeweTom)

v0.2.2

Choose a tag to compare

@gcanti gcanti released this 07 Dec 23:09
  • Bug Fix
    • IE8 error with 'null' type, fix #17

v0.2.1

Choose a tag to compare

@gcanti gcanti released this 17 Sep 12:31
  • New Feature
    • Registering a type or structure instead of just a format, fix #13 (thanks @damienleroux)

v0.2.0

Choose a tag to compare

@gcanti gcanti released this 14 Aug 13:02
  • Breaking Change
    • upgrade to tcomb v2.2

v0.1.4

Choose a tag to compare

@gcanti gcanti released this 20 Apr 18:32