Skip to content

Releases: DataDog/build-plugins

v1.0.3

26 Aug 14:48
a14c073
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

19 Aug 13:00
c3e5db2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

25 Jan 08:43
3324f6e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

24 Jan 10:31
5d437dd
Compare
Choose a tag to compare

What's Changed

Breaking changes

  • no more modules.tree.size or modules.tree.count metrics as it was kind of useless, complicated and noisy.
  • output.stats becomes output.bundler to cover more bundlers' specific reports.
  • stats.json becomes bundler.jsonto cover more bundles.

New Contributors

  • @Ayc0 made their first contribution in #32

Full Changelog: v0.4.5...v1.0.0

v0.4.5

10 Aug 14:26
e1574a2
Compare
Choose a tag to compare

Non breaking changes

#31 Fix webpack 5 deprecation warnings.

v0.4.4

06 Aug 14:47
db2891e
Compare
Choose a tag to compare

Non breaking changes

  • #30 Refactor file writing
  • #29 Allow object in output option

v0.4.3

28 May 13:09
7a4901f
Compare
Choose a tag to compare

v0.4.2 failed to publish because it was already the version used in the alpha channel.

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.