Skip to content

Commit

Permalink
Version 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed May 14, 2012
1 parent ee1af4e commit 2a2cac5
Show file tree
Hide file tree
Showing 11 changed files with 1,354 additions and 555 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
May 14, 2012 - v0.9.8

* Merge pull request #272 from mahonnaise/text-indent (Nicholas C. Zakas)
* 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)
* Ensure proper output flushing for Node.js (Nicholas C. Zakas)
* Fix output for checkstyle when a file can't be read (fixes #253) (Nicholas C. Zakas)
* Merge branch 'master' of github.com:stubbornella/csslint (Nicholas C. Zakas)
* Updated parser (fixes #261, fixes #259, fixes #242) (Nicholas C. Zakas)
* Merge pull request #269 from mahonnaise/master (Nicholas C. Zakas)
* Merge pull request #270 from huangyingjie/master (Nicholas C. Zakas)
* cannot find csslint.js (huangyingjie)
* use the parser's "hack" property instead of redoing this step again (Jos Hirth)
* +2 rules which detected star (IE6/7) and underscore (IE6) property hacks (Jos Hirth)
* Merge pull request #268 from frvge/patch-1 (Nicholas C. Zakas)
* Fix typo (Frank van Gemeren)
* Merge pull request #265 from frvge/patch-1 (Nicholas C. Zakas)
* Fix typo (Frank van Gemeren)
* Merge pull request #252 from aaronpowell/master (Nicholas C. Zakas)
* Merge pull request #260 from mahonnaise/master (Nicholas C. Zakas)
* use separate flags for text-indent and direction. fixes #249 (Jos Hirth)
* Merge pull request #256 from khoomeister/master (Nicholas C. Zakas)
* updated xml formatters to escape ampersand character, updated tests to check ampersand and fixed other tests to check angled brackets as well (Jenkins)
* Update npm/package.json (Aaron Powell)


March 2, 2012 - v0.9.7

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








2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project name="csslint" default="build.all">

<!-- version number -->
<property name="csslint.version" value="0.9.7" />
<property name="csslint.version" value="0.9.8" />

<!-- the directories containing the source files -->
<property name="src.dir" value="./src" />
Expand Down
Loading

0 comments on commit 2a2cac5

Please sign in to comment.