Skip to content

Releases: skovy/typed-scss-modules

v6.1.0 - Add outputFolder config

17 Feb 03:38
Compare
Choose a tag to compare

6.1.0 (2022-02-17)

Features

v6.0.0 - Upgrade sass & node-sass peerDependency versions

15 Feb 03:42
Compare
Choose a tag to compare

6.0.0 (2022-02-15)

BREAKING CHANGES

BREAKING CHANGE: sass updated to 1.49.7 and node-sass updated to 4.12.0

This likely won't cause any breaking changes but since peer dependency versions were updated it was released as a breaking change.

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