Skip to content

Releases: RSeidelsohn/license-checker-rseidelsohn

4.4.2

09 Sep 05:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.4.1...v4.4.2

4.4.1

30 Aug 09:30
Compare
Choose a tag to compare

Fix bugs after all the previous changes

Full Changelog: v4.4.0...v4.4.1

4.4.0

30 Aug 09:12
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump braces from 3.0.2 to 3.0.3 by @dependabot in #114
  • chore: only include necessary files in package by @ol-teuto in #106
  • allow specifying ranges in clarifications file and add strict usage checking for them by @ol-teuto in #110

New Contributors

Full Changelog: v4.3.1...v4.4.0

4.3.1

30 Aug 08:28
Compare
Choose a tag to compare

What's Changed

  • Update indexHelpers.js by @ArsArmandi in #108
  • Move from require to import in all the files

New Contributors

Full Changelog: v4.3.0...v4.3.1

4.3.0

08 Dec 14:26
Compare
Choose a tag to compare

What's Changed

  • feat: Add numeric "--depth" option that overrides the ambiguous "--direct" option
  • fix: Fix local anchors in the README

Full Changelog: v4.2.10...v4.3.0

4.2.10

13 Oct 15:29
20d383f
Compare
Choose a tag to compare

What's Changed

Fix the broken --direct option

Full Changelog: v4.2.9...v4.2.10

4.2.9

13 Oct 11:53
Compare
Choose a tag to compare

What's Changed

  • fix: methods from exports instead of global this by @chohner in #96

New Contributors

Full Changelog: v4.2.7...v4.2.9

4.2.7

15 Sep 16:37
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump flat and jenkins-mocha by @dependabot in #80
  • chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #90
  • chore(deps): bump semver from 7.3.5 to 7.5.2 by @dependabot in #86
  • fix: consider out option also when passed to programmatic interface, fixes #42 by @sportsracer in #81
  • updated "direct" type on index.d.ts by @Linko91 in #93

New Contributors

Full Changelog: v4.2.6...v4.2.7

4.2.6

09 Jun 10:35
142ae39
Compare
Choose a tag to compare

What's Changed

This is mostly a refactoring release but it also contains a (probable) bugfix:

  • Documentation has been improved
  • More functionality has been extracted to helper functions in the huge task of making the code easier to read and maintain
  • Some function and variable names have been made more descriptive
  • The dependency read-installed-packages has been upgraded from 2.0.0 to 2.0.1 (kudos to @AgentOren and also thanks to @Semigradsky for the new version) - this should fix the bug under Windows, where @scope packages had been ignored!
  • chore(deps): bump yaml from 2.2.1 to 2.2.2 by @dependabot in #79
  • Release 4.2.6 by @RSeidelsohn in #85

Full Changelog: v4.2.5...v4.2.6

4.2.5

16 Apr 19:27
c7f80d1
Compare
Choose a tag to compare

What's Changed

fix: Provide safe defaults for destructured argument object - previous to this, the checker might fail when no dev dependencies are defined.

Full Changelog: v4.2.4...v4.2.5