Releases: dominicbirch/bundle-declarations-webpack-plugin
Releases · dominicbirch/bundle-declarations-webpack-plugin
v5.1.1
What's Changed
- [Snyk] Upgrade webpack from 5.89.0 to 5.90.0 by @dominicbirch in #18
- Fix that outputting empty d.ts file in Windows by @asika32764 in #19
- [Snyk] Upgrade dts-bundle-generator from 9.1.0 to 9.2.1 by @dominicbirch in #17
- Resolves #15 by @dominicbirch in #22
New Contributors
- @asika32764 made their first contribution in #19
Full Changelog: v5.0.1...v5.1.1
5.0.1 - Update dts-bundle-generator dependency
What's Changed
- [Snyk] Upgrade dts-bundle-generator from 9.0.0 to 9.1.0 by @dominicbirch in #16
Full Changelog: v5.0.0...v5.0.1
5.0.0 - Wrap 9.0.0 dts-bundle-generator
What's Changed
- Use version 9 of dts-bundle-generator by @dominicbirch in #14
Full Changelog: v4.0.2...v5.0.0
v4.0.2 - Updated dependencies
What's Changed
- Add tag=next when github release is prerelease by @dominicbirch in #7
- [Snyk] Upgrade dts-bundle-generator from 7.1.0 to 7.2.0 by @dominicbirch in #10
- Update dependencies (with the exception of the bundle generator) by @dominicbirch in #13
Full Changelog: 4.0.1...v4.0.2
4.0.1
4.0.0 - webpack watch
Features/watch (#3) * Run in background during watch mode (nonblocking) Use ESM Use Parcel * Fix failing tests Export compiler function * lint * Update readme * Update dependencies * Update pipeline * Fix coverage output * Add caching Add matrix testing Update test triggers * Increase timeout * Update version Co-authored-by: Dominic Birch <[email protected]>
Release preview
4.0.0-rc1 Increase timeout
Fix vulnerabilities in dependencies
What's Changed
- Bump terser from 5.12.1 to 5.14.2 by @dependabot in #1
New Contributors
- @dependabot made their first contribution in #1
Full Changelog: v3.1.0...v3.1.1
v3.1.0
Make options optional
Add docs