June 25, 2021
https://github.com/dlmanning/gulp-sass/releases/tag/v5.0.0
June 24, 2021
https://github.com/dlmanning/gulp-sass/releases/tag/v4.1.1
April 23, 2020
https://github.com/dlmanning/gulp-sass/releases/tag/v4.1.0
October 16, 2018
https://github.com/dlmanning/gulp-sass/releases/tag/v4.0.2
Apr 8, 2018
https://github.com/dlmanning/gulp-sass/releases/tag/v4.0.1
April 5, 2018
https://github.com/dlmanning/gulp-sass/releases/tag/v4.0.0
March 24, 2018
https://github.com/dlmanning/gulp-sass/releases/tag/v3.2.1
March 12, 2018
https://github.com/dlmanning/gulp-sass/releases/tag/v3.2.0
January 9, 2017
https://github.com/dlmanning/gulp-sass/releases/tag/v3.1.0
January 9, 2017
https://github.com/dlmanning/gulp-sass/releases/tag/v3.0.0
June 15, 2016
https://github.com/dlmanning/gulp-sass/releases/tag/v2.3.2
April 22, 2016
https://github.com/dlmanning/gulp-sass/releases/tag/v2.3.1
April 21, 2016
https://github.com/dlmanning/gulp-sass/releases/tag/v2.3.0
February 4, 2016
https://github.com/dlmanning/gulp-sass/releases/tag/v2.3.0-beta.1
February 4, 2016
https://github.com/dlmanning/gulp-sass/releases/tag/v2.2.0
November 2, 2015
https://github.com/dlmanning/gulp-sass/releases/tag/v2.1.0
September 21, 2015
- Change Updated to
node-sass
3.4.0-beta1
July 15, 2015
- Fix Relative file path now uses
file.relative
instead of arcanesplit('/').pop
magic. Resolves lots of issues with source map paths. - Fix Empty partials no longer copied to CSS folder
June 27, 2015
- Fix Empty partials are no longer copied to CSS folder
June 25, 2015
- Fix Error in watch stream preventing watch from continuing
May 13, 2015
- Fix Source maps now work as expected with Autoprefixer
- Fix Current file directory
unshift
onto includePaths stack so it's checked first - Fix Error message returned is unformatted so as to not break other error handling (i.e.
gulp-notify
)
May 6, 2015
- Change Updated to
node-sass
3.0.0
March 26, 2015
- New Added
renderSync
option that can be used throughsass.sync()
- Change Updated to
node-sass
3.0.0-alpha.1 - New Added support for
gulp-sourcemaps
including tests - New Added
.editorconfig
for development consistency - New Added linting and test for said linting
- Change Updated the README
- New
logError
function to make streaming errors possible instead of breaking the stream
- updated to
node-sass
2.0 (final) - should now work with Node.js 0.12 and io.js
- fixed
errLogToConsole
- bug fix
- Supports
node-sass
2.0 (thanks laurelnaiad!)