Initial commit
[yaffs-website] / node_modules / grunt-contrib-compass / CHANGELOG
1 v1.1.1:
2   date: 2016-03-04
3   changes:
4     - pass only compass package name, not full path
5 v1.1.0:
6   date: 2016-02-15
7   changes:
8     - Use `which` to find compass binary cross platform.
9     - Update async and tmp dependencies.
10 v1.0.4:
11   date: 2015-09-29
12   changes:
13     - Use the `compass` flag for the `httpPath` option.
14     - Use single-quotes in the config.rb generated file.
15 v1.0.3:
16   date: 2015-04-02
17   changes:
18    - Add `--config` path before `--` option/argument separator.
19 v1.0.2:
20   date: 2015-03-31
21   changes:
22     - Improve POSIX compliance.
23 v1.0.1:
24   date: 2014-09-08
25   changes:
26     - Use compass long flag for `importPath`
27 v1.0.0:
28   date: 2014-09-05
29   changes:
30     - Fix `bundleExec` option on Windows.
31 v0.9.1:
32   date: 2014-07-31
33   changes:
34     - Fixes npm peerDependency warnings.
35 v0.9.0:
36   date: 2014-06-24
37   changes:
38     - Add Compass version check to ensure only a supported version is used.
39 v0.8.0:
40   date: 2014-05-16
41   changes:
42     - Add `spriteLoadPath` option.
43 v0.7.2:
44   date: 2014-02-09
45   changes:
46     - Improve compatibility with Compass 0.13.
47 v0.7.1:
48   date: 2014-01-26
49   changes:
50     - Fix `assetCacheBuster` option.
51 v0.7.0:
52   date: 2013-12-07
53   changes:
54     - Add `cacheDir` option.
55 v0.6.0:
56   date: 2013-10-04
57   changes:
58     - Add `watch` option.
59     - Fix Compass errors not propagating.
60 v0.5.0:
61   date: 2013-08-8
62   changes:
63     - Add `assetCacheBuster` option.
64 v0.4.1:
65   date: 2013-07-28
66   changes:
67     - Fix `banner` option with `.css.scss` files.
68 v0.4.0:
69   date: 2013-07-19
70   changes:
71     - Add `banner` option. Show compilation time.
72 v0.3.0:
73   date: 2013-06-24
74   changes:
75     - Add `extensionDir` and `extensionPath` options. *Requires Compass >=0.12.2*.
76 v0.2.0:
77   date: 2013-04-11
78   changes:
79     - Add `clean` option.
80     - Expose `raw` options as Grunt options.
81     - Fix detection of `Nothing to compile` situation.
82 v0.1.3:
83   date: 2013-02-27
84   changes:
85     - Fixes bundleExec.
86 v0.1.2:
87   date: 2013-02-17
88   changes:
89     - Ensure Gruntfile.js is included on npm.
90 v0.1.1:
91   date: 2013-02-15
92   changes:
93     - First official release for Grunt 0.4.0.
94 v0.1.1rc8:
95   date: 2013-02-05
96   changes:
97     - 'Added new options: basePath specify, debugInfo.'
98 v0.1.1rc7:
99   date: 2013-01-25
100   changes:
101     - Updating grunt/gruntplugin dependencies to rc7.
102     - Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
103 v0.1.1rc5:
104   date: 2013-01-10
105   changes:
106     - Updating to work with grunt v0.4.0rc5.
107 v0.1.0:
108   date: 2012-10-22
109   changes:
110     - Initial release