Skip to content

Releases: projectwallace/css-analyzer

Animations reporting

13 Dec 22:04
1158771
Compare
Choose a tag to compare
  • Add reporting for animation/transition-related declarations
  • Add specificity.max

v2.6.0...v2.7.0

Add text-shadow analysis

20 Sep 13:35
Compare
Choose a tag to compare
  • Add text-shadow analysis
  • Update dependencies

Stop failing loudly on invalid selectors

25 Jun 12:28
Compare
Choose a tag to compare
  • Bump esm from 3.0.84 to 3.2.25 (#144) eb7d30b
  • skip selectors that cannot be analyzed for complexity (#143) 24d1d43

v2.5.0...v2.5.1

LOC and selector complexity reports, dependencies updated

16 Jun 13:20
Compare
Choose a tag to compare

v2.4.0...v2.5.0

Improved size and cohesion metrics

16 May 20:18
Compare
Choose a tag to compare
  • Implement GZip and Brotli size reporting (#128)
  • Report rule with most (and least) selectors (#130)
  • Analyze vendor prefixed @keyframes (#131)
  • Add analysis for lowest cohesion rules (#133)

v2.3.0...v2.4.0

Add selectors per rule metric

30 Mar 20:19
Compare
Choose a tag to compare

Minor:

  • Add selectors per rule metric 56551c2
    {
      "rules.selectors.total": 3,
      "rules.selectors.average": 0.5,
      "rules.selectors.min": 1,
      "rules.selectors.max": 2,
    }

v2.2.2...v2.3.0

Temporary fix for float duration values

19 Mar 21:53
Compare
Choose a tag to compare

This is a temporary fix for values like 0.5s crashing the complete analyzer. Caused by a bug downstream.

Rewrite tests & reduce install size

17 Mar 22:30
Compare
Choose a tag to compare
  • Overhauls pretty much all tests
  • Better error message when providing invalid CSS (#107)
  • Reduce install size by only distributing the src folder to consumers of this package (#116)

v2.2.0-0

17 Mar 22:30
Compare
Choose a tag to compare
v2.2.0-0 Pre-release
Pre-release
2.2.0-0

ignore CSS keywords for z-indexes and box-shadows

04 Feb 19:25
Compare
Choose a tag to compare