Releases: jbest84/NUglify
Releases · jbest84/NUglify
Release list
v1.22.3
v1.22.2
v1.22.1
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
v1.21.18
What's Changed
- Bugfix 442 by @jbest84 in #443
- Modernize build pipeline and retarget to net10 with cleanup by @jbest84 in #446
- Bug 389: let/const scope issue by @DanielStout5 in #444
- Bug 439: Add support for CSS media queries level 4 by @DanielStout5 in #445
New Contributors
- @DanielStout5 made their first contribution in #444
Full Changelog: v1.21.17...v1.21.18
v1.21.17
What's Changed
- Fix Bug #403 by @J-Griffin in #428
New Contributors
- @J-Griffin made their first contribution in #428
Full Changelog: v1.12.16...v1.21.17
v1.21.15
What's Changed
- Add support for CSS clamp function with + operator (Fixes issue #424) - v1.1 by @utilsites in #427
New Contributors
- @utilsites made their first contribution in #427
Full Changelog: v1.21.14...v1.21.15
v1.21.14
What's Changed
- Bug 422 by @limsbeheer in #423
New Contributors
- @limsbeheer made their first contribution in #423
Full Changelog: v1.21.13...v1.21.14