UNPKG

3.1 kBMarkdownView Raw
1# gulp-sass Changelog
2
3## v5.0.0
4
5**June 25, 2021**
6
7<https://github.com/dlmanning/gulp-sass/releases/tag/v5.0.0>
8
9## v4.1.1
10
11**June 24, 2021**
12
13<https://github.com/dlmanning/gulp-sass/releases/tag/v4.1.1>
14
15## v4.1.0
16
17**April 23, 2020**
18
19<https://github.com/dlmanning/gulp-sass/releases/tag/v4.1.0>
20
21## v4.0.2
22
23**October 16, 2018**
24
25<https://github.com/dlmanning/gulp-sass/releases/tag/v4.0.2>
26
27## v4.0.1
28
29**Apr 8, 2018**
30
31<https://github.com/dlmanning/gulp-sass/releases/tag/v4.0.1>
32
33## v4.0.0
34
35**April 5, 2018**
36
37<https://github.com/dlmanning/gulp-sass/releases/tag/v4.0.0>
38
39## v3.2.1
40
41**March 24, 2018**
42
43<https://github.com/dlmanning/gulp-sass/releases/tag/v3.2.1>
44
45## v3.2.0
46
47**March 12, 2018**
48
49<https://github.com/dlmanning/gulp-sass/releases/tag/v3.2.0>
50
51## v3.1.0
52
53**January 9, 2017**
54
55<https://github.com/dlmanning/gulp-sass/releases/tag/v3.1.0>
56
57## v3.0.0
58
59**January 9, 2017**
60
61<https://github.com/dlmanning/gulp-sass/releases/tag/v3.0.0>
62
63## v2.3.2
64
65**June 15, 2016**
66
67<https://github.com/dlmanning/gulp-sass/releases/tag/v2.3.2>
68
69## v2.3.1
70
71**April 22, 2016**
72
73<https://github.com/dlmanning/gulp-sass/releases/tag/v2.3.1>
74
75## v2.3.0
76
77**April 21, 2016**
78
79<https://github.com/dlmanning/gulp-sass/releases/tag/v2.3.0>
80
81## v2.3.0-beta.1
82
83**February 4, 2016**
84
85<https://github.com/dlmanning/gulp-sass/releases/tag/v2.3.0-beta.1>
86
87## v2.2.0
88
89**February 4, 2016**
90
91<https://github.com/dlmanning/gulp-sass/releases/tag/v2.2.0>
92
93## v2.1.0
94
95**November 2, 2015**
96
97<https://github.com/dlmanning/gulp-sass/releases/tag/v2.1.0>
98
99## v2.1.0-beta
100
101**September 21, 2015**
102
103* **Change** Updated to `node-sass` 3.4.0-beta1
104
105## v2.0.4
106
107**July 15, 2015**
108
109* **Fix** Relative file path now uses `file.relative` instead of arcane `split('/').pop` magic. Resolves lots of issues with source map paths.
110* **Fix** Empty partials no longer copied to CSS folder
111
112## v2.0.3
113
114**June 27, 2015**
115
116* **Fix** Empty partials are no longer copied to CSS folder
117
118## v2.0.2
119
120**June 25, 2015**
121
122* **Fix** Error in watch stream preventing watch from continuing
123
124## v2.0.1
125
126**May 13, 2015**
127
128* **Fix** Source maps now work as expected with Autoprefixer
129* **Fix** Current file directory `unshift` onto includePaths stack so it's checked first
130* **Fix** Error message returned is unformatted so as to not break other error handling (*i.e.* `gulp-notify`)
131
132## v2.0.0
133
134**May 6, 2015**
135
136* **Change** Updated to `node-sass` 3.0.0
137
138## v2.0.0-alpha.1
139
140**March 26, 2015**
141
142* **New** Added `renderSync` option that can be used through `sass.sync()`
143
144### March 24, 2015
145
146* **Change** Updated to `node-sass` 3.0.0-alpha.1
147* **New** Added support for `gulp-sourcemaps` including tests
148* **New** Added `.editorconfig` for development consistency
149* **New** Added linting and test for said linting
150* **Change** Updated the README
151* **New** `logError` function to make streaming errors possible instead of breaking the stream
152
153### 1.3.3
154
155* updated to `node-sass` 2.0 (final)
156* should now work with Node.js 0.12 and io.js
157
158### 1.3.2
159
160* fixed `errLogToConsole`
161
162### 1.3.1
163
164* bug fix
165
166## Version 1.3.0
167
168* Supports `node-sass` 2.0 (thanks laurelnaiad!)