Releases: gcanti/tcomb-react
Releases · gcanti/tcomb-react
v0.9.2
- 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
- New Feature
- account for
interface
s (tcomb ^3.1.0)
v0.9.0
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.12
- New Feature
- Documentation tool:
parse
module, fix #24
- Documentation tool:
toMarkdown
module, fix #25
v0.8.11
- 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
- New Feature
ReactChild
and ReactChildren
pre-defined types, fix #19 (thanks @jedmao)
v0.8.9
- Internal
- upgrade to react v0.14.0-rc1
v0.8.8
- New Feature
- additional argument
options
to propType()
to allow a finer configuration