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

v1.5.0

Compare
Choose a tag to compare
@buehler buehler released this 19 Sep 18:52
· 77 commits to master since this release

1.5.0 (2017-09-19)

Bug Fixes

  • disable organize command when not in a code file (#295) (3300d20), closes #293
  • organize-imports: don't add an empty newline (#297) (7c1480e)
  • parser: Fixating the typescript version to 2.4.2 (#299) (59681df), closes #292

Features

  • add-import: add setting to disable prompting for aliases and default names (#298) (e177465), closes #161
  • imports: Add organize on save via workspace hook (#291) (46ebeb9), closes #150
  • imports: Respect file header comments or jsdocs (#296) (fdfffb8), closes #290