Skip to content

Releases: danvk/source-map-explorer

v2.5.3

26 Sep 16:03
Compare
Choose a tag to compare
  • Bump versions on a few dependencies to support Node 18. See #232. Thanks @duhdugg!

v2.5.2

08 Jan 15:53
Compare
Choose a tag to compare

πŸ› Bug fixes

  • #197 Does not support Windows path separator. Thanks to @orokanasaru for the contribution!

πŸ”§ Internal

  • Update dependencies

v2.5.1

28 Nov 09:26
Compare
Choose a tag to compare

πŸ”§ Internal

  • Update dependencies

v2.5.0

21 Aug 08:39
Compare
Choose a tag to compare

πŸš€ Enhancements

  • #186 Improve performance of HTML generator. Thanks to @khanguy00 for the contribution!

v2.4.2

30 Mar 13:10
Compare
Choose a tag to compare

πŸ› Bug fixes

  • #174 Failure should result in non-zero exit code.

πŸš€ Enhancements

  • #181 Add option to disable border checks. Add --no-border-checks/noBorderChecks flag/option to disable invalid mapping column/line checks. This can be useful when we cannot handle a false-positive case

v2.4.1

21 Mar 18:26
Compare
Choose a tag to compare

πŸ› Bug fixes

  • #178 Support webpack:/// in filename. Treat webpack filename prefix as atomic filename part so that webpack:/// isn't split into webpack:, /, /, /

v2.4.0

14 Mar 16:08
Compare
Choose a tag to compare

πŸš€ 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

  • #168 Add performance test
  • #169 Update Travis config and deal with EOLs
  • #170 Switch from babel to tsc. Added source maps to source-map-explorer distributive
  • #141 Merge generate-data into the main project

v2.3.1

20 Feb 19:31
Compare
Choose a tag to compare

πŸ› Bug fixes

  • #137 Collapse non-contributing directories. Fix node collapsing logic.

v2.3.0

19 Feb 14:26
Compare
Choose a tag to compare

πŸš€ 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 setting gzip = true/--gzip will also set onlyMapped = 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)

v2.2.2

10 Jan 05:34
Compare
Choose a tag to compare

πŸ› Bug fixes

  • #154 Ignore coverage for inlined code. Thanks to @jackyef for the contribution!