Version 1
[yaffs-website] / node_modules / grunt-uncss / CHANGELOG.md
diff --git a/node_modules/grunt-uncss/CHANGELOG.md b/node_modules/grunt-uncss/CHANGELOG.md
new file mode 100644 (file)
index 0000000..1382daa
--- /dev/null
@@ -0,0 +1,78 @@
+# grunt-uncss Changelog\r
+\r
+## v0.6.1\r
+\r
+* Update async to v2.0.1.\r
+\r
+## v0.6.0\r
+\r
+* Update UnCSS to v0.14.0\r
+\r
+## v0.5.2\r
+\r
+* Update devDependencies\r
+* Fix specifying URLs [#142](https://github.com/addyosmani/grunt-uncss/pull/142)\r
+\r
+## v0.5.1\r
+\r
+* Update devDependencies\r
+* Update CI configs\r
+\r
+## v0.5.0\r
+\r
+* Update devDependencies including UnCSS to v0.13.0\r
+* Handle multiple files sequentially ([#178](https://github.com/addyosmani/grunt-uncss/pull/178))\r
+* Drop Node.js 0.10 support\r
+\r
+## v0.4.0\r
+\r
+* Update devDependencies including UnCSS to v0.12.0\r
+* Add Windows testing via AppVeyor\r
+\r
+## v0.3.8\r
+\r
+* Update devDependencies\r
+* Fail when no files and URLs are defined\r
+\r
+## v0.3.7\r
+\r
+* Update all dependencies except for UnCSS\r
+* Remove the unused underscore dependency\r
+\r
+## v0.3.5\r
+\r
+* Lock UnCSS to v0.8.1 due to various issues\r
+* Update the other dependencies\r
+\r
+## v0.3.4\r
+\r
+* Update dependencies\r
+* Update README.md\r
+\r
+## v0.3.3\r
+\r
+* Update UnCSS\r
+\r
+## v0.3.2\r
+\r
+* Additional cleanup for `report` option\r
+\r
+## v0.3.1\r
+\r
+* Fix failure when `report` wasn't set\r
+\r
+## v0.3.0\r
+\r
+* Update dependencies including UnCSS to 0.8.0\r
+* Enable `report` by default and switch to using `maxmin`\r
+\r
+## v0.1.6\r
+\r
+* Upgrades to UnCSS 0.6.2 - brings stable support for PhantomJS and processing dynamically injected CSS via JavaScript,\r
+  a better selector engine ([CSSSelect](https://npmjs.org/package/CSSselect) via [cheerio](https://npmjs.org/package/cheerio))\r
+* Now supports `csspath`, `ignore`, `raw`, `timeout` options\r
+* Improved support for multiple files, general stability fixes with issues upstream now fixed\r
+* Added new suite of unit tests. Run with `grunt test`\r
+* README.md now includes links to articles, videos, a better Bootstrap 3 example\r
+* General improvements to sample Gruntfile.js (processhtml, cssmin, load-grunt-tasks)\r
+* Complimentary plugin for [Gulp](https://github.com/addyosmani/gulp-uncss-task) is now available\r