Skip to content

Latest commit

 

History

History
114 lines (67 loc) · 3.98 KB

CHANGELOG.md

File metadata and controls

114 lines (67 loc) · 3.98 KB

pretty-proptypes

0.8.1

Patch Changes

  • 68bcec6 #152 Thanks @danieldelcore! - Added a safe bail-out for when extract-react-types encounters an unsupported keyword or syntax. In that case, the type will be output as a raw string and summary type will be raw.

0.8.0

Minor Changes

0.7.3

Patch Changes

0.7.2

0.7.1

Patch Changes

0.7.0

Minor Changes

0.6.3

Patch Changes

0.6.2

0.6.1

Patch Changes

  • [patch]e6cc1f5: Remove dangerous debug code that broke everything

0.6.0

Minor Changes

  • [minor]533d172: Add support for opaque types

0.5.6

0.5.5

0.5.4

Patch Changes

  • [patch]287e4b4:

    • Updated build to use preconstruct (this shouldn't affect usage, but calling this out just in case)
  • [patch]4b3b4a4:

    • Add logicalExpression converter
  • Updated dependencies e682bbb:

0.5.3

  • [patch]e401ba8:
    • Add converter for typeCastExpression

0.5.2

0.5.1

Thanks Michael Blaszczyk for these contributions!

  • Add converters for typeParam and typeParamsDeclaration
  • Add reduceToObj function - previously this lived in pretty-proptypes

0.5.0

  • Add new converters for export and exportSpecifier types
  • Modernize dependent version of extract-react-types