Skip to content

Commit 2a2cac5

Browse files
committed
Version 0.9.8
1 parent ee1af4e commit 2a2cac5

11 files changed

+1354
-555
lines changed

CHANGELOG

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
May 14, 2012 - v0.9.8
2+
3+
* Merge pull request #272 from mahonnaise/text-indent (Nicholas C. Zakas)
4+
* Changed the -98px test to -99px (the exact threshold value). Added -99em and -100em tests in order to increase test coverage and to document the current (actually desired) behavior (see #133). (Jos Hirth)
5+
* Ensure proper output flushing for Node.js (Nicholas C. Zakas)
6+
* Fix output for checkstyle when a file can't be read (fixes #253) (Nicholas C. Zakas)
7+
* Merge branch 'master' of github.com:stubbornella/csslint (Nicholas C. Zakas)
8+
* Updated parser (fixes #261, fixes #259, fixes #242) (Nicholas C. Zakas)
9+
* Merge pull request #269 from mahonnaise/master (Nicholas C. Zakas)
10+
* Merge pull request #270 from huangyingjie/master (Nicholas C. Zakas)
11+
* cannot find csslint.js (huangyingjie)
12+
* use the parser's "hack" property instead of redoing this step again (Jos Hirth)
13+
* +2 rules which detected star (IE6/7) and underscore (IE6) property hacks (Jos Hirth)
14+
* Merge pull request #268 from frvge/patch-1 (Nicholas C. Zakas)
15+
* Fix typo (Frank van Gemeren)
16+
* Merge pull request #265 from frvge/patch-1 (Nicholas C. Zakas)
17+
* Fix typo (Frank van Gemeren)
18+
* Merge pull request #252 from aaronpowell/master (Nicholas C. Zakas)
19+
* Merge pull request #260 from mahonnaise/master (Nicholas C. Zakas)
20+
* use separate flags for text-indent and direction. fixes #249 (Jos Hirth)
21+
* Merge pull request #256 from khoomeister/master (Nicholas C. Zakas)
22+
* updated xml formatters to escape ampersand character, updated tests to check ampersand and fixed other tests to check angled brackets as well (Jenkins)
23+
* Update npm/package.json (Aaron Powell)
24+
25+
126
March 2, 2012 - v0.9.7
227

328
* Fix unqualified attribute issue (fixes #237) (Nicholas C. Zakas)
@@ -254,6 +279,8 @@ June 15, 2011 - v0.1.0
254279

255280

256281

282+
283+
257284

258285

259286

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

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

0 commit comments

Comments
 (0)