-
Notifications
You must be signed in to change notification settings - Fork 2
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
5f68d31
commit a57096b
Showing
2 changed files
with
10 additions
and
5 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,17 +1,22 @@ | ||
# Changelog | ||
|
||
## 0.1.4 | ||
|
||
- Show "No data to display" with a helpful message when there is no data to display in the report. | ||
- Prevent black boxes in tree maps with large `[unassigned]` tiles. | ||
|
||
## 0.1.3 | ||
|
||
Show the approximate file and folder size after GZIP and Brotli compression. | ||
- Show the approximate file and folder size after GZIP and Brotli compression. | ||
|
||
## 0.1.2 | ||
|
||
Use the `open` package to open the generated reports. | ||
- Use the `open` package to open the generated reports. | ||
|
||
## 0.1.1 | ||
|
||
Use `execFileSync` instead of `exec` to prevent potential shell injection when the path contains characters that the shell interprets in a special way, for instance quotes and spaces. | ||
- Use `execFileSync` instead of `exec` to prevent potential shell injection when the path contains characters that the shell interprets in a special way, for instance quotes and spaces. | ||
|
||
## 0.1.0 | ||
|
||
Initial release of sonda that allowed generating an `'html'` and `'json'` report for bundles generated by Vite, Rollup, Webpack, and esbuild. | ||
- Initial release of sonda that allowed generating an `'html'` and `'json'` report for bundles generated by Vite, Rollup, Webpack, and esbuild. |
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