Skip to content

Commit f1ef64d

Browse files
committed
Release v0.10.0
1 parent 8930035 commit f1ef64d

12 files changed

+2839
-27266
lines changed

CHANGELOG

+47
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,50 @@
1+
August 15, 2013 - v0.10.0
2+
3+
* Update README.md (Nicole Sullivan)
4+
* Merge pull request #379 from nschonni/remove-old-node-compat (Nicole Sullivan)
5+
* Bump minimum Node version to 0.8 and add CI tests (Nick Schonning)
6+
* Adding contributors to the README.md (Nicole Sullivan)
7+
* Merge pull request #368 from nschonni/add-grunt-build (Nicole Sullivan)
8+
* Bump devDependencies (Nick Schonning)
9+
* Add bug URL to package.json (Nick Schonning)
10+
* Merge pull request #376 from dmethvin/optional-rc (Nicole Sullivan)
11+
* Add Full license block banner (Nick Schonning)
12+
* Alias build directory (Nick Schonning)
13+
* Minor fixes from code review by @jaredwy (Nick Schonning)
14+
* Inline YUITest CLI to standardize output (Nick Schonning)
15+
* Add Rhino test task (Nick Schonning)
16+
* Fix concat targets (Nick Schonning)
17+
* Add release task (Nick Schonning)
18+
* Add clean task (Nick Schonning)
19+
* Add back testrunner.html test javascript file (Nick Schonning)
20+
* Update Travis and NPM building (Nick Schonning)
21+
* Remove Uglify task (Nick Schonning)
22+
* Add YUITest custom task (Nick Schonning)
23+
* Add .gitattibutes for line endings (Nick Schonning)
24+
* Add parser-lib concatination (Nick Schonning)
25+
* Fix package.json path for Ant (Nick Schonning)
26+
* Fix linting errors in tests (Nick Schonning)
27+
* Add concat tasks (Nick Schonning)
28+
* Suppress new errors caused by latest JSHint (Nick Schonning)
29+
* Fix indenting and add .editorconfig (Nick Schonning)
30+
* Scaffold Gruntfile and add node dependencies (Nick Schonning)
31+
* Ensure node modules won't get checked in (Nick Schonning)
32+
* Move package.json to project root (Nick Schonning)
33+
* Fix #364. In WSH, return empty string for files not found. (Dave Methvin)
34+
* Merge pull request #353 from jklein/master (Nicholas C. Zakas)
35+
* Merge remote-tracking branch 'upstream/master' (Jonathan Klein)
36+
* Removing an unneeded line which was causing the CLI option validation to fail (jklein)
37+
* Merge pull request #352 from vomitcuddle/patch-1 (Nicholas C. Zakas)
38+
* drop os property from package.json (vomitcuddle)
39+
* Merge pull request #351 from jklein/master (Nicholas C. Zakas)
40+
* Adding a validateOptions function and warning/exiting on invalid options (jklein)
41+
* Merge pull request #347 from jklein/issue345 (Nicholas C. Zakas)
42+
* Fixes #345 - Using absolute paths for the excluded files and the files to lint so the comparison is clean (jklein)
43+
* Merge pull request #340 from nschonni/patch-1 (Nicholas C. Zakas)
44+
* Update CONTRIBUTING.md (Nick Schonning)
45+
* Updated contributors (Nicholas C. Zakas)
46+
* Fix Travis build (Nicholas C. Zakas)
47+
148
January 17, 2013 - v0.9.10
249

350
* Switch to using Node.js version of YUI Test (Nicholas C. Zakas)

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "csslint",
3-
"version": "0.9.10",
3+
"version": "0.10.0",
44
"description": "CSSLint",
55
"author": {
6-
"name": "Nicholas C. Zakas"
6+
"name": "Nicole Sullivan"
77
},
88
"contributors": [
99
{
10-
"name": "Nicole Sullivan"
10+
"name": "Nicholas C. Zakas"
1111
}
1212
],
1313
"engines": {

0 commit comments

Comments
 (0)