Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 682 Bytes

CHANGELOG.md

File metadata and controls

30 lines (18 loc) · 682 Bytes

Change Log

All notable changes to the "typed-css-modules-plugin" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

[1.0.0] - 2021-10-17

  • Minimal vscode version: 1.40.0 (nodejs 12.x).
  • Change activationEvents to detect css languages.
  • Added setting to enable/disable formatting generated files using eslint.

[0.3.1]

  • Fixed yarn global modules path.

[0.3.0]

  • Now used sass module instead node-sass
  • Add support .sass styles

[0.2.4]

  • Fix extension not working
  • Add support for Stylus (.styl)
  • Catch eslint check

[0.2.3]

  • Initial release