Skip to content

Latest commit

 

History

History
47 lines (24 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

47 lines (24 loc) · 1.05 KB

0.5.3

  • Add support for Astro files. #98 for detail.

0.5.1

  • Active the extension for typescript files. #85 for detail.

0.4.2

  • Fix spread operator incorrect definition. #69 for detail.

0.4.1

  • Fix unable to resolve alias path on Windows. #53 for detail.

0.4.0

  • Experimental stylus support.

0.3.2

  • Support bracket notation completion.

0.3.1

  • Optimize regular expression matches.

0.3.0

  • Support path alias. Big thanks to @iChenLei.

0.2.3

  • Add support for javascript file.

0.2.2

  • Improvement to go to definition for camelCase.

0.2.1

  • Improvement to autocomplete for camelCase. Thanks @kumarharsh. More detail at #3.

0.2.0

  • Support ES6 style import.