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

Releases: gcanti/tcomb-validation

v3.4.1

16 Aug 06:09
Compare
Choose a tag to compare
  • Bug Fix
    • TypeScript: fix recursive type definition error (@RedRoserade)

v3.4.0

01 Aug 08:00
Compare
Choose a tag to compare

v3.3.0

11 Nov 16:18
Compare
Choose a tag to compare
  • New Feature
    • ValidationError: relax message type (from String to Any), fix #54 (@pigoz)

v3.2.2

01 Oct 11:37
Compare
Choose a tag to compare
  • Bug Fix
    • maybe value is not converted from undefined to null after validation, fix #44 (@gcanti)

v3.2.1

04 Jul 19:37
Compare
Choose a tag to compare
  • Bug Fix
    • No error returned by intersection of structs, fix #42 (thanks @chrisui)

v3.2.0

03 Jun 08:24
Compare
Choose a tag to compare
  • New Feature
    • add support for default props (tcomb v3.2)

v3.1.0

15 May 06:38
Compare
Choose a tag to compare
  • New Feature
    • support tcomb's interface combinator

v3.0.0

07 Mar 11:01
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

v2.3.0

14 Jan 13:30
Compare
Choose a tag to compare
  • New Feature
    • add strict option: no additional properties are allowed while validating structs, fix #12

v2.2.0

13 Sep 09:56
Compare
Choose a tag to compare
  • New Feature
    • replaced path argument with options, fix #27 (thanks @th0r)