Releases: projectwallace/css-analyzer
Releases · projectwallace/css-analyzer
Improved size and cohesion metrics
Add selectors per rule metric
Minor:
- Add selectors per rule metric 56551c2
{ "rules.selectors.total": 3, "rules.selectors.average": 0.5, "rules.selectors.min": 1, "rules.selectors.max": 2, }
Temporary fix for float duration values
This is a temporary fix for values like 0.5s
crashing the complete analyzer. Caused by a bug downstream.
Rewrite tests & reduce install size
v2.2.0-0
2.2.0-0
ignore CSS keywords for z-indexes and box-shadows
v2.1.1 2.1.1
Add z-index and box-shadow analysis
- Add
box-shadow
analysis - Add
z-index
analysis - Update dependencies
v2.0.0
- Output is flattened by default (breaking change)
- dependencies updated
- color duplicate reporting follows the format of other reports for more consistency (breaking change)
- color duplicates are renamed to 'notations' instead of 'aliases' (breaking change)
- ... and lots of tiny tweaks
See all issues and PR's in this release: https://github.com/projectwallace/css-analyzer/milestone/1?closed=1
v2 pre-release
v2.0.0-0 2.0.0-0
Improve vendor prefix anlysis
Use is-vendor-prefixed and vendor-prefixes to more accurately determine vendor prefixes for selector, values and properties.