Skip to content

v0.9.9

Compare
Choose a tag to compare
@nschonni nschonni released this 08 Apr 03:40
· 281 commits to master since this release
  • Fix Travis-CI file (Nicholas C. Zakas)
  • Fix box model rule so there's not a warning when box-sizing is used (fixes #298) (Nicholas C. Zakas)
  • Added config file capability to CLI (fixes #297) (Nicholas C. Zakas)
  • πŸ’Ž Travis CI image/link in readme πŸ’Ž (travis4all)
  • πŸ’Ž Added travis.yml file πŸ’Ž (travis4all)
  • Fixed behavior of ignores/warnings/errors to preserve old behavior (Nicholas C. Zakas)
  • Added CLI option for ignoring rules (fixes #231) (Nicholas C. Zakas)
  • Make sure box model rule doesn't warn when width or height are set to auto, etc. (fixes #287) (Nicholas C. Zakas)
  • Fixes to compatible vendor prefixes rule (fixes #285 and fixes #286) (Nicholas C. Zakas)
  • Updated parser (fixes #276) (Nicholas C. Zakas)
  • 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)
  • dead code removal, point at parser-lib as authority for known properties, addressed concern from #283 (Jos Hirth)
  • normalize/reset flavored rule (i.e. the blandest thing I could think of) (Jos Hirth)
  • Use an element rather than a class for the 'regular rule' test. This avoids conflicts with rules about naming conventions. (Jos Hirth)
  • Added CDATA wrapper to evidence output for JUNIT formatter (indieisaconcept)
  • Added junit to the available formatters (indieisaconcept)