Releases: pionxzh/wakaru
Releases Β· pionxzh/wakaru
unminify: v0.1.3
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
unpacker: v0.1.1
unminify: v0.1.2
cli: v0.0.5
cli: v0.0.4
unminify: v0.1.1
cli: v0.0.3
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
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
- improve error log (df455eb)
unminify: v0.1.0
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)