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

v0.13.0 (2017-06-01)

Pre-release
Pre-release
Compare
Choose a tag to compare
@buehler buehler released this 01 Jun 16:57
· 150 commits to master since this release

Big refactoring.

The whole refactoring is part of (#143)

Fixed

  • Imports from newly added tsx files aren't seen by resolver (#169)
  • Imports from modules with index file as the same name as containing folder no longer double up import path (i.e. Angular)
  • Files without exports are no longer added to the index

Added

  • Setting typescriptHero.resolver.disableImportsSorting that disables sorting of imports during organize.

Changed

  • Setting pathStringDelimiter is now called stringQuoteStyle. It just makes more sense.
  • Whole extension is now divided to an extension part and a language-server part. (YAY PERFORMANCE!)
  • Parsing is done in the server, the rest should stay in the extension part so that one can access the stuff directly.
  • Changed linting to airbnb linting