Security update to Drupal 8.4.6
[yaffs-website] / node_modules / grunt-uncss / CHANGELOG.md
1 # grunt-uncss Changelog\r
2 \r
3 ## v0.6.1\r
4 \r
5 * Update async to v2.0.1.\r
6 \r
7 ## v0.6.0\r
8 \r
9 * Update UnCSS to v0.14.0\r
10 \r
11 ## v0.5.2\r
12 \r
13 * Update devDependencies\r
14 * Fix specifying URLs [#142](https://github.com/addyosmani/grunt-uncss/pull/142)\r
15 \r
16 ## v0.5.1\r
17 \r
18 * Update devDependencies\r
19 * Update CI configs\r
20 \r
21 ## v0.5.0\r
22 \r
23 * Update devDependencies including UnCSS to v0.13.0\r
24 * Handle multiple files sequentially ([#178](https://github.com/addyosmani/grunt-uncss/pull/178))\r
25 * Drop Node.js 0.10 support\r
26 \r
27 ## v0.4.0\r
28 \r
29 * Update devDependencies including UnCSS to v0.12.0\r
30 * Add Windows testing via AppVeyor\r
31 \r
32 ## v0.3.8\r
33 \r
34 * Update devDependencies\r
35 * Fail when no files and URLs are defined\r
36 \r
37 ## v0.3.7\r
38 \r
39 * Update all dependencies except for UnCSS\r
40 * Remove the unused underscore dependency\r
41 \r
42 ## v0.3.5\r
43 \r
44 * Lock UnCSS to v0.8.1 due to various issues\r
45 * Update the other dependencies\r
46 \r
47 ## v0.3.4\r
48 \r
49 * Update dependencies\r
50 * Update README.md\r
51 \r
52 ## v0.3.3\r
53 \r
54 * Update UnCSS\r
55 \r
56 ## v0.3.2\r
57 \r
58 * Additional cleanup for `report` option\r
59 \r
60 ## v0.3.1\r
61 \r
62 * Fix failure when `report` wasn't set\r
63 \r
64 ## v0.3.0\r
65 \r
66 * Update dependencies including UnCSS to 0.8.0\r
67 * Enable `report` by default and switch to using `maxmin`\r
68 \r
69 ## v0.1.6\r
70 \r
71 * Upgrades to UnCSS 0.6.2 - brings stable support for PhantomJS and processing dynamically injected CSS via JavaScript,\r
72   a better selector engine ([CSSSelect](https://npmjs.org/package/CSSselect) via [cheerio](https://npmjs.org/package/cheerio))\r
73 * Now supports `csspath`, `ignore`, `raw`, `timeout` options\r
74 * Improved support for multiple files, general stability fixes with issues upstream now fixed\r
75 * Added new suite of unit tests. Run with `grunt test`\r
76 * README.md now includes links to articles, videos, a better Bootstrap 3 example\r
77 * General improvements to sample Gruntfile.js (processhtml, cssmin, load-grunt-tasks)\r
78 * Complimentary plugin for [Gulp](https://github.com/addyosmani/gulp-uncss-task) is now available\r