Skip to content

unminify: v0.2.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Apr 19:33

0.2.1 (2024-04-23)

Features

  • un-sequence-expression: support for in and for of loop (f584dc1)
  • unminify: add un-import-rename rule (95d3d00)

Bug Fixes

  • improve removing temporary variables (288f71b)
  • un-default-parameter: handle parameters with gap (#124) (1458630)
  • un-indirect-call: better naming conflicts handling (976d80f)
  • un-optional-chaining: handle edge case when optional chaining are concated (3c8190f)
  • un-sequence-expression: keep the last assignment in for init (68e36c5)
  • un-sequence-expression: shouold not split seqs in while condition (4607903), closes #122