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