Skip to content
This repository has been archived by the owner on Oct 10, 2018. It is now read-only.

Releases: buehler/typescript-hero

v0.6.0 (2016-09-09)

09 Sep 11:50
Compare
Choose a tag to compare
v0.6.0 (2016-09-09) Pre-release
Pre-release

Added

  • Command to add an import from a symbol under the current cursor (#22)

Changed

  • Complete indexing / parsing engine was rewritten
  • Adding an import does not automatically organize the imports afterwards (#22, #23)

Fixed

  • Exports were not recursively merged (#25)
  • Imports should be added with forwardslashes (#19)
  • Imports are vanishing when usings are PropertyAssignments (#27)
  • Imports are vanishing on organize imports (#30)

v0.5.4 (2016-08-22)

22 Aug 08:14
Compare
Choose a tag to compare
v0.5.4 (2016-08-22) Pre-release
Pre-release

Added

  • Option to insert spaces before and after the curly braces of an import statement

v0.5.0 - 2016-08-08

08 Aug 07:36
Compare
Choose a tag to compare
v0.5.0 - 2016-08-08 Pre-release
Pre-release

Added

  • Output channel for logging (configurable verbosity)
  • Commands from the resolver extension (to the cmd gui)

Fixed

  • Tests on travis-ci
  • Typos

v0.4.0 - 2016-08-05

05 Aug 16:42
Compare
Choose a tag to compare
v0.4.0 - 2016-08-05 Pre-release
Pre-release

Added

  • Organize imports
  • Add new imports
  • Debug restarter feature
  • Command palette (ctrl+alt+g)

Fixed

  • Various bugs in AST parsing