Skip to content

Releases: smikula/webpack-bundle-diff

v1.2.4

22 Nov 15:55
b87f5cd
Compare
Choose a tag to compare
  • Fixes parent module derivation when using Compilation stats (#79)
  • Fixes directParents and lazyParents when merging module graph nodes (#80)

v1.2.3

18 Oct 22:29
b9b1374
Compare
Choose a tag to compare
  • Fixes regression related to scope hoisted modules (#76)

v1.2.2

18 Oct 21:07
be55bcf
Compare
Choose a tag to compare
  • Fixes regression where module parents were not getting populated in the module graph (#74)

v1.2.1

05 Oct 21:05
027bca0
Compare
Choose a tag to compare
  • Fixes regression with 'module.parents' when using Compilation stats (#72)

v1.2.0

04 Oct 22:31
9c8f431
Compare
Choose a tag to compare
  • Adds option to support stats generated from multiple configs (#68)
  • Adds functionality to generate bundle stats using the Compilation object (#70)

v1.1.0

23 Mar 01:21
c5ac68e
Compare
Choose a tag to compare
  • Fixes a bug where some child->parent edges were missed (#44)
  • Adds two new fields on ModuleGraphNode, directParents (corresponding to normal imports) and lazyParents (corresponding to dynamic imports). These can be useful for analyzing the module graph.

v0.6.0

22 Mar 18:51
5017f60
Compare
Choose a tag to compare
  • Fixes a bug where some child->parent edges were missed (#44)
  • Adds two new fields on ModuleGraphNode, directParents (corresponding to normal imports) and lazyParents (corresponding to dynamic imports). These can be useful for analyzing the module graph.

v1.0.0

04 Mar 23:10
aac913b
Compare
Choose a tag to compare

This release updates webpack-bundle-diff to work with Webpack v5. (#40) This is a breaking change; this package is no longer compatible with Webpack v4. (For older versions of Webpack you can continue to use v0.x.x.)

v0.5.2

03 Nov 21:18
108b839
Compare
Choose a tag to compare
  • Change the hidden threshold to be configurable (#27)
  • Update various dependencies (#24, #29)

v0.5.1

11 Aug 18:02
60476b7
Compare
Choose a tag to compare
  • Expose the Stats types (#25)