Skip to content

Releases: CSSLint/csslint

v1.0.3

20 Sep 11:34
Compare
Choose a tag to compare
v1.0.3.

v1.0.2

19 Jul 18:55
Compare
Choose a tag to compare
v1.0.2.

v1.0.1.

15 Jul 17:27
Compare
Choose a tag to compare
Just to fix dist files version.

v1.0.0

15 Jul 09:55
Compare
Choose a tag to compare
v1.0.0.

v0.10.0

08 Apr 03:36
Compare
Choose a tag to compare
  • Update README.md (Nicole Sullivan)
  • Bump minimum Node version to 0.8 and add CI tests (Nick Schonning)
  • Adding contributors to the README.md (Nicole Sullivan)
  • Bump devDependencies (Nick Schonning)
  • Add bug URL to package.json (Nick Schonning)
  • Add Full license block banner (Nick Schonning)
  • Alias build directory (Nick Schonning)
  • Minor fixes from code review by @jaredwy (Nick Schonning)
  • Inline YUITest CLI to standardize output (Nick Schonning)
  • Add Rhino test task (Nick Schonning)
  • Fix concat targets (Nick Schonning)
  • Add release task (Nick Schonning)
  • Add clean task (Nick Schonning)
  • Add back testrunner.html test javascript file (Nick Schonning)
  • Update Travis and NPM building (Nick Schonning)
  • Remove Uglify task (Nick Schonning)
  • Add YUITest custom task (Nick Schonning)
  • Add .gitattibutes for line endings (Nick Schonning)
  • Add parser-lib concatination (Nick Schonning)
  • Fix package.json path for Ant (Nick Schonning)
  • Fix linting errors in tests (Nick Schonning)
  • Add concat tasks (Nick Schonning)
  • Suppress new errors caused by latest JSHint (Nick Schonning)
  • Fix indenting and add .editorconfig (Nick Schonning)
  • Scaffold Gruntfile and add node dependencies (Nick Schonning)
  • Ensure node modules won't get checked in (Nick Schonning)
  • Move package.json to project root (Nick Schonning)
  • Fix #364. In WSH, return empty string for files not found. (Dave Methvin)
  • Removing an unneeded line which was causing the CLI option validation to fail (jklein)
  • drop os property from package.json (vomitcuddle)
  • Adding a validateOptions function and warning/exiting on invalid options (jklein)
  • Fixes #345 - Using absolute paths for the excluded files and the files to lint so the comparison is clean (jklein)
  • Update CONTRIBUTING.md (Nick Schonning)
  • Updated contributors (Nicholas C. Zakas)
  • Fix Travis build (Nicholas C. Zakas)

v0.9.10

08 Apr 03:38
Compare
Choose a tag to compare
  • 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)

v0.9.9

08 Apr 03:40
Compare
Choose a tag to compare
  • 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)

v0.9.8

08 Apr 03:41
Compare
Choose a tag to compare
  • 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)
  • Ensure proper output flushing for Node.js (Nicholas C. Zakas)
  • Fix output for checkstyle when a file can't be read (fixes #253) (Nicholas C. Zakas)
  • Updated parser (fixes #261, fixes #259, fixes #242) (Nicholas C. Zakas)
  • cannot find csslint.js (huangyingjie)
  • use the parser's "hack" property instead of redoing this step again (Jos Hirth)
  • +2 rules which detected star (IE6/7) and underscore (IE6) property hacks (Jos Hirth)
  • Fix typo (Frank van Gemeren)
  • Fix typo (Frank van Gemeren)
  • use separate flags for text-indent and direction. fixes #249 (Jos Hirth)
  • updated xml formatters to escape ampersand character, updated tests to check ampersand and fixed other tests to check angled brackets as well (Jenkins)
  • Update npm/package.json (Aaron Powell)

v0.9.7

08 Apr 03:42
Compare
Choose a tag to compare
  • Fix unqualified attribute issue (fixes #237) (Nicholas C. Zakas)

v0.9.6

08 Apr 03:43
Compare
Choose a tag to compare
  • Make sure line numbers are correct for vendor-prefix rule (fixes #238) (Nicholas C. Zakas)
  • fix line and column numbers for compatible vendor prefixes rule (fixes #236) (Nicholas C. Zakas)
  • Fixed JavaScript compatibility issues in several places. Everything now works in IE < 9. (Nicholas C. Zakas)
  • Updated parser (fixes #234) (Nicholas C. Zakas)