Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Latest commit

 

History

History
32 lines (18 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

32 lines (18 loc) · 1.15 KB

pretty-proptypes

0.5.0

  • Update to support 0.15.0 of extract-react-types
  • breaking The structure of the Program kind from extract-react-types has changed. 0.5.0 consumes and responds to that change, and will only work with later versions of extract-react-types.

v0.4.2

  • Use to mean the prop type can be selected separately to the prop name

Thanks Maciej Adamczak for

v0.4.1

Thanks Michael Blaszczyk for these contributions!

  • Support spreading generic types that cannot be reduced down to objects
  • Move reduceToObj to kind2string and then update kind2string dependency

v0.4.0

  • pull in newer version of kind2string, adding support for 'export' and 'exportSpecifier' kinds.

v0.3.0

  • Add arrayType converter
  • Remove whitespace created by converting a type that wasn't there

v0.2.3

  • fix bug where object converter would assume all spreads had members when they were resolved from generic. Some spreads will resolve to an import. Used simple solution of allowing spreads that did not resolve to have members gets caught with a second call to prettyConvert.