All Versions
26
Latest Version
Avg Release Cycle
44 days
Latest Release
2796 days ago

Changelog History
Page 2

  • v0.8.7 Changes

    • ๐Ÿ†• New Feature
      • Added support for childContextTypes and contextTypes (thanks @gavacho)
  • v0.8.6 Changes

    • ๐Ÿ†• New Feature
      • added pre-defined types (#14):
        • t.ReactElement
        • t.ReactNode
      • ReactElement and ReactNode at top level are deprecated
  • v0.8.5 Changes

    • ๐Ÿ†• New Feature
      • added pre-defined types (#14):
        • ReactElement
        • ReactNode
  • v0.8.4 Changes

    • Internal
      • upgrade to latest version of tcomb-validation (2.0.0)
  • v0.8.3 Changes

    • ๐Ÿ†• New Feature
      • re-export tcomb
  • v0.8.2 Changes

    • ๐Ÿ†• New Feature
      • propTypes can also accept an object fix #12 (thanks @tehnomaag)
  • 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
  • v0.8.0 Changes

    • ๐Ÿ’ฅ Breaking Change
      • upgrade to tcomb-validation v2.0
  • v0.5.0 Changes

    • ๐Ÿ†• New Feature
      • If you try to pass additional props it will fail
  • v0.4.0 Changes

    • ๐Ÿ†• New Feature
      • Add @props ES7 decorator
    • ๐Ÿ’ฅ Breaking Change
      • Remove react and t namespace
      • Remove ReactElement and ReactNode type
      • Remove React dependency