github tdewolff/minify v2.9.1

latest releases: v2.20.19, v2.20.18, v2.20.17...
3 years ago
  • JS: fix parsing in identifier in group expressions
  • JS: fix parsing identifiers inside arrow function body in some cases #324
  • JS: keep all license comments at the top of the file
  • JS: minify typeof x==='undefined' to typeof x=='undefined'
  • JS: merge expressions and var declarations with for with empty initializer or with while statement converted to for
  • JS: iteratively merge if(a){return b}if(c){return d}return e chains to return a?b:c?d:e

Don't miss a new minify release

NewReleases is sending notifications on new releases.