v1.22.0
What's Changed
- Fix BigInt constant folding overflow by @jbest84 in #447
- Fix destructuring shorthand output by @jbest84 in #448
- CSS Nesting Module Level 1 by @jbest84 in #449
- Fix duplicate let/var minified identifiers in block scopes by @jbest84 in #450
- Fix strict-mode errors for destructuring object patterns by @jbest84 in #451
- Fix HTML minifier collapsing custom true-valued attrs like hx-boost by @jbest84 in #452
- Fix quoted class and object method names in JS parser by @jbest84 in #453
- Fix static computed class methods losing static keyword by @jbest84 in #454
- Fix object rest destructuring binding parsing by @jbest84 in #455
- Fix HTML pretty-print custom properties starting with digits by @jbest84 in #456
- Add support for modern CSS viewport and font-relative units by @jbest84 in #457
- Fix block-function rename collisions without regressing manual renames by @jbest84 in #458
- Fix manual rename pairs for class methods and accessors by @jbest84 in #459
- Preserve assignment side effects when folding strict comparisons in n… by @jbest84 in #460
- Fix
@supportsselector() parsing in CSS minifier by @jbest84 in #461
Full Changelog: v1.21.18...v1.22.0