Releases: codepunkt/webpack-license-plugin
Releases · codepunkt/webpack-license-plugin
4.5.1
4.5.0
- Add the option
includeNoticeText
to includeNOTICE
contents as part of the output (thanks to @ccatterina) - Switched testing between Node versions 16-20 to Node versions 18-22
4.4.2
4.4.1
4.4.0
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 intermediatepackage.json
files without license information in their directory structure - e.g.socket.io-client
. Thanks to @mikejpeters for suggestion and implementation!
4.2.3
4.2.1
- collect filenames and licenses from child compilers (thanks to @WIStudent)
4.2.0
- added
includePackages
option (thanks to @WIStudent)