Skip to content

Commit

Permalink
Release v0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Jan 17, 2013
1 parent 6040507 commit c31f1b9
Show file tree
Hide file tree
Showing 11 changed files with 15,371 additions and 837 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
January 17, 2013 - v0.9.10

* Switch to using Node.js version of YUI Test (Nicholas C. Zakas)
* Merge branch 'master' of github.com:stubbornella/csslint (Nicholas C. Zakas)
* Merge pull request #339 from zachleat/master (Nicholas C. Zakas)
* Merge pull request #317 from philipwalton/selector-max (Nicholas C. Zakas)
* Merge pull request #307 from fracmak/fallback_border_colors (Nicholas C. Zakas)
* Updated parser to the latest (Nicholas C. Zakas)
* Crusade against -moz-border-radius. Gecko switched to unprefixed border-radius as of Firefox 4. (zachleat)
* Merge pull request #338 from shannonmoeller/feature/embedded-rulesets (Nicholas C. Zakas)
* Disambiguated embedded ruleset value map. (Shannon Moeller)
* Modified file-level rules handling to follow jshint-style specificity. (Shannon Moeller)
* Added support for embedded rulesets. Resolves #336. (Shannon Moeller)
* Merge pull request #331 from jklein/bulletproof-font-face-rule (Nicole Sullivan)
* Adding a new rule (bulletproof @font-face declarations) and removing one of the global tests that is made obsolete by the new rule (jklein)
* Merge pull request #326 from nschonni/add-contributor-guidlines (Nicholas C. Zakas)
* Basic Contributor guidelines (Nick Schonning)
* Try to fix Travis build (Nicholas C. Zakas)
* added tests for border-color, border-[top,right,bottom,left], border-[top,right,bottom,left]-color (Jay Merrifield)
* Updated parser (fixes #319) (Nicholas C. Zakas)
* Fix YUI Test so test failures stop build (Nicholas C. Zakas)
* Fixed bug when using config file (fixes #312) (Nicholas C. Zakas)
* Merge pull request #320 from jklein/master (Nicholas C. Zakas)
* Adding the ability to exclude entire directories instead of just single files (jklein)
* Adding an exclude-files option to the command line interface (jklein)
* Adding my name to the contributors list. (Philip Walton)
* Updated the selector-max and selector-max-approaching rules to apply to CSS selectors not just CSS rules. (Philip Walton)
* Merge pull request #311 from mattiacci/gradients (Nicholas C. Zakas)
* Microsoft uses unprefixed gradients (Michael Mattiacci)
* Merge pull request #304 from beckje01/tooManyRules (Nicole Sullivan)
* added border-{top,right,bottom,left}-color rules (Merrifield, Jay)
* adds all variations of border to the fallback-colors rule (Merrifield, Jay)
* Changed from All to IE in the max selector rules. (Jeff Beck)
* Fixed up selector-max test (Jeff Beck)
* Updated the error messages to the requested values and split the two rules into their own files. (Jeff Beck)
* Updated contributors section (Nicholas C. Zakas)
* Rules and test for the IE max selector count warning. There are two rules one that checks for crossing 3800 rules and one that checks for crossing the 4095 limit. (Jeff Beck)

September 12, 2012 - v0.9.9

* Fix Travis-CI file (Nicholas C. Zakas)
Expand Down
Loading

0 comments on commit c31f1b9

Please sign in to comment.