Skip to content

Releases: macbre/analyze-css

v0.4.1

04 Aug 19:42
Compare
Choose a tag to compare

This minor release brings updated npm dependencies and prefixes data from autoprefixer.

v0.4.0

12 May 18:20
Compare
Choose a tag to compare

Next release of analyze-css brings two new metrics:

  • #7 - Add number of "complex" selectors by attribute metric
  • #13 - Add multiple classes metric

v0.3.0

12 Feb 19:04
Compare
Choose a tag to compare

This release brings the following new, shiny features:

  • #8 - Report the use of expression
  • #9 - Report a redundant body selector
  • #23 - Report more old IE / Firefox specific hacks
  • #28 - Allow reading CSS from stdin
  • #31 - Tests improved
  • #32 - Update dependencies
  • #33 - Support media queries
  • #35 - Add --ignore-ssl-errors flag. (by @plasticine)

v0.2.0

23 Dec 15:39
Compare
Choose a tag to compare

This release brings you the following:

  • #2 - Report outdated CSS prefixes
  • #4 - CSS Specificity (as suggested by @plasticine)
  • #5 - Add universal selector metric
  • #10 - Improve error reporting
  • #15 - Rules with comments should be treated as an empty ones
  • #17 - Report duplicated selectors
  • #18 - Report total length of base64-encoded data

First release

20 Dec 21:26
Compare
Choose a tag to compare

First release of analyze-css, a tool used by phantomas for gathering CSS performance and complexity metrics.