Skip to content

Releases: DataDog/build-plugins

v0.4.2

28 May 13:07
46b7107
Compare
Choose a tag to compare

Features

  • Add chunkNames to the dependency reports.

v0.4.1

06 May 09:39
0e17f78
Compare
Choose a tag to compare

Features

  • Add size data to dependency reports.

Fixes

  • Make the license plugin support more Clipanion versions

v0.4.0

24 Nov 16:59
5e00c26
Compare
Choose a tag to compare

Adding a way to test on both webpack 4 and 5.
Adding more tags to metrics to track each metrics from its entry point.

v0.3.6

29 Sep 12:18
94380ff
Compare
Choose a tag to compare
  • Adding support for Node 10.x #23

v0.3.5

24 Sep 15:13
673f861
Compare
Choose a tag to compare

Try again to release automatically on NPM's registry.

v0.3.4

24 Sep 14:37
f3cb9db
Compare
Choose a tag to compare
  • #18 Open Source policy compliance automation
  • #19 Now published publicly on NPM
  • #20 Ship TS declarations
  • #21 Fix the 3rd parties scraper for OSS automation

Fixing webpack 5

22 Sep 13:17
a8d1977
Compare
Choose a tag to compare

More fixes for webpack 5:

#17

Fix renderer.

17 Sep 14:39
43d7f28
Compare
Choose a tag to compare

Rendere was broken by previous release.

This release fixes it.

Webpack 5 support

17 Sep 13:22
bd4f601
Compare
Choose a tag to compare

Now supports webpack 5 and won't crash if you use it in a webpack 5 project.

It won't be as effective with plugin as it is in webpack 4 for now, but we will work on it to make it more effective in the future.

Add default filters.

11 Sep 14:31
df04fd8
Compare
Choose a tag to compare

This release will add new default filters in order to reduce noise in the submitted metrics.

  • filterTreeMetrics: remove dependency tree based metrics, because they are very noisy.
  • filterSourcemapsAndNodeModules: remove metrics for sourcemaps and node modules.
  • filterMetricsOnThresholds: filter metrics based on their values.