- Re-ignore
/tests
withinnode_modules/*
#13
- Added
paths
property tolicenses
export #12
- BREAKING: API typo fixed –
occurance
is nowoccurrence
#3 - README docs were improved #5
- Moved to GitHub CI and removed Azure Pipelines #6
- Windows compatability was improved #7
- Added npm run test:generate to CI. #9
- Fixed a bug in the README examples that may or may not have been introduced by the PR #9
- Deleted package-lock.json #9
- Updated examples to use multiple approaches (full paths and relative paths) #9
- Improved comments for examples #9
- Made full paths and relative paths work #9
- Uses path.resolve() for this under the hood #9
- Introduced path validation #9
- Removed the ability to parse /.bin/ since it was extremely problematic and not particularly useful since we can extract this information anyway from package.json #9
- If we want to re-introduce this as an integrity check we'd want to parse seperately from the license parsing logic. perhaps a good module idea. #9
- Moved all test /output generation to a single file and command rather than having independent commands deduped some output in list.json #9
- Added throws.test.js which is intended to be a catch-all test file for things that should throw. #9
- Removed mock module from tests since the functionality it was testing was functionally removed #10