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

v0.7.0 (2016-09-15)

Pre-release
Pre-release
Compare
Choose a tag to compare
@buehler buehler released this 15 Sep 12:36
· 222 commits to master since this release

Added

  • More tests! :-) (#8)
  • CodeCompletionProvider that autocompletes your symbols and adds the imports if necessary (#5)
  • Support for *.tsx files (#42)

Changed

  • Import under cursor does only import if it's an exact match (PR #35)
  • Own imports (workspace) are sorted to the top (#37)
  • Updated inversify to v2

Fixed

  • On Windows, forwardslashes will be used instead of backslashes (#19) (definitly this time)
  • export xxx as yyy does now correctly use the alias of the declaration (#36)
  • Build directories are ignored by default (for indexing) (#48)
  • Substructures import parent index.ts files correctly now (#49)