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

v0.12.0 (2017-01-03)

Pre-release
Pre-release
Compare
Choose a tag to compare
@buehler buehler released this 03 Jan 11:02
· 163 commits to master since this release

Added

  • Added setting typescriptHero.resolver.insertSemicolons to make disabling of semicolon emit possible (defaults to true)

Changed

  • Default value of typescriptHero.resolver.ignorePatterns does not contain node_modules anymore
  • Upgraded to TS2.1.4 (#148)

Fixed

  • "Flame" - state (error) should be shown correctly when indexing
  • Duplicate declarations are filtered (overloads from declarations) (#105)
  • Only real workspace files are filtered by the exclude pattern (node_modules and typings are parsed) (#103)
  • Variables are sorted to the top to reduce auto import for console (#99)
  • Extension does not crash with prototype methods (thanks @gund) (#79)