Releases: DataDog/build-plugins
Releases · DataDog/build-plugins
v1.0.3
What's Changed
- [esbuild] add chunknames to esbuild results by @yoannmoinet in #41
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- Share dashboard's json by @yoannmoinet in #39
- Fix types and simplify module parsing by @yoannmoinet in #40
Full Changelog: v1.0.1...v1.0.2
v1.0.1
v1.0.0
What's Changed
- Update hooks/datadog/README.md by @Ayc0 in #32
- Esbuild support by @yoannmoinet in #36
Breaking changes
- no more
modules.tree.size
ormodules.tree.count
metrics as it was kind of useless, complicated and noisy. output.stats
becomesoutput.bundler
to cover more bundlers' specific reports.stats.json
becomesbundler.json
to cover more bundles.
New Contributors
Full Changelog: v0.4.5...v1.0.0
v0.4.5
v0.4.4
v0.4.3
v0.4.2 failed to publish because it was already the version used in the alpha channel.
v0.4.2
Features
- Add
chunkNames
to the dependency reports.
v0.4.1
Features
- Add size data to dependency reports.
Fixes
- Make the license plugin support more Clipanion versions
v0.4.0
Adding a way to test on both webpack 4 and 5.
Adding more tags to metrics to track each metrics from its entry point.