1- # Gulp Sass Changelog
1+ # gulp-sass Changelog
22
33## v5.0.0
4+
45** June 25, 2021**
5- https://github.com/dlmanning/gulp-sass/releases/tag/v5.0.0
6+
7+ < https://github.com/dlmanning/gulp-sass/releases/tag/v5.0.0 >
68
79## v4.1.1
10+
811** June 24, 2021**
9- https://github.com/dlmanning/gulp-sass/releases/tag/v4.1.1
12+
13+ < https://github.com/dlmanning/gulp-sass/releases/tag/v4.1.1 >
1014
1115## v4.1.0
16+
1217** April 23, 2020**
1318
14- https://github.com/dlmanning/gulp-sass/releases/tag/v4.1.0
19+ < https://github.com/dlmanning/gulp-sass/releases/tag/v4.1.0 >
1520
1621## v4.0.2
22+
1723** October 16, 2018**
1824
19- https://github.com/dlmanning/gulp-sass/releases/tag/v4.0.2
25+ < https://github.com/dlmanning/gulp-sass/releases/tag/v4.0.2 >
2026
2127## v4.0.1
28+
2229** Apr 8, 2018**
2330
24- https://github.com/dlmanning/gulp-sass/releases/tag/v4.0.1
31+ < https://github.com/dlmanning/gulp-sass/releases/tag/v4.0.1 >
2532
2633## v4.0.0
34+
2735** April 5, 2018**
2836
29- https://github.com/dlmanning/gulp-sass/releases/tag/v4.0.0
37+ < https://github.com/dlmanning/gulp-sass/releases/tag/v4.0.0 >
3038
3139## v3.2.1
40+
3241** March 24, 2018**
3342
34- https://github.com/dlmanning/gulp-sass/releases/tag/v3.2.1
43+ < https://github.com/dlmanning/gulp-sass/releases/tag/v3.2.1 >
3544
3645## v3.2.0
46+
3747** March 12, 2018**
3848
39- https://github.com/dlmanning/gulp-sass/releases/tag/v3.2.0
49+ < https://github.com/dlmanning/gulp-sass/releases/tag/v3.2.0 >
4050
4151## v3.1.0
52+
4253** January 9, 2017**
4354
44- https://github.com/dlmanning/gulp-sass/releases/tag/v3.1.0
55+ < https://github.com/dlmanning/gulp-sass/releases/tag/v3.1.0 >
4556
4657## v3.0.0
58+
4759** January 9, 2017**
4860
49- https://github.com/dlmanning/gulp-sass/releases/tag/v3.0.0
61+ < https://github.com/dlmanning/gulp-sass/releases/tag/v3.0.0 >
5062
5163## v2.3.2
64+
5265** June 15, 2016**
5366
54- https://github.com/dlmanning/gulp-sass/releases/tag/v2.3.2
67+ < https://github.com/dlmanning/gulp-sass/releases/tag/v2.3.2 >
5568
5669## v2.3.1
70+
5771** April 22, 2016**
5872
59- https://github.com/dlmanning/gulp-sass/releases/tag/v2.3.1
73+ < https://github.com/dlmanning/gulp-sass/releases/tag/v2.3.1 >
6074
6175## v2.3.0
76+
6277** April 21, 2016**
6378
64- https://github.com/dlmanning/gulp-sass/releases/tag/v2.3.0
79+ < https://github.com/dlmanning/gulp-sass/releases/tag/v2.3.0 >
6580
6681## v2.3.0-beta.1
82+
6783** February 4, 2016**
6884
69- https://github.com/dlmanning/gulp-sass/releases/tag/v2.3.0-beta.1
85+ < https://github.com/dlmanning/gulp-sass/releases/tag/v2.3.0-beta.1 >
7086
7187## v2.2.0
88+
7289** February 4, 2016**
7390
74- https://github.com/dlmanning/gulp-sass/releases/tag/v2.2.0
91+ < https://github.com/dlmanning/gulp-sass/releases/tag/v2.2.0 >
7592
7693## v2.1.0
94+
7795** November 2, 2015**
7896
79- https://github.com/dlmanning/gulp-sass/releases/tag/v2.1.0
97+ < https://github.com/dlmanning/gulp-sass/releases/tag/v2.1.0 >
8098
8199## v2.1.0-beta
100+
82101** September 21, 2015**
83102
84- * ** Change** : arrow_up : Bump to Node Sass 3.4.0-beta1
103+ * ** Change** Updated to ` node-sass ` 3.4.0-beta1
85104
86105## v2.0.4
106+
87107** July 15, 2015**
88108
89109* ** Fix** Relative file path now uses ` file.relative ` instead of arcane ` split('/').pop ` magic. Resolves lots of issues with source map paths.
90-
91110* ** Fix** Empty partials no longer copied to CSS folder
92111
93112## v2.0.3
113+
94114** June 27, 2015**
95115
96- * ** Fix** Empty partials no longer copied to CSS folder
116+ * ** Fix** Empty partials are no longer copied to CSS folder
97117
98118## v2.0.2
119+
99120** June 25, 2015**
100121
101122* ** Fix** Error in watch stream preventing watch from continuing
102123
103124## v2.0.1
125+
104126** May 13, 2015**
105127
106128* ** Fix** Source maps now work as expected with Autoprefixer
107129* ** Fix** Current file directory ` unshift ` onto includePaths stack so it's checked first
108130* ** Fix** Error message returned is unformatted so as to not break other error handling (* i.e.* ` gulp-notify ` )
109131
110132## v2.0.0
133+
111134** May 6, 2015**
112135
113- * ** Change** : arrow_up : Bump to Node Sass 3.0.0
136+ * ** Change** Updated to ` node-sass ` 3.0.0
114137
115138## v2.0.0-alpha.1
139+
116140** March 26, 2015**
117141
118142* ** New** Added ` renderSync ` option that can be used through ` sass.sync() `
119143
120144### March 24, 2015
145+
121146* ** Change** Updated to ` node-sass ` 3.0.0-alpha.1
122147* ** New** Added support for ` gulp-sourcemaps ` including tests
123148* ** New** Added ` .editorconfig ` for development consistency
@@ -127,17 +152,17 @@ https://github.com/dlmanning/gulp-sass/releases/tag/v2.1.0
127152
128153### 1.3.3
129154
130- * updated to node-sass 2.0 (final)
131- * should now work with node 0.12 and io.js
155+ * updated to ` node-sass ` 2.0 (final)
156+ * should now work with Node.js 0.12 and io.js
132157
133158### 1.3.2
134159
135- * fixed errLogToConsole
160+ * fixed ` errLogToConsole `
136161
137162### 1.3.1
138163
139164* bug fix
140165
141166## Version 1.3.0
142167
143- * Supports node-sass 2.0 (thanks laurelnaiad!)
168+ * Supports ` node-sass ` 2.0 (thanks laurelnaiad!)
0 commit comments