Skip to content

Releases: RSeidelsohn/license-checker-rseidelsohn

4.2.4

16 Apr 18:35
42754a7
Compare
Choose a tag to compare

What's Changed

Improve the detection of URLs as licenses which are no licenses at all.
Previously, when no license info could be found elsewhere, any URL in
the README was taken as a custom license, which is not a very
bulletproof method. Now, I restrict this method which was probably meant
as a fallback solution to only being considered if the README contains
at least the word "license" in some form (or notation). Not good, but
better than before.

Full Changelog: v4.2.3...v4.2.4

4.2.3

16 Apr 14:25
Compare
Choose a tag to compare

What's Changed

Fix --relativeModulePath using absolute paths when used in combination with --start

Full Changelog: v4.2.2...v4.2.3

4.2.2

16 Apr 11:06
9e1001c
Compare
Choose a tag to compare

What's Changed

The first argument to path.relative has to be a path, not a full
file path. Kudos to @denniseffing

Full Changelog: v4.2.1...v4.2.2

v4.2.1

15 Apr 09:51
61e15ad
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.2.0...v4.2.1

4.2.0

18 Feb 14:19
d95e43e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.1...v4.2.0

4.1.1

31 Jan 14:20
d17a761
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @slhck made their first contribution in #60

Full Changelog: v4.1.0...v4.1.1

4.1.0

30 Jan 09:49
b5d3c9b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.1...v4.1.0

4.0.1

30 Jan 09:30
5557711
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.0.1

4.0.0

21 Jan 19:46
430ae0d
Compare
Choose a tag to compare

What's Changed

  • Add ESlint
  • Add pre-commit-hook
  • Require NodeJS >= 18 and npm ^8
  • Update README file
  • Add .editorconfig file

Full Changelog: v3.3.0...v4.0.0

3.3.0

21 Jan 14:47
4f429ea
Compare
Choose a tag to compare

Notice

This will be the last release to officially support NodeJS v14. The next release will be a new major release based on NodeJS v18 (LTS), which will receive securitiy support until 30 Apr 2025. NodeJS v14's security support will end on 30 Apr 2023, which made me decide to switch to a current LTS version. This does not mean that the new release will not work under NodeJS v14 or v16 any more, but I will most likely make no efforts to ensure it.

What's Changed

  • Fix: allow to combine excludePackages and excludePackagesStartingWith options by @eugene1g in #50
  • Bump version and run "npm audit --fix" by @RSeidelsohn in #52

New Contributors

Full Changelog: v3.2.1...v3.3.0