Skip to content

Commit 8054c75

Browse files
committed
v0.9.9
1 parent 627ea5a commit 8054c75

11 files changed

+1595
-2158
lines changed

CHANGELOG

+28
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
September 12, 2012 - v0.9.9
2+
3+
* Fix Travis-CI file (Nicholas C. Zakas)
4+
* Merge pull request #296 from travis4all/clean (Nicholas C. Zakas)
5+
* Fix box model rule so there's not a warning when box-sizing is used (fixes #298) (Nicholas C. Zakas)
6+
* Added config file capability to CLI (fixes #297) (Nicholas C. Zakas)
7+
* :gem: Travis CI image/link in readme :gem: (travis4all)
8+
* :gem: Added travis.yml file :gem: (travis4all)
9+
* Fixed behavior of ignores/warnings/errors to preserve old behavior (Nicholas C. Zakas)
10+
* Added CLI option for ignoring rules (fixes #231) (Nicholas C. Zakas)
11+
* Make sure box model rule doesn't warn when width or height are set to auto, etc. (fixes #287) (Nicholas C. Zakas)
12+
* Merge branch 'master' of github.com:stubbornella/csslint (Nicholas C. Zakas)
13+
* Fixes to compatible vendor prefixes rule (fixes #285 and fixes #286) (Nicholas C. Zakas)
14+
* Merge pull request #235 from indieisaconcept/junit-formatter (Nicholas C. Zakas)
15+
* Updated parser (fixes #276) (Nicholas C. Zakas)
16+
* Merge pull request #292 from zachleat/patch-1 (Nicholas C. Zakas)
17+
* Microsoft uses unprefixed CSS3 animations, so this should just rely on the "Require standard property with vendor prefix" rule instead. First noticed on css3please.com, also reported on caniuse.com, and http://msdn.microsoft.com/en-us/library/ie/hh673530(v=vs.85).aspx (Zach Leatherman)
18+
* Merge pull request #284 from mahonnaise/known-properties (Nicholas C. Zakas)
19+
* dead code removal, point at parser-lib as authority for known properties, addressed concern from #283 (Jos Hirth)
20+
* Merge pull request #278 from mahonnaise/all-rules (Nicholas C. Zakas)
21+
* normalize/reset flavored rule (i.e. the blandest thing I could think of) (Jos Hirth)
22+
* Use an element rather than a class for the 'regular rule' test. This avoids conflicts with rules about naming conventions. (Jos Hirth)
23+
* Added CDATA wrapper to evidence output for JUNIT formatter (indieisaconcept)
24+
* Added junit to the available formatters (indieisaconcept)
25+
26+
127
May 14, 2012 - v0.9.8
228

329
* Merge pull request #272 from mahonnaise/text-indent (Nicholas C. Zakas)
@@ -281,6 +307,8 @@ June 15, 2011 - v0.1.0
281307

282308

283309

310+
311+
284312

285313

286314

build.xml

+1-1
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.9.8" />
4+
<property name="csslint.version" value="0.9.9" />
55

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

0 commit comments

Comments
 (0)