UNPKG

2.54 kBPlain TextView Raw
1v2.0.0:
2 date: 2020-03-04
3 changes:
4 - Update dependencies.
5 - Now requires at least Node 8.
6v1.0.0:
7 date: 2016-03-04
8 changes:
9 - Bump `chalk`.
10 - Update to docs and project structure.
11v0.9.0:
12 date: 2015-02-06
13 changes:
14 - Remove `banner` option.
15 - Allow using `--force` to ignore compile errors.
16 - Increase concurrency count from `2` to `4`.
17 - Improve Windows support.
18v0.8.1:
19 date: 2014-08-24
20 changes:
21 - Fix `check` option.
22v0.8.0:
23 date: 2014-08-21
24 changes:
25 - Support Sass 3.4 Source Map option.
26 - Add `update` option.
27v0.7.4:
28 date: 2014-08-09
29 changes:
30 - Fix `bundleExec` option.
31 - Fix `os.cpus()` issue.
32 - Log `sass` command when `--verbose` flag is set.
33v0.7.3:
34 date: 2014-03-06
35 changes:
36 - Only create empty dest files when they don't already exist.
37v0.7.2:
38 date: 2014-02-02
39 changes:
40 - Fix error reporting when Sass is not available.
41v0.7.1:
42 date: 2014-01-28
43 changes:
44 - Fix regression of Bundler support.
45v0.7.0:
46 date: 2014-01-26
47 changes:
48 - Improve Windows support.
49v0.6.0:
50 date: 2013-12-10
51 changes:
52 - Ignore files where filename have leading underscore.
53v0.5.0:
54 date: 2013-08-21
55 changes:
56 - Add `banner` option.
57v0.4.1:
58 date: 2013-07-06
59 changes:
60 - Use `file.orig.src` if `file.src` does not exist and return early to avoid passing non-existent files to sass binary.
61v0.4.0:
62 date: 2013-06-30
63 changes:
64 - Rewrite task to be able to support Source Maps.
65 - Compile Sass files in parallel for better performance.
66v0.3.0:
67 date: 2013-03-26
68 changes:
69 - Add support for `bundle exec`. Make sure `.css` files are compiled with SCSS.
70v0.2.2:
71 date: 2013-02-15
72 changes:
73 - First official release for Grunt 0.4.0.
74v0.2.2rc7:
75 date: 2013-01-25
76 changes:
77 - Updating grunt/gruntplugin dependencies to rc7.
78 - Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
79v0.2.2rc5:
80 date: 2013-01-09
81 changes:
82 - Updating to work with grunt v0.4.0rc5.
83 - Switching to `this.files` API.
84 - Add `separator` option.
85v0.2.0:
86 date: 2012-11-05
87 changes:
88 - Grunt 0.4 compatibility.
89 - Improve error message when Sass binary couldn't be found
90v0.1.3:
91 date: 2012-10-12
92 changes:
93 - Rename grunt-contrib-lib dep to grunt-lib-contrib.
94v0.1.2:
95 date: 2012-10-08
96 changes:
97 - Fix regression for darwin.
98v0.1.1:
99 date: 2012-10-05
100 changes:
101 - Windows support.
102v0.1.0:
103 date: 2012-09-24
104 changes:
105 - Initial release.