|
| 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 | + |
1 | 26 | March 2, 2012 - v0.9.7
|
2 | 27 |
|
3 | 28 | * Fix unqualified attribute issue (fixes #237) (Nicholas C. Zakas)
|
@@ -254,6 +279,8 @@ June 15, 2011 - v0.1.0
|
254 | 279 |
|
255 | 280 |
|
256 | 281 |
|
| 282 | + |
| 283 | + |
257 | 284 |
|
258 | 285 |
|
259 | 286 |
|
0 commit comments