Skip to content

Commit

Permalink
Release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stubbornella committed Aug 15, 2013
1 parent 8930035 commit f1ef64d
Show file tree
Hide file tree
Showing 12 changed files with 2,839 additions and 27,266 deletions.
47 changes: 47 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,50 @@
August 15, 2013 - v0.10.0

* Update README.md (Nicole Sullivan)
* Merge pull request #379 from nschonni/remove-old-node-compat (Nicole Sullivan)
* Bump minimum Node version to 0.8 and add CI tests (Nick Schonning)
* Adding contributors to the README.md (Nicole Sullivan)
* Merge pull request #368 from nschonni/add-grunt-build (Nicole Sullivan)
* Bump devDependencies (Nick Schonning)
* Add bug URL to package.json (Nick Schonning)
* Merge pull request #376 from dmethvin/optional-rc (Nicole Sullivan)
* Add Full license block banner (Nick Schonning)
* Alias build directory (Nick Schonning)
* Minor fixes from code review by @jaredwy (Nick Schonning)
* Inline YUITest CLI to standardize output (Nick Schonning)
* Add Rhino test task (Nick Schonning)
* Fix concat targets (Nick Schonning)
* Add release task (Nick Schonning)
* Add clean task (Nick Schonning)
* Add back testrunner.html test javascript file (Nick Schonning)
* Update Travis and NPM building (Nick Schonning)
* Remove Uglify task (Nick Schonning)
* Add YUITest custom task (Nick Schonning)
* Add .gitattibutes for line endings (Nick Schonning)
* Add parser-lib concatination (Nick Schonning)
* Fix package.json path for Ant (Nick Schonning)
* Fix linting errors in tests (Nick Schonning)
* Add concat tasks (Nick Schonning)
* Suppress new errors caused by latest JSHint (Nick Schonning)
* Fix indenting and add .editorconfig (Nick Schonning)
* Scaffold Gruntfile and add node dependencies (Nick Schonning)
* Ensure node modules won't get checked in (Nick Schonning)
* Move package.json to project root (Nick Schonning)
* Fix #364. In WSH, return empty string for files not found. (Dave Methvin)
* Merge pull request #353 from jklein/master (Nicholas C. Zakas)
* Merge remote-tracking branch 'upstream/master' (Jonathan Klein)
* Removing an unneeded line which was causing the CLI option validation to fail (jklein)
* Merge pull request #352 from vomitcuddle/patch-1 (Nicholas C. Zakas)
* drop os property from package.json (vomitcuddle)
* Merge pull request #351 from jklein/master (Nicholas C. Zakas)
* Adding a validateOptions function and warning/exiting on invalid options (jklein)
* Merge pull request #347 from jklein/issue345 (Nicholas C. Zakas)
* Fixes #345 - Using absolute paths for the excluded files and the files to lint so the comparison is clean (jklein)
* Merge pull request #340 from nschonni/patch-1 (Nicholas C. Zakas)
* Update CONTRIBUTING.md (Nick Schonning)
* Updated contributors (Nicholas C. Zakas)
* Fix Travis build (Nicholas C. Zakas)

January 17, 2013 - v0.9.10

* Switch to using Node.js version of YUI Test (Nicholas C. Zakas)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "csslint",
"version": "0.9.10",
"version": "0.10.0",
"description": "CSSLint",
"author": {
"name": "Nicholas C. Zakas"
"name": "Nicole Sullivan"
},
"contributors": [
{
"name": "Nicole Sullivan"
"name": "Nicholas C. Zakas"
}
],
"engines": {
Expand Down
Loading

0 comments on commit f1ef64d

Please sign in to comment.