Skip to content

Commit 350be40

Browse files
author
Nicholas C. Zakas
committed
Updated changelog and version number
1 parent 1a8c706 commit 350be40

File tree

4 files changed

+36
-22
lines changed

4 files changed

+36
-22
lines changed

CHANGELOG

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
June 18, 2011 - v0.2.0
2+
3+
* Make sure headings are counted correctly (fixes #25)
4+
* Make sure float: none doesn't count as a float for rules that care (fixes #10)
5+
* Fix erroneous missing standard border warning (fixes #7)
6+
* Ensure width: 100% is okay when box-sizing is specified (fixes #5)
7+
* Fixed up width/height properties for box model rule (fixes #8)
8+
* Incorporated Rhino CLI and updated contributors list
9+
* Include build file in Git repo so people can grab directly (fixes #59)
10+
* Added rule for tracking using of !important from shinuza (fixes #50)
11+
12+
June 15, 2011 - v0.1.0
13+
14+
* Initial release

LICENSE

+20-20
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
CSSLint
2-
Copyright (c) 2011 Nicole Sullivan and Nicholas C. Zakas. All rights reserved.
3-
4-
Permission is hereby granted, free of charge, to any person obtaining a copy
5-
of this software and associated documentation files (the "Software"), to deal
6-
in the Software without restriction, including without limitation the rights
7-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8-
copies of the Software, and to permit persons to whom the Software is
9-
furnished to do so, subject to the following conditions:
10-
11-
The above copyright notice and this permission notice shall be included in
12-
all copies or substantial portions of the Software.
13-
14-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
20-
THE SOFTWARE.
1+
CSSLint
2+
Copyright (c) 2011 Nicole Sullivan and Nicholas C. Zakas. All rights reserved.
3+
4+
Permission is hereby granted, free of charge, to any person obtaining a copy
5+
of this software and associated documentation files (the "Software"), to deal
6+
in the Software without restriction, including without limitation the rights
7+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8+
copies of the Software, and to permit persons to whom the Software is
9+
furnished to do so, subject to the following conditions:
10+
11+
The above copyright notice and this permission notice shall be included in
12+
all copies or substantial portions of the Software.
13+
14+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
20+
THE SOFTWARE.

build/npm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csslint",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "CSSLint",
55
"author": "Nicholas C. Zakas",
66
"os": ["darwin", "linux"],

npm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csslint",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "CSSLint",
55
"author": "Nicholas C. Zakas",
66
"os": ["darwin", "linux"],

0 commit comments

Comments
 (0)