Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

v0.4.1

Compare
Choose a tag to compare
@kevinbarabash kevinbarabash released this 07 Mar 17:44
· 12 commits to master since this release

Breaking Changes:

  • Use Record for object types with a single indexer (#244)

Fixes:

  • Attach comments to replacement nodes, track comments for more nodes (#233)
  • Remove all flow pragmas, convert flow suppressions (#241)

New Features:

  • Add support for callables, fixes #128 (#242)
  • Inline PropertyType utility type (#238)
  • Convert ElementConfig to JSX.LibraryManagedAttributes, fixes #155 (#240)
  • Handle variance sigils on class properties, fixes #149 (#243)
  • Handle private/global React types, fixes #195 (#245)
  • extract utility-types.js and convert FlowFixMe to any, fixes #200 (#247)

Other changes:

  • Split transform.js into multiple files (#246)