Skip to content

v0.9.10

Compare
Choose a tag to compare
@nschonni nschonni released this 08 Apr 03:38
· 245 commits to master since this release
  • Switch to using Node.js version of YUI Test (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)
  • 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)
  • Adding a new rule (bulletproof @font-face declarations) and removing one of the global tests that is made obsolete by the new rule (jklein)
  • 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)
  • 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)
  • Microsoft uses unprefixed gradients (Michael Mattiacci)
  • 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)