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

Releases: gcanti/tcomb-react

v0.9.3

30 Aug 08:42
Compare
Choose a tag to compare
  • New Feature

v0.9.2

22 Jun 09:28
Compare
Choose a tag to compare
  • Experimental
    • add support for babel-plugin-tcomb, fix #32 (@gcanti)
    • the following exports and augmentations are deprecated:
      • t
      • t.ReactElement
      • t.ReactNode
      • t.ReactChild
      • t.ReactChildren

v0.9.1

12 Jun 07:27
Compare
Choose a tag to compare
  • New Feature
    • account for interfaces (tcomb ^3.1.0)

v0.9.0

07 Mar 12:16
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-doc v0.5.0
    • upgrade to tcomb-validation v3.0.0

v0.8.13

28 Jan 13:08
Compare
Choose a tag to compare
  • Bug Fix

v0.8.12

23 Jan 17:18
Compare
Choose a tag to compare
  • New Feature
    • Documentation tool: parse module, fix #24
    • Documentation tool: toMarkdown module, fix #25

v0.8.11

09 Jan 09:38
Compare
Choose a tag to compare
  • New Feature
    • attach the original predicate to propTypes.__subtype__.predicate so other components can read it
  • Internal
    • upgrade to latest tcomb-validation (2.2.0)
    • add tests for production env

v0.8.10

17 Dec 04:18
Compare
Choose a tag to compare
  • New Feature
    • ReactChild and ReactChildren pre-defined types, fix #19 (thanks @jedmao)

v0.8.9

14 Sep 07:47
Compare
Choose a tag to compare
  • Internal
    • upgrade to react v0.14.0-rc1

v0.8.8

29 Jul 11:09
Compare
Choose a tag to compare
  • New Feature
    • additional argument options to propType() to allow a finer configuration