Releases: danvk/source-map-explorer
Releases Β· danvk/source-map-explorer
v2.5.3
v2.5.2
v2.5.1
π§ Internal
- Update dependencies
v2.5.0
π Enhancements
- #186 Improve performance of HTML generator. Thanks to @khanguy00 for the contribution!
v2.4.2
v2.4.1
v2.4.0
π Enhancements
- #171 Sort by bundle name and file name. Bundles are now sorted by name, Set
sort: true
/--sort
to sort filenames. Thanks to @khanguy00 for the contribution!
π Bug fixes
- #136 Report InvalidMappingColumn on tsc generated source map
π§ Internal
v2.3.1
v2.3.0
π Enhancements
- #113 Calculate gzip sizes. CLI/API got
gzip
option/parameter that enables calculating gzip size (gzip-size
package is used) instead of parsed size. Calculating gzip size makes impossible to calculate unmapped bytes because the sum of gzip sizes is not equal to total bytes due to the nature of compression. Therefore settinggzip = true
/--gzip
will also setonlyMapped = true
. Thanks to @tylergraf for the contribution! - #137 Collapse non-contributing directories
π Bug fixes
- #160 Fix coverages for inlined code exclusion. Thanks to @aholachek for the contribution!
- #158 Version 2.2 too slow
Other
- bundle-wizard - Easier analysis of webapp entry points (uses
source-map-explorer
under the hood)