Skip to content

Releases: skovy/typed-scss-modules

v3.3.0

28 Oct 00:47
Compare
Choose a tag to compare

3.3.0 (2020-10-28)

Bug Fixes

  • remove an extra message from alert (b44ffd9)

Features

  • add ability to delete old .d.ts files for *.scss files (3b0d85e)

v3.2.2

15 Oct 05:08
Compare
Choose a tag to compare

3.2.2 (2020-10-15)

Bug Fixes

  • list-different: handle prettier formatting (a0ee202)

v3.2.1

10 Oct 20:54
Compare
Choose a tag to compare

3.2.1 (2020-10-10)

Bug Fixes

  • addresses CRLF vs LF issue on windows (49b8422)

v3.2.0

08 Oct 04:07
Compare
Choose a tag to compare

3.2.0 (2020-10-08)

Features

  • banner: add documentation to README (5249c70)
  • banner: example updated (4c95dac)
  • banner: testing support (c220667)
  • banner-required: ensuring build works (b07660f)

v3.1.0

14 Sep 14:29
Compare
Choose a tag to compare

3.1.0 (2020-09-14)

Features

  • use prettier to format files before save if available (dd70a28)

v3.0.0

25 Aug 13:40
Compare
Choose a tag to compare

3.0.0 (2020-08-25)

Bug Fixes

BREAKING CHANGES

  • docs: re-releasing as a major since previous changes were breaking

v2.1.0

25 Aug 13:28
Compare
Choose a tag to compare

NOTE: this was accidentally released as a minor bump instead of major. This version should be skipped in favor of v3.

2.1.0 (2020-08-25)

Features

v2.0.1

17 Jul 15:50
Compare
Choose a tag to compare

2.0.1 (2020-07-17)

Bug Fixes

  • docs: fix logLevel options alias (d58feb3)

v2.0.0

06 Jul 16:11
Compare
Choose a tag to compare

2.0.0 (2020-07-06)

Bug Fixes

  • export-default: export a type instead of an interface Fixes #71 (137a6eb)

BREAKING CHANGES

  • export-default: this can interfere with how others use their default exported classnames

v1.4.0

03 Jul 00:59
Compare
Choose a tag to compare

1.4.0 (2020-07-03)

Bug Fixes

  • cli: fix option alias conflict (7f8de03)
  • loglevel: fix code according to PR comments (cf8a34a)
  • prettier: readme formatting (f86ca3a)

Features

  • loglevel: implement logLevel option (3afa651)