Initial commit
[yaffs-website] / node_modules / gulp-sass / CHANGELOG.md
1 # Gulp Sass Changelog
2
3 ## v2.1.0-beta
4 **September 21, 2015**
5
6 * **Change** :arrow_up: Bump to Node Sass 3.4.0-beta1
7
8 ## v2.0.4
9 **July 15, 2015**
10
11 * **Fix** Relative file path now uses `file.relative` instead of arcane `split('/').pop` magic. Resolves lots of issues with source map paths.
12
13 * **Fix** Empty partials no longer copied to CSS folder
14
15 ## v2.0.3
16 **June 27, 2015**
17
18 * **Fix** Empty partials no longer copied to CSS folder
19
20 ## v2.0.2
21 **June 25, 2015**
22
23 * **Fix** Error in watch stream preventing watch from continuing
24
25 ## v2.0.1
26 **May 13, 2015**
27
28 * **Fix** Source maps now work as expected with Autoprefixer
29 * **Fix** Current file directory `unshift` onto includePaths stack so it's checked first
30 * **Fix** Error message returned is unformatted so as to not break other error handling (*i.e.* `gulp-notify`)
31
32 ## v2.0.0
33 **May 6, 2015**
34
35 * **Change** :arrow_up: Bump to Node Sass 3.0.0
36
37 ## v2.0.0-alpha.1
38 **March 26, 2015**
39
40 * **New** Added `renderSync` option that can be used through `sass.sync()`
41
42 ### March 24, 2015
43 * **Change** Updated to `node-sass` 3.0.0-alpha.1
44 * **New** Added support for `gulp-sourcemaps` including tests
45 * **New** Added `.editorconfig` for development consistency
46 * **New** Added linting and test for said linting
47 * **Change** Updated the README
48 * **New** `logError` function to make streaming errors possible instead of breaking the stream
49
50 ### 1.3.3
51
52 * updated to node-sass 2.0 (final)
53 * should now work with node 0.12 and io.js
54
55 ### 1.3.2
56
57 * fixed errLogToConsole
58
59 ### 1.3.1
60
61 * bug fix
62
63 ## Version 1.3.0
64
65 * Supports node-sass 2.0 (thanks laurelnaiad!)