Skip to content

Releases: dlmanning/gulp-sass

v3.0.0

09 Jan 08:20
Compare
Choose a tag to compare

This release maintains 100% BC with [email protected].

The major version bump is for the node-sass major version bump which introduces a significant LibSass update.

Sass

Update to [email protected] and LibSass 3.4.0.

v2.3.2

15 Jun 10:58
Compare
Choose a tag to compare

Fixes

  • Prevent options leaking between source files (@xzyfer, #509)

Misc

v2.3.1

21 Apr 23:03
Compare
Choose a tag to compare

Fixes

  • Restore bug with includePaths people where relying on (@xzyfer, #474)

v2.3.0

21 Apr 01:37
Compare
Choose a tag to compare

Sass

Update to [email protected] and LibSass 3.3.5.

Features

  • Add the .file property to options before handing off to node-sass (@eoneill, #324)

Fixes

  • Update documentation to clarify that data is not passed to node-sass (@cheapsteak, #441)

v2.3.0-beta.1

04 Feb 12:12
Compare
Choose a tag to compare
v2.3.0-beta.1 Pre-release
Pre-release

Features

npm install gulp-sass@beta

v2.2.0

04 Feb 11:40
Compare
Choose a tag to compare

Features

Fixes

  • Fix readme examples to always return streams (@Keats, #408)

v2.1.1

10 Dec 12:59
Compare
Choose a tag to compare

Fixes

Get Speedy

01 Nov 23:11
Compare
Choose a tag to compare

LibSass

Bump Node Sass to 3.4.1

Which brings in the super fast LibSass 3.3.1

Improvements

Fixes

Get Speedy

21 Sep 12:17
Compare
Choose a tag to compare
Get Speedy Pre-release
Pre-release

Bump Node Sass to 3.4.0-beta - Changelog.
Which brings in the super fast LibSass 3.3.0-beta2 - Changelog

This is a beta release. Please file Sass issues upstream with the LibSass team.

Runner Runner

25 Jun 21:46
Compare
Choose a tag to compare

Fixed an outstanding bug in which an error when running gulp-sass within a watch task would require a user to restart their task.