Skip to content

Releases: skovy/typed-scss-modules

v8.0.1

23 Mar 19:29
Compare
Choose a tag to compare

8.0.1 (2024-03-23)

Bug Fixes

  • resolve Prettier config based on generated file (c60f74e)

v8.0.0

26 Nov 00:37
Compare
Choose a tag to compare

8.0.0 (2023-11-26)

chore

BREAKING CHANGES

  • upgrade minimum node version to 16

v8.0.0-alpha.3

07 Aug 18:05
Compare
Choose a tag to compare
v8.0.0-alpha.3 Pre-release
Pre-release

8.0.0-alpha.3 (2023-08-07)

Chore

  • Add ESLint, configure, enable plugins/rules, and improve general consistentcy
  • Development dependency upgrades (Jest, TypeScript, Prettier)
  • Add test case for sass with @use (prove it works)
  • Convert from yarn to npm for managing this project
  • Replace promises with async/await

BREAKING CHANGES

  • Upgrade minimum supported Node version to v16
  • Replace css-modules-loader-core with PostCSS

v7.1.4 - Clear old types for empty source files

06 Aug 19:55
Compare
Choose a tag to compare

7.1.4 (2023-08-06)

Bug Fixes

  • Clear out old types for empty files (ce5d9a1)

v7.1.3 - updateStaleOnly compare file contents

05 Aug 17:46
Compare
Choose a tag to compare

7.1.3 (2023-08-05)

Bug Fixes

  • updateStaleOnly: Compare file contents (5d322d9) - After checking the modification time, the file contents are also now compared

v7.1.2

23 Jul 18:18
Compare
Choose a tag to compare

7.1.2 (2023-07-23)

Bug Fixes

  • list-different: respect ignore option (e76e33a)

v7.1.1

18 Jun 20:13
Compare
Choose a tag to compare

7.1.1 (2023-06-18)

Bug Fixes

  • export the named types as declared (973249f)

v7.1.0

14 Mar 14:50
Compare
Choose a tag to compare

7.1.0 (2023-03-14)

Features

  • node-sass: support 8.x as a peer dependency (6468736)

v7.0.2

10 Jan 22:59
Compare
Choose a tag to compare

7.0.2 (2023-01-10)

Bug Fixes

  • restore number camel-casing behavior changed in MR 161 (7da334a)

v7.0.1 - Handle single nameFormat string without wrapping in an array literal

30 Sep 01:37
Compare
Choose a tag to compare

7.0.1 (2022-09-30)

Bug Fixes

  • handle single nameFormat without array literal (46f82a9)