Releases: danvk/source-map-explorer
Releases · danvk/source-map-explorer
New counting strategy
- source-map-explorer now reports the number of bytes that map back to each source file, with no attempt to fix or interpret the mappings. It also reports the number of unmapped bytes. See #47.
v1.4.0
- Clearer message when input file doesn't exist. (#50; Thanks @Polyergic!)
- Expand globs (helpful on windows)
- Use kibibytes instead of kilobytes (1024B = 1KB, not 1.02KB; Thanks @lencioni!)
v1.3.3
- Add loadSourceMap and computeGeneratedFileSizes to exports
- Render filesizes as b, kB, MB
- Add global flag for install
v1.3.2
--replace
is now a regular expression
v1.3.1
- Inline JS/CSS so that the generated HTML is standalone
v1.3.0
- Offline support. Explore your source maps from an airplane, no problem!
- Updated treemap layout algorithm to improve clarity. See details.
v1.2.2
- Display an error and path to HTML when no web browser is available (e.g. on a remote server)
- Fix license in NPM package (it's Apache2)
v1.2.1
- Look for source maps relative to the JS file's directory, not the current working directory
v1.2.0
- Added a
--tsv
option for tab-delimited output