Skip to content

Releases: codepunkt/webpack-license-plugin

4.5.0

09 Jul 06:34
f401a23
Compare
Choose a tag to compare
  • 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

13 Oct 20:14
dc5698b
Compare
Choose a tag to compare
  • Remove get-npm-tarball-url dependency

4.4.1

13 Oct 19:05
afd7d99
Compare
Choose a tag to compare
  • Swich to ECMAScript modules
  • Use tsup to build both CJS and ESM
  • Simplify imports by using TypeScript esModuleInterop

4.4.0

13 Oct 08:51
ff69521
Compare
Choose a tag to compare
  • Fix a regression that changed importing behavior
  • Enable local testing with different node versions

4.3.0

24 Sep 15:39
Compare
Choose a tag to compare
  • 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

23 Sep 22:56
Compare
Choose a tag to compare
  • Updated dependency versions
  • Fixed tapAsync webpack error

4.2.1

04 Oct 14:50
Compare
Choose a tag to compare
  • collect filenames and licenses from child compilers (thanks to @WIStudent)

4.2.0

08 Jul 19:33
Compare
Choose a tag to compare
  • added includePackages option (thanks to @WIStudent)

4.1.4

02 Jul 07:05
c66468d
Compare
Choose a tag to compare
  • 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

01 Jul 06:39
Compare
Choose a tag to compare
  • got rid of some webpack 5 deprecation warnings
  • fixed multiple entry module error #435