gulp-sass/CHANGELOG.md

32 lines
719 B
Markdown
Raw Permalink Normal View History

2015-03-24 12:05:36 +01:00
# Gulp Sass Changelog
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!)