Releases: RSeidelsohn/license-checker-rseidelsohn
4.2.4
What's Changed
- Release 4.2.4 by @RSeidelsohn in #75
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
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
What's Changed
- Release 4.2.2 by @RSeidelsohn in #74
fix: Fix relative path calculation
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
What's Changed
- Update README.md by @marcobiedermann in #65
- fix: parse direct also inside init to make it work in programmatic usage by @beawar in #66
- Update
read-installed-packages
by @Semigradsky in #70 - fix: add failing test for custom license URL by @Flydiverny in #71
- Release 4.2.1 by @RSeidelsohn in #73
New Contributors
- @marcobiedermann made their first contribution in #65
- @beawar made their first contribution in #66
Full Changelog: v4.2.0...v4.2.1
4.2.0
What's Changed
- Add a --clarificationFile option by @mikayla-maki in #64
New Contributors
- @mikayla-maki made their first contribution in #64
Full Changelog: v4.1.1...v4.2.0
4.1.1
What's Changed
- chore: Bump minor version by @RSeidelsohn in #59
- fix: markdown list format, fixes #43 by @slhck in #60
- Release 4.1.1 by @RSeidelsohn in #62
New Contributors
Full Changelog: v4.1.0...v4.1.1
4.1.0
What's Changed
- Allow npm versions higher than 8 as well by @RSeidelsohn in #58
Full Changelog: v4.0.1...v4.1.0
4.0.1
What's Changed
- Fix typos in README file by @RSeidelsohn in #56
- Release 3.0.1 by @RSeidelsohn in #57
Full Changelog: v4.0.0...v4.0.1
4.0.0
What's Changed
- New major release 4 by @RSeidelsohn in #53
- 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
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