5.10.0
🥳 New
- Add gradient analysis by @bartveneman in #327
Fixes
- Fix typings here and there by @bartveneman in #310
- case-sensitivity fixes, additional tests by @bartveneman in #318
- fix animation-duration in value lists, closes #322 by @bartveneman in #329
Other changes
- improve LoC calculation, using CSSTree instead of Regex by @bartveneman in #309
- Reduce bundle size by @bartveneman in #312
- use
===
consistently instead of sometimes==
by @bartveneman in #313 - use consistent
let
for non-consts by @bartveneman in #314 - avoid many property lookups with some local caches by @bartveneman in #315
- use case-insensitive Set-like construct to avoid lot of toLowerCase() by @bartveneman in #316
- update @bramus/specificity 2.2.0->2.3.0 by @bartveneman in #328
Full Changelog: v5.9.0...v5.10.0