gulp-sass/CHANGELOG.md

106 lines
2.3 KiB
Markdown
Raw Normal View History

2015-03-24 12:05:36 +01:00
# Gulp Sass Changelog
2018-03-11 11:15:01 +01:00
## v3.2.0
**March 11, 2018**
https://github.com/dlmanning/gulp-sass/releases/tag/v3.2.0
## v3.0.0
**January 9, 2017**
https://github.com/dlmanning/gulp-sass/releases/tag/v3.0.0
## v2.3.2
**June 15, 2016**
https://github.com/dlmanning/gulp-sass/releases/tag/v2.3.2
## v2.3.1
**April 22, 2016**
https://github.com/dlmanning/gulp-sass/releases/tag/v2.3.1
## v2.3.0
**April 21, 2016**
https://github.com/dlmanning/gulp-sass/releases/tag/v2.3.0
## v2.3.0-beta.1
**February 4, 2016**
https://github.com/dlmanning/gulp-sass/releases/tag/v2.3.0-beta.1
## v2.2.0
**February 4, 2016**
https://github.com/dlmanning/gulp-sass/releases/tag/v2.2.0
## v2.1.0
**November 2, 2015**
https://github.com/dlmanning/gulp-sass/releases/tag/v2.1.0
2015-09-21 14:12:25 +02:00
## v2.1.0-beta
**September 21, 2015**
* **Change** :arrow_up: Bump to Node Sass 3.4.0-beta1
2015-07-30 17:11:04 +02:00
## v2.0.4
**July 15, 2015**
* **Fix** Relative file path now uses `file.relative` instead of arcane `split('/').pop` magic. Resolves lots of issues with source map paths.
* **Fix** Empty partials no longer copied to CSS folder
2015-06-27 19:40:15 +02:00
## v2.0.3
**June 27, 2015**
* **Fix** Empty partials no longer copied to CSS folder
2015-06-25 16:39:11 +02:00
## v2.0.2
**June 25, 2015**
* **Fix** Error in watch stream preventing watch from continuing
## v2.0.1
**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`)
2015-05-10 14:49:19 +02:00
## v2.0.0
**May 6, 2015**
* **Change** :arrow_up: Bump to Node Sass 3.0.0
2015-03-24 12:43:42 +01:00
## v2.0.0-alpha.1
**March 26, 2015**
2015-03-27 00:44:46 +01:00
* **New** Added `renderSync` option that can be used through `sass.sync()`
2015-03-24 12:05:36 +01:00
### March 24, 2015
* **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
2015-03-24 12:32:14 +01:00
* **Change** Updated the README
2015-03-24 13:33:23 +01:00
* **New** `logError` function to make streaming errors possible instead of breaking the stream
2015-03-24 12:05:36 +01:00
2015-02-12 22:49:11 +01:00
### 1.3.3
* updated to node-sass 2.0 (final)
* should now work with node 0.12 and io.js
2015-01-16 19:36:27 +01:00
### 1.3.2
* fixed errLogToConsole
2015-01-14 05:50:29 +01:00
### 1.3.1
* bug fix
## Version 1.3.0
2015-01-14 02:23:51 +01:00
* Supports node-sass 2.0 (thanks laurelnaiad!)