Skip to content

Releases: pionxzh/wakaru

unminify: v0.1.3

09 Jan 18:52
Compare
Choose a tag to compare

0.1.3 (2024-01-09)

Bug Fixes

  • handle escaped character in template literal (ed66bf6)
  • print filename on warning "Multiple exports of ..." (d784322)
  • should stale the scope after renaming or adding new varaible (3afdd7c)
  • un-esm: properly handle the export order of mixed exports (90b6c47)
  • unminify: add error handling for code printing (4e2b952)
  • unminify: add error handling to early exit the rule loop (22bd4c0)

cli: v0.0.6

09 Jan 18:52
Compare
Choose a tag to compare

0.0.6 (2024-01-09)

Bug Fixes

  • cli: perf.json will be generated at the common base dir when there are multiple output directories (7997c83), closes #85

unpacker: v0.1.1

06 Jan 14:36
Compare
Choose a tag to compare

0.1.1 (2024-01-06)

Bug Fixes

  • fix: handle renaming issue with #private (6d0930d)
  • handle parsing error in unpacker (1a86293)

unminify: v0.1.2

06 Jan 14:36
Compare
Choose a tag to compare

0.1.2 (2024-01-06)

Bug Fixes

  • fix errors from fromPaths (8573cd8)

cli: v0.0.5

06 Jan 14:36
Compare
Choose a tag to compare

0.0.5 (2024-01-06)

Bug Fixes

  • cli: improve unpacker log for multiple files (96e0ef3)

cli: v0.0.4

04 Jan 19:37
Compare
Choose a tag to compare

0.0.4 (2024-01-01)

Features

  • cli: add perf stats for unpacker (395cb7f), closes #84

Bug Fixes

  • cli: fix missing validation message (52cb975)
  • cli: perf should be generated no matter what feature was chosen (14e8928)

unminify: v0.1.1

30 Dec 11:43
Compare
Choose a tag to compare

0.1.1 (2023-12-30)

Features

  • support dynamic jsx tag (0b51e23)
  • un-esm: add annotation for requires with missing module (2999909), closes #77

cli: v0.0.3

30 Dec 11:43
Compare
Choose a tag to compare

0.0.3 (2023-12-30)

Features

  • cli: support path auto-completion (d5b731c)

Bug Fixes

  • cli: fix output path validation throw "no such file or directory" (f4475d8)
  • cli: handle perf.json path when output is overriden (332c84b), closes #85
  • cli: handle path completion at base (1a5fa1e)
  • cli: input should all use resolveFileGlob (3ef39a6)
  • cli: interative mode's path validation should accept glob pattern (7af0bab), closes #81

unpacker: v0.1.0

15 Dec 02:00
Compare
Choose a tag to compare

0.1.0 (2023-12-15)

⚠ BREAKING CHANGES

  • bump Node.js to >= 18
  • deprecate @wakaru/unminify and @wakaru/unpacker CLI in favor of @wakaru/cli

Features

  • bump Node.js to >= 18 (c36d0a0)
  • deprecate @wakaru/unminify and @wakaru/unpacker CLI in favor of @wakaru/cli (be2012e)

Bug Fixes

unminify: v0.1.0

15 Dec 02:00
Compare
Choose a tag to compare

0.1.0 (2023-12-15)

⚠ BREAKING CHANGES

  • bump Node.js to >= 18
  • deprecate @wakaru/unminify and @wakaru/unpacker CLI in favor of @wakaru/cli

Features

  • bump Node.js to >= 18 (c36d0a0)
  • cli: implement new standalone CLI with better UX (deda1df)
  • deprecate @wakaru/unminify and @wakaru/unpacker CLI in favor of @wakaru/cli (be2012e)

Bug Fixes

  • improve error log (df455eb)
  • smart-rename: handle invalid/reserved identifier (2821b6d)
  • un-esm: skip invalid import name (8182f99)