Skip to content

Releases: jbest84/NUglify

v1.22.3

Choose a tag to compare

@jbest84 jbest84 released this 30 Jul 21:07
4684a66

What's Changed

Full Changelog: v1.22.2...v1.22.3

v1.22.2

Choose a tag to compare

@jbest84 jbest84 released this 28 Jul 17:14

What's Changed

  • Fix var reordering end-of-block crash (aad8dbd)

Full Changelog: v1.22.1...v1.22.2

v1.22.1

Choose a tag to compare

@jbest84 jbest84 released this 28 Jul 14:16

What's Changed

  • Fix extra semicolon after loop bodies with TermSemicolons by @jbest84 in #464

Full Changelog: v1.22.0...v1.22.1

v1.22.0

Choose a tag to compare

@jbest84 jbest84 released this 13 Jul 00:22

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 @supports selector() parsing in CSS minifier by @jbest84 in #461

Full Changelog: v1.21.18...v1.22.0

v1.21.18

Choose a tag to compare

@jbest84 jbest84 released this 08 Jul 21:12

What's Changed

New Contributors

Full Changelog: v1.21.17...v1.21.18

Nuget: https://www.nuget.org/packages/NUglify/1.21.18

v1.21.17

Choose a tag to compare

@jbest84 jbest84 released this 06 Jul 15:46

What's Changed

New Contributors

Full Changelog: v1.12.16...v1.21.17

v1.21.15

Choose a tag to compare

@jbest84 jbest84 released this 06 Jul 15:48

What's Changed

  • Add support for CSS clamp function with + operator (Fixes issue #424) - v1.1 by @utilsites in #427

New Contributors

Full Changelog: v1.21.14...v1.21.15

v1.21.14

Choose a tag to compare

@jbest84 jbest84 released this 06 Jul 15:49

What's Changed

New Contributors

Full Changelog: v1.21.13...v1.21.14

v1.21.13

Choose a tag to compare

@jbest84 jbest84 released this 06 Jul 15:51
9b40c04

What's Changed

  • 418: Fixed issue where 2 getters with the same name where 1 of the getters is static resulted in "JS1323: Duplicate class element name" by @ErikvO in #419

Full Changelog: v1.21.12...v1.21.13

v1.21.12

Choose a tag to compare

@jbest84 jbest84 released this 06 Jul 15:51
0a64dff

What's Changed

  • 410: Fixed issue where null coalescing operator combined with "||" or "&&" resulted in syntax errors. by @ErikvO in #417

Full Changelog: v1.21.11...v1.21.12