All Versions
26
Latest Version
Avg Release Cycle
44 days
Latest Release
3127 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.8.7 Changes
- ๐ New Feature
- Added support for childContextTypes and contextTypes (thanks @gavacho)
- ๐ New Feature
-
v0.8.6 Changes
- ๐ New Feature
- added pre-defined types (#14):
t.ReactElement
t.ReactNode
ReactElement
andReactNode
at top level are deprecated
- added pre-defined types (#14):
- ๐ New Feature
-
v0.8.5 Changes
- ๐ New Feature
- added pre-defined types (#14):
ReactElement
ReactNode
- added pre-defined types (#14):
- ๐ New Feature
-
v0.8.4 Changes
- Internal
- upgrade to latest version of tcomb-validation (2.0.0)
- Internal
-
v0.8.3 Changes
- ๐ New Feature
- re-export tcomb
- ๐ New Feature
-
v0.8.2 Changes
- ๐ New Feature
propTypes
can also accept an object fix #12 (thanks @tehnomaag)
- ๐ New Feature
-
v0.8.1 Changes
- ๐ 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
- ๐ New Feature (thanks @deoxxa)
-
v0.8.0 Changes
- ๐ฅ Breaking Change
- upgrade to tcomb-validation v2.0
- ๐ฅ Breaking Change
-
v0.5.0 Changes
- ๐ New Feature
- If you try to pass additional props it will fail
- ๐ New Feature
-
v0.4.0 Changes
- ๐ New Feature
- Add @props ES7 decorator
- ๐ฅ Breaking Change
- Remove
react
andt
namespace - Remove
ReactElement
andReactNode
type - Remove
React
dependency
- Remove
- ๐ New Feature