Skip to content

Releases: awjh/license-check-and-add

Resolve npm audit

04 May 07:46
Compare
Choose a tag to compare
resolve npm audit

Signed-off-by: awjh <[email protected]>

Add license file

04 May 07:35
Compare
Choose a tag to compare

Adds license file to match the license in the package.json

Resolve npm audit which didn't result in breaking changes

27 Oct 14:18
Compare
Choose a tag to compare

Resolves some of the warnings from npm audit. Further warnings in npm audit will require a version bump of yargs which will affect the node engine version this project can work with. This will be resolved in the next major release.

Support numbers as regex replacement

16 Feb 09:34
476ae30
Compare
Choose a tag to compare

Version 4.0.1

08 Feb 16:35
48f1d87
Compare
Choose a tag to compare

Test release process

Version 4.0.0

08 Feb 16:17
b58678c
Compare
Choose a tag to compare
  • Introduce support for regex patterns within lines of a license's text #15
  • Add support for formatting Dockerfile type files containing no . #26
  • Remove checking of .git folder by default #21
  • Split ignore to add ignoreFile allowing specification of an ignore file and also specific license ignores #28 #22
  • Move CI to use azure pipelines

Fix NPM audit failures

29 Jan 10:00
fd7b6be
Compare
Choose a tag to compare

Updates required modules such as lodash to fix npm audit failures.

Bump handlebars version to 4.5.3

19 Jan 10:34
a6d4dbb
Compare
Choose a tag to compare

Bump handlebars to v4.5.3 in package-lock.json to resolve security audit failure.

Update travis build script to fix npm api_key missing.

Version 3.0.3

26 Sep 08:57
8e320d9
Compare
Choose a tag to compare
  • Fixes issue where insert used normalised license and file

Version 3.0.2

26 Sep 06:59
192cc8a
Compare
Choose a tag to compare
  • Resolves regression noted by #16 where license endings were not normalised
  • Adds missing section on trailing whitespace in README
  • Adds missing section on output in README