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

v1.0.0 (2017-06-15)

Compare
Choose a tag to compare
@buehler buehler released this 15 Jun 13:59
· 139 commits to master since this release

After this while, I finally found the features I mostly need. I'm going to continue this work, but I wanted to go v1.0 first :-) I'm not going to completely rewrite the extension, so it's kinda safe to go v1.

🎉

Added

  • Import grouping, imports are now grouped and sorted (read the docs in README) (#102)
  • Option to add a trailing comma to a multiline import (at the last import) (#100)

Changed

  • Multiline import statement threshold to a new default value 125, since github thinks this is a good value source-code-line-length

Removed

  • newImportLocation setting, since the imports are grouped and sorted, the new import location is obsolete (#102)

Fixed

  • Default imports are removed regardless if they are used or not (#149)
  • Support for generic interfaces and abstract classes for the implement elements feature of the light bulb (#158)
  • Deprecation warnings during testing of the extension (sinon).