This repository has been archived by the owner on Oct 10, 2018. It is now read-only.
Releases: buehler/typescript-hero
Releases · buehler/typescript-hero
v2.3.2
v2.3.1
v2.3.0
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
v2.2.0
v2.1.1
v2.1.0
v2.0.0
2.0.0 (2018-01-18)
Performance Improvements
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
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
1.7.0 (2017-10-31)
Bug Fixes
- not removing default exports and indexer properties when used (#328) (dfe8b2a)
- use correct level for file handler (499b27f)
- typescript parsings (#327 (#327)) (191f6e8 (https://github.com/buehler/typescript-hero/commits/191f6e8)), closes #311 (https://github.com/buehler/typescript-hero/issues/311)
Features
v1.6.0
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