This repository has been archived by the owner on Sep 21, 2019. It is now read-only.
Releases: lyft/react-javascript-to-typescript-transform
Releases · lyft/react-javascript-to-typescript-transform
V1.4.0
V1.3.0
- Upgraded to use TypeScript 2.6
- Support more prop types such as
PropTypes.oneOfType
, ``PropTypes.shape` and more. #19 - Use Prettier to print prettier output #25
- Support multiple components in the same file #30
- Remove unnecessary import of
"prop-types"
package #19 - Uses Yarn and Prettier now
Big thanks to @vincentbel for their contributions to this release!