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

Changelog History
Page 1

  • v0.9.3 Changes

    August 30, 2016
    • ๐Ÿ†• New Feature
  • 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
  • v0.9.1 Changes

    June 12, 2016
    • ๐Ÿ†• New Feature
      • account for interfaces (tcomb 3.1.0)
  • 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
  • v0.8.13 Changes

    January 28, 2016
    • ๐Ÿ› Bug Fix
  • v0.8.12 Changes

    January 23, 2016
    • ๐Ÿ†• New Feature
      • Documentation tool: parse module, fix #24
      • Documentation tool: toMarkdown module, fix #25
  • v0.8.11 Changes

    January 09, 2016
    • ๐Ÿ†• 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 Changes

    December 17, 2015
    • ๐Ÿ†• New Feature
      • ReactChild and ReactChildren pre-defined types, fix #19 (thanks @jedmao)
  • v0.8.9 Changes

    September 14, 2015
    • Internal
      • upgrade to react v0.14.0-rc1
  • v0.8.8 Changes

    July 29, 2015
    • ๐Ÿ†• New Feature
      • additional argument options to propType() to allow a finer configuration