-
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
d820449
commit 82da140
Showing
14 changed files
with
32 additions
and
58 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,22 +1,39 @@ | ||
# Changelog | ||
|
||
## 0.2.0 | ||
|
||
### Minor Changes | ||
|
||
- b8b5b87: Add switch to toggle between uncompressed, GZIP, and Brotli treemap diagrams. | ||
- b8b5b87: Do not read dependency source maps by default. Use the `detailed` configuration option to read them. | ||
- b8b5b87: Update modal for assets to display how much code comes from ESM, CJS, or unknown sources. | ||
- b8b5b87: Improve GZIP and Brotli compression size estimations instead of showing worst-case sizes. | ||
- b8b5b87: Add modal for assets that displays the bundled, GZIP, and Brotli sizes. | ||
- b8b5b87: Update modal for assets to list external dependencies. | ||
- b8b5b87: Do not calculate GZIP and Brotli sizes by default. Use the `gzip` and `brotli` configuration options to calculate them. | ||
|
||
### Patch Changes | ||
|
||
- b8b5b87: Correctly load source maps when `sourceMappingURL` contains URL params. | ||
- b8b5b87: Remove unnecessary `#__PURE__` comments. | ||
|
||
## 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. | ||
- 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
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,7 @@ | ||
# unplugin-sourcemaps | ||
|
||
## 0.1.1 | ||
|
||
### Patch Changes | ||
|
||
- b8b5b87: Correctly load source maps when `sourceMappingURL` contains URL params. |
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