Skip to content

Releases: XhmikosR/find-unused-sass-variables

v4.0.1

01 Feb 11:10
Compare
Choose a tag to compare
  • cli.js: add missing quotes in message

v4.0.0

01 Feb 10:24
Compare
Choose a tag to compare
  • The package is ESM only
  • Dropped support for Node.js 10; ^12.20.0 || ^14.14.0 || >=16.0.0 is required
  • Added support for specifying the file extensions
  • Switched from chalk to picocolors
  • Everything should be faster after switching to asynchronous methods (thanks to @GeoSot!)
    • Added findAsync which is asynchronous as the name states

Full changelog: v3.1.0...v4.0.0

v3.1.0

05 Jan 13:42
Compare
Choose a tag to compare
  • Dependency updates
    • postcss 8.2.2
    • postcss-scss 3.0.4
    • xo 0.37.1
  • Dropped ora since it didn't work #113
  • Minor CI updates

v3.0.0...v3.1.0

v3.0.0

29 Oct 07:48
Compare
Choose a tag to compare
  • Dependency updates
    • chalk 4.1.0
    • ora 5.1.0
    • postcss 8.1.4
    • postcss-scss 3.0.2
    • xo 0.34.1
  • Added Node.js 14 on CI
  • Added CodeQL Action
  • Minor lint tweaks: c761d99, 4d2ef32

v2.0.0...v3.0.0

v2.0.0

28 Apr 13:24
Compare
Choose a tag to compare
  • BREAKING: Drop Node.js 8.x support
  • Dependency updates
    • chalk v4.0.0
    • commander v5.1.0
    • escape-string-regexp v4.0.0
    • ora v4.0.4
    • postcss v7.0.27

v1.0.5...v2.0.0

v1.0.5

19 Jan 23:28
Compare
Choose a tag to compare
1.0.5

v1.0.4

07 Dec 12:39
Compare
Choose a tag to compare

v1.0.3

15 Nov 07:32
Compare
Choose a tag to compare

Dependency updates

v1.0.2...v1.0.3

v1.0.2

21 Oct 13:44
Compare
Choose a tag to compare
  • Update dependencies and drop Node.js 6 support. (#45)
  • Switch to escape-string-regexp package. (#46)

v0.6.0

02 Oct 14:29
Compare
Choose a tag to compare
  • fusv-disable & fusv-enable options #44