|
| 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 | + |
1 | 27 | May 14, 2012 - v0.9.8
|
2 | 28 |
|
3 | 29 | * Merge pull request #272 from mahonnaise/text-indent (Nicholas C. Zakas)
|
@@ -281,6 +307,8 @@ June 15, 2011 - v0.1.0
|
281 | 307 |
|
282 | 308 |
|
283 | 309 |
|
| 310 | + |
| 311 | + |
284 | 312 |
|
285 | 313 |
|
286 | 314 |
|
0 commit comments