Releases: RSeidelsohn/license-checker-rseidelsohn
Releases · RSeidelsohn/license-checker-rseidelsohn
4.4.2
4.4.1
Fix bugs after all the previous changes
Full Changelog: v4.4.0...v4.4.1
4.4.0
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
What's Changed
- Update indexHelpers.js by @ArsArmandi in #108
- Move from
require
toimport
in all the files
New Contributors
- @ArsArmandi made their first contribution in #108
Full Changelog: v4.3.0...v4.3.1
4.3.0
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
What's Changed
- Release 4.2.10 by @RSeidelsohn in #99
Fix the broken --direct
option
Full Changelog: v4.2.9...v4.2.10
4.2.9
4.2.7
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
- @sportsracer made their first contribution in #81
- @Linko91 made their first contribution in #93
Full Changelog: v4.2.6...v4.2.7
4.2.6
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 from2.0.0
to2.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
What's Changed
- Release 4.2.5 by @RSeidelsohn in #76
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