-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d109b93
commit 3758f48
Showing
7 changed files
with
67 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"packages/cli": "0.0.1", | ||
"packages/unminify": "0.0.6", | ||
"packages/unpacker": "0.0.4" | ||
"packages/cli": "0.0.2", | ||
"packages/unminify": "0.1.0", | ||
"packages/unpacker": "0.1.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Changelog | ||
|
||
## [0.0.2](https://github.com/pionxzh/wakaru/compare/cli-v0.0.1...cli-v0.0.2) (2023-12-15) | ||
|
||
|
||
### Features | ||
|
||
* **cli:** generate `perf.json` when perf is enabled ([c5e59d6](https://github.com/pionxzh/wakaru/commit/c5e59d6d32d585b73f8da92adfc0d591bb50d24f)) | ||
* **cli:** implement new standalone CLI with better UX ([deda1df](https://github.com/pionxzh/wakaru/commit/deda1df1c2894c7e9b2b443c01033d366eec549c)) | ||
* **cli:** run unminify in worker ([9f38458](https://github.com/pionxzh/wakaru/commit/9f38458b198a48ad6fec95c7ede1c9ff41f283d8)) | ||
* **cli:** support performance statistic ([771b639](https://github.com/pionxzh/wakaru/commit/771b639f8147666dee984c5c196d746db5a896b3)) | ||
* support non-interative mode ([7f70b43](https://github.com/pionxzh/wakaru/commit/7f70b43f1c4365476c4a4ec2aa77a86652052a2d)) | ||
* use poolifier to manage worker ([59f5ddc](https://github.com/pionxzh/wakaru/commit/59f5ddc61d2b0e7f7b59beadcb8c57887777cbf4)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **cli:** move out the timing measure ([de53a94](https://github.com/pionxzh/wakaru/commit/de53a94219d0c54cdf1d3fc8ddfe5c31aaace618)) | ||
* fix elapsed time ([2e766a4](https://github.com/pionxzh/wakaru/commit/2e766a4daa0985585a947d1824bc4c269fca703d)) | ||
* improve error log ([df455eb](https://github.com/pionxzh/wakaru/commit/df455eb5fc4186d0d57d7ae5d676a8b45407ad64)) | ||
* passing module meta and module mapping to unminify ([551199e](https://github.com/pionxzh/wakaru/commit/551199e52ff10f8a21770b51023fc0d4f7db574f)) | ||
* update clack patch and remove spinner for unpacking ([d3b3da8](https://github.com/pionxzh/wakaru/commit/d3b3da871398062684da4d80cd372ffef706b421)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters