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.8.7

25 Jul 15:51
Compare
Choose a tag to compare
  • New Feature
    • Added support for childContextTypes and contextTypes (thanks @gavacho)

v0.8.6

20 Jul 13:16
Compare
Choose a tag to compare
  • New Feature
    • added pre-defined types (#14):
      • t.ReactElement
      • t.ReactNode
    • ReactElement and ReactNode at top level are deprecated

v0.8.5

09 Jul 09:33
Compare
Choose a tag to compare
  • New Feature
    • added pre-defined types (fix #14):
      • ReactElement
      • ReactNode

v0.8.4

08 Jul 07:29
Compare
Choose a tag to compare
  • Internal
    • upgrade to latest version of tcomb-validation (2.0.0)

v0.8.3

21 Jun 12:45
Compare
Choose a tag to compare
  • New Feature
    • re-export tcomb

v0.8.2

11 Jun 14:04
Compare
Choose a tag to compare
  • New Feature
    • propTypes can also accept an object fix #12 (thanks @tehnomaag)

v0.8.1

11 Jun 09:03
Compare
Choose a tag to compare
  • New Feature (thanks @deoxxa)
    • show all the errors from tcomb-validation in warnings
    • report all additional properties, not just the first
    • retain (limited) proptypes in production

v0.8.0

02 Jun 10:15
Compare
Choose a tag to compare
  • Breaking Change
    • upgrade to tcomb-validation v2.0

v0.5.0

26 May 21:32
Compare
Choose a tag to compare
  • New Feature
    • If you try to pass additional props it will fail

v0.4.0

24 May 10:21
Compare
Choose a tag to compare
  • New Feature
  • Breaking Change
    • Remove react and t namespace
    • Remove ReactElement and ReactNode type
    • Remove React dependency