Skip to content

Releases: sindresorhus/grunt-sass

v4.0.0

07 Feb 16:13
Compare
Choose a tag to compare

Breaking

  • Require Node.js 18 e4199eb
  • Remove support for node-sass e4199eb
    • You must now use the sass package (Dart Sass)

Improvements

  • Internal: Use modern API in for sass dependency (#312) 28e7da6

v3.1.0...v4.0.0

v3.1.0

14 Aug 11:59
Compare
Choose a tag to compare

v3.0.2...v3.1.0

v3.0.0

27 Jun 06:28
Compare
Choose a tag to compare

This release requires Node.js 8 or later.

You now have to choose whether you want node-sass or dart-sass by installing one of them yourself and setting it in the options. See the updated docs: https://github.com/sindresorhus/grunt-sass#usage

Don't forget const sass = require('node-sass') or const sass = require('dart-sass').

2.0.0

10 Dec 23:15
Compare
Choose a tag to compare

1.2.0-beta

04 Feb 12:20
Compare
Choose a tag to compare
1.2.0-beta Pre-release
Pre-release

Bumped node-sass@v3.5.0-beta.1 for the latest and greatest LibSass

npm install grunt-sass@beta

1.1.0

25 Oct 07:15
Compare
Choose a tag to compare

1.0.0 - node-sass 3.0.0 and libsass 3.2.0

06 May 18:51
Compare
Choose a tag to compare

0.18.1

06 Mar 09:23
Compare
Choose a tag to compare

Don't write Source Map file out when sourceMapEmbed: true. 958833b

0.18.0 - node-sass 2.0

13 Feb 10:55
Compare
Choose a tag to compare
  • Improved error output.
  • Outputs node-sass and libsass version when you run in verbose mode: grunt --verbose.

See the node-sass changelog for more.

node-sass 1.2.3

05 Dec 07:39
Compare
Choose a tag to compare

Upgrade to node-sass 1.2.3.