Releases: codepunkt/webpack-license-plugin
Releases · codepunkt/webpack-license-plugin
4.5.0
- Add the option
includeNoticeText
to include NOTICE
contents as part of the output (thanks to @ccatterina)
- Switched testing between Node versions 16-20 to Node versions 18-22
4.4.2
- Remove
get-npm-tarball-url
dependency
4.4.1
- Swich to ECMAScript modules
- Use tsup to build both CJS and ESM
- Simplify imports by using TypeScript
esModuleInterop
4.4.0
- Fix a regression that changed importing behavior
- Enable local testing with different node versions
4.3.0
- Change the behavior when locating the module directory to prefer a directory where the
package.json
has license or licenses set. This improves reported licenses for a few libraries that have intermediate package.json
files without license information in their directory structure - e.g. socket.io-client
. Thanks to @mikejpeters for suggestion and implementation!
4.2.3
- Updated dependency versions
- Fixed
tapAsync
webpack error
4.2.1
- collect filenames and licenses from child compilers (thanks to @WIStudent)
4.2.0
- added
includePackages
option (thanks to @WIStudent)
4.1.4
- provide compatibility starting from Node 12 via package.json
engines
field because yarn
v1 seems to enforce those even on a projects dependencies
4.1.3
- got rid of some webpack 5 deprecation warnings
- fixed multiple entry module error #435