Skip to content

Releases: danvk/source-map-explorer

v1.6.0

13 Aug 22:15
Compare
Choose a tag to compare

New counting strategy

22 Sep 18:49
Compare
Choose a tag to compare
  • 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

03 Jul 14:32
Compare
Choose a tag to compare
  • 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

01 Nov 20:15
Compare
Choose a tag to compare
  • Add loadSourceMap and computeGeneratedFileSizes to exports
  • Render filesizes as b, kB, MB
  • Add global flag for install

v1.3.2

04 May 23:04
Compare
Choose a tag to compare
  • --replace is now a regular expression

v1.3.1

11 Apr 05:31
Compare
Choose a tag to compare
  • Inline JS/CSS so that the generated HTML is standalone

v1.3.0

19 Jan 18:33
Compare
Choose a tag to compare
  • Offline support. Explore your source maps from an airplane, no problem!
  • Updated treemap layout algorithm to improve clarity. See details.

v1.2.2

03 Nov 14:47
Compare
Choose a tag to compare
  • 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

23 Oct 20:56
Compare
Choose a tag to compare
  • Look for source maps relative to the JS file's directory, not the current working directory

v1.2.0

23 Oct 02:59
Compare
Choose a tag to compare
  • Added a --tsv option for tab-delimited output