Typescript Hero Versions Save

VSCode extension that assists you with your everyday work around typescript

v2.3.2

6 years ago

2.3.2 (2018-04-04)

Bug Fixes

  • parser: Update parser to kill read length of undefined (#403) (0b6dc89)

v2.3.1

6 years ago

2.3.1 (2018-03-06)

Bug Fixes

  • parser: Dont parse unlimited (fec7792)

v2.3.0

6 years ago

2.3.0 (2018-03-06)

Bug Fixes

  • code-outline: Show icons for parsed code outline (5ed26b3)
  • organize-imports: Don't remove exported elements and react called functions (#413) (9348b40), closes #380 #364
  • organize-imports: Don't reorder shebang and block comment (#415) (a83c410), closes #409 #412

Features

  • code-completion: Add the code completion back with testing (#416) (3651cbc), closes #388

v2.2.0

6 years ago

2.2.0 (2018-02-08)

Bug Fixes

  • logging: output panel does not pop up when tsh starts (#401) (bc12216), closes #390
  • settings: use the correct name for imports.grouping (1e6b60e)

Features

  • import management: Merge imports from the same package (#392) (abc45f1)

v2.1.1

6 years ago

2.1.1 (2018-01-26)

Bug Fixes

  • extension: Adding fs-extra package to make the extension load (3b23463)
  • logger: Actually show the output channel for logging (246bd1c)

v2.1.0

6 years ago

2.1.0 (2018-01-26)

Features

  • import-management: Add imports and imports under cursor (#383) (7b1ce0e)

v2.0.0

6 years ago

2.0.0 (2018-01-18)

Performance Improvements

  • Refactoring extension (total overhaul) (#374) (bf34fcb)

BREAKING CHANGES

  • This pull request does improve the performance but does also remove some of the features. To address all those memory problems, the parser needs some love. To get the extension working for now, auto importing and parsing of workspace files is removed from the extension. Right now, only code outline view and organize imports is available. In a later stage, other features can come back.

v1.8.0

6 years ago

1.8.0 (2017-12-11)

Bug Fixes

  • Correctly ignore glob patterns from file search (#339) (d07b5c1)
  • spelling error (#338) (5f371e1)
  • organizeImports: Correctly parse script type (#360) (5050d0c)
  • package: update typescript to version 2.6.1 (1dc4b90)

Features

  • Allow regex groups after keyword groups (#335) (a04ce1e)
  • Option to allow first-specifier/alias import ordering (#336) (ddf4418), closes #316

Performance Improvements

v1.7.0

6 years ago

1.7.0 (2017-10-31)

Bug Fixes

Features

v1.6.0

6 years ago

1.6.0 (2017-10-17)

Features

  • document-outline: show getters and setters in outline (#314) (4748204), closes #257
  • organize: add configuration to disable removal of unsed imports (#315) (17ae191)
  • organizeOnSave: Set default option value to false (924a4c8)
  • parser: Upgrade typescript parser and update default import generation (#313) (14d1af3), closes #227 #305