Skip to content

Latest commit

 

History

History
52 lines (19 loc) · 1.86 KB

CHANGELOG.md

File metadata and controls

52 lines (19 loc) · 1.86 KB

0.6.2 (2020-12-13)

Bug Fixes

  • default: output default imports correctly (3a2a87b)

Features

  • directives: highlight files with triple-slash directives (5b664b3)
  • output: skip unchanged files (731a6e5)
  • stdout: improve logging output (ace21f4)

0.3.1 (2020-12-12)

Bug Fixes

  • aliases: handle import { name as alias } (548d276)

0.3.0 (2020-12-12)

Features

  • cli: accept multiple glob patterns to .ts files (aa05415)

0.2.0 (2020-12-12)

Features

  • cli: write progress to stdout (3566275)

0.1.0 (2020-12-12)

Features

  • cli: autofix typeScript types to be imported using import type (558e0d9)