Skip to content

Releases: RSeidelsohn/license-checker-rseidelsohn

Indicate required node version

31 Jan 16:04
995f1fb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.4.1

Remove console.log when failOn option is given

31 Jan 16:01
83a6e90
Compare
Choose a tag to compare

What's Changed

  • Remove console.log when failOn option is given by @d0b1010r in #26

New Contributors

Full Changelog: v2.3.0...v2.4.0

Add nopeer option and typings

31 Jan 15:56
f4216ae
Compare
Choose a tag to compare

What's Changed

  • Add nopeer option for ignoring peerDependencies. Add typings by @Semigradsky in #25

New Contributors

Full Changelog: v2.1.4...v2.3.0

Add support for detecting "unlicensed" modules

12 Oct 16:53
Compare
Choose a tag to compare

So far, a listed package license will be marked as UNLICENSED only if it has set the key private to true in package.json - but as (according to the npmjs documentation) one can't publish private packages to NPM registries, I now added support for detecting "license":"UNLICENSED" in package.json in order to allowing to publish unlicensed packages to NPM registries.

Full Changelog: v2.1.1...v2.2.0

Add node version compatibility notice to README

12 Oct 15:29
Compare
Choose a tag to compare

This release only adds a notice on which Node version works with which release number of this NPM license checker.

Maintenance release

11 Oct 19:24
Compare
Choose a tag to compare

Update dev dependencies:

  • @types/node v15.6.1 to v16.10.3
  • eslint v7.32.0 to v8.0.0

Remove duplicate license entry in package.json

Update lockfile and fix relative path for root modules

30 May 14:45
Compare
Choose a tag to compare

Relative module path was working good for all modules except the root module. It was still showing the root module's path as an absolute path. This is now fixed.

Add type support for mssql

30 May 14:33
Compare
Choose a tag to compare

Add @types/mssql as dev dependency.

Exit on unknown options

30 May 14:05
Compare
Choose a tag to compare

Update a few dependencies, include minor refactorings, renamings and style changes, but in the main place:

  • This version requires Node v14 or higher. Node v12 won't work with release 2.x any more.
  • This version now exits on unknown options.

Before, my idea was to just print out a warning, but as @johnthagen mentioned, this would often remain unnoticed, so I changed it to be handled like an error. I hope that everyone is fine with this potentially breaking change.

Full Changelog: v1.2.2...v2.0.0

Set up travis build process for the repository

24 Feb 18:45
Compare
Choose a tag to compare