All Versions
26
Latest Version
Avg Release Cycle
44 days
Latest Release
2473 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.9.3 Changes
August 30, 2016 -
v0.9.2 Changes
June 22, 2016- 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
- Experimental
-
v0.9.1 Changes
June 12, 2016- ๐ New Feature
- account for
interface
s (tcomb 3.1.0)
- account for
- ๐ New Feature
-
v0.9.0 Changes
March 07, 2016โ 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
- upgrade to
- ๐ฅ Breaking Change
-
v0.8.13 Changes
January 28, 2016- ๐ Bug Fix
t.ReactChildren
rejects a correctly renderablechildren
, fix #29 (thanks @FrancescoCioria)
- ๐ Bug Fix
-
v0.8.12 Changes
January 23, 2016 -
v0.8.11 Changes
January 09, 2016- ๐ New Feature
- attach the original predicate to
propTypes.__subtype__.predicate
so other components can read it
- attach the original predicate to
- Internal
- upgrade to latest
tcomb-validation
(2.2.0) - add tests for production env
- upgrade to latest
- ๐ New Feature
-
v0.8.10 Changes
December 17, 2015 -
v0.8.9 Changes
September 14, 2015- Internal
- upgrade to react v0.14.0-rc1
- Internal
-
v0.8.8 Changes
July 29, 2015- ๐ New Feature
- additional argument
options
topropType()
to allow a finer configuration
- additional argument
- ๐ New Feature