Skip to content

Releases: skovy/typed-scss-modules

v5.1.1

14 Feb 00:56
Compare
Choose a tag to compare

5.1.1 (2022-02-14)

Bug Fixes

  • Remove extra logging (87c9922). The previous release added logs for when a custom importer was added but it was noisy since it's added per file.

v5.1.0 - Add config file + custom importer support

14 Feb 00:46
Compare
Choose a tag to compare

5.1.0 (2022-02-14)

Features

v5.0.0

31 Jan 16:43
Compare
Choose a tag to compare

5.0.0 (2022-01-31)

Bug Fixes

BREAKING CHANGES

  • this package's bin (CLI) name was changed from 'tsm' to 'typed-scss-modules'.

v4.1.3

31 Jan 16:36
Compare
Choose a tag to compare

NOTE: skip this version in favor of 5.0.0. The bin was changed and is considered as a breaking change but was incorrectly published as a patch.

4.1.3 (2022-01-31)

Bug Fixes

v4.1.2

02 Jan 16:06
Compare
Choose a tag to compare

4.1.2 (2022-01-02)

Bug Fixes

  • list-different: raise error if no type file (2e4e84b)

v4.1.1

21 Mar 22:58
Compare
Choose a tag to compare

4.1.1 (2021-03-21)

Bug Fixes

  • banner: fix banner formatting (7c87d38)

v4.1.0

21 Feb 21:48
Compare
Choose a tag to compare

4.1.0 (2021-02-21)

Features

  • composition: fix unit tests (60ede35)
  • composition: path fetcher should return an object, not an array (b3a09db)
  • composition: support for composes: class from 'filename' (ea709a8)

v4.0.0

06 Feb 02:28
Compare
Choose a tag to compare

4.0.0 (2021-02-06)

Bug Fixes

  • formatting: add missing semicolon after type (aa7f0b9)

BREAKING CHANGES

  • formatting: when using exportType default, the output will now have a semicolon after the type

v3.4.1

10 Jan 18:05
Compare
Choose a tag to compare

3.4.1 (2021-01-10)

Bug Fixes

  • fix --updateStaleOnly issue where new files cause crash (795471c)

v3.4.0

20 Nov 00:38
Compare
Choose a tag to compare

3.4.0 (2020-11-20)

Features

  • add update option to prevent unnecessary file updates (f006f40)