Skip to content

Commit 6efd55d

Browse files
author
Nicholas C. Zakas
committed
Release v0.9.0
1 parent fb3f926 commit 6efd55d

File tree

11 files changed

+15385
-2897
lines changed

11 files changed

+15385
-2897
lines changed

CHANGELOG

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
January 4, 2012 - v0.9.0
2+
3+
* Updated parser color names (fixes #217) (Nicholas C. Zakas)
4+
* Updated contributor list. (Nicholas C. Zakas)
5+
* Updated compatible vendor prefix rule to support -ms-user-select (Nicholas C. Zakas)
6+
* Cleanup of text-indent rule and tests (Nicholas C. Zakas)
7+
* More tests for gradients rule (Nicholas C. Zakas)
8+
* Updated gradients rule with better messaging on warnings (Nicholas C. Zakas)
9+
* Updated compatible vendor prefix rules for IE10 (Nicholas C. Zakas)
10+
* Merge fixes (Nicholas C. Zakas)
11+
* Updated parser (fixes #212) (Nicholas C. Zakas)
12+
* Updated parser to fix a few small parsing bugs (Nicholas C. Zakas)
13+
* Fixed issue with extra whitespace being output in quiet mode for CLI (Nicholas C. Zakas)
14+
* Added Windows Script Host CLI (fixes #198) (Nicholas C. Zakas)
15+
* Updated parser with support for unknown @ rule error recovery (fixes #211) (Nicholas C. Zakas)
16+
* Further cleanup of background images rule (Nicholas C. Zakas)
17+
* Created rule to check for fallback colors when CSS3 colors are in use (fixes #207) (Nicholas C. Zakas)
18+
* Cleanup of hpbuniat's rule (Nicholas C. Zakas)
19+
* Merge pull request #200 from hpbuniat/duplicate-background-url (Nicholas C. Zakas)
20+
* use the power of parser-lib, as mentioned by nzakas (Hans-Peter Buniat)
21+
* added rule to detect multiple usage of the same background-image (Hans-Peter Buniat)
22+
23+
124
November 15, 2011 - v0.8.5
225

326
* Updated parser (fixes #206 and fixes #209) (Nicholas C. Zakas)
@@ -187,3 +210,5 @@ June 15, 2011 - v0.1.0
187210

188211

189212

213+
214+

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<project name="csslint" default="build.all">
22

33
<!-- version number -->
4-
<property name="csslint.version" value="0.8.5" />
4+
<property name="csslint.version" value="0.9.0" />
55

66
<!-- the directories containing the source files -->
77
<property name="src.dir" value="./src" />

0 commit comments

Comments
 (0)