Skip to content
This repository has been archived by the owner on Jun 4, 2019. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 786 Bytes

CHANGELOG.md

File metadata and controls

24 lines (17 loc) · 786 Bytes

Change Log

[1.4.1]

  • Fix previous change by adding contribution points to package.json

[1.4.0]

  • Added the ability to sort ES6-style imports in JavaScript [rickyp-uber]

[1.3.0]

  • Added configuration option to omit the semicolon at the end of the import clause.

[1.2.1]

  • Fix bug with package paths that contained an @ symbol
  • Fix bug that would add a newline to the beginning of any file without import statements

[1.2.0]

  • Added the ability to configure how sorting by import path is done.
  • Fixed a bug where the extension would process non-Typescript files when saving

[1.1.0]

  • Added the option to sort imports whenever you save, controlled by the typescript.extension.sortImports.sortOnSave setting (false by default).

[1.0.0]

  • Initial release