Skip to content

Releases: mishoo/UglifyJS

v3.13.6

10 May 19:55
7b8570f
Compare
Choose a tag to compare

Features

Bug Fixes

v3.13.5

29 Apr 16:45
8aa650b
Compare
Choose a tag to compare

Features

  • drop unused self-referencing class & function (bddb5a0)
  • handle Map, Set, WeakMap & WeakSet (f46209b)
  • improve detection of unused assignment (9b8deff)
  • improve compression on variable reassignment (10dd9d4)
  • enable ESTree translation on all supported ECMAScript features (324587f, 97bd56b)
  • support __PURE__ in ESTree translation (d576495)

Bug Fixes

v3.13.4

11 Apr 20:34
f1f4a4d
Compare
Choose a tag to compare

Features

  • improve compression on class definition (aed758e)
  • mangle class field and method (10fbf8e)

Bug Fixes

v3.13.3

28 Mar 22:58
6335b5f
Compare
Choose a tag to compare

Features

Bug Fixes

v3.13.2

21 Mar 20:38
9c01511
Compare
Choose a tag to compare

Features

  • support exponentiation assignment operator (01aa078)
  • flexible handling of __PURE__ through new annotations option (3b5d501)
  • retain class names via keep_fnames (997d09b)
  • better formatting of comments under beautify (7d595e2)
  • import/export { foo as foo }; ➡️ import/export { foo }; (2411132)
  • var f = async function*() { ... }; ➡️ async function* f() { ... } (b244b4e)

Bug Fixes

v3.13.1

11 Mar 22:50
24b73a9
Compare
Choose a tag to compare

 

v3.13.0

01 Mar 15:24
bd73720
Compare
Choose a tag to compare

 

v3.12.8

13 Feb 13:38
766742e
Compare
Choose a tag to compare

 

v3.12.7

06 Feb 18:44
5c84dfa
Compare
Choose a tag to compare

 

v3.12.6

31 Jan 17:38
ac7b5c0
Compare
Choose a tag to compare