8000 Tags · licensebat/licensebat · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Tags: licensebat/licensebat

Tags

v0.23.0

Toggle v0.23.0's commit message

Verified

This commit was signed with the committer’s verified signature.
robertohuertasm Roberto Huertas
chore(deps): dependency upgrades

v0.21.0

Toggle v0.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(deps): update package-lock-json-parser (#43)

v0.20.0

Toggle v0.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(ignore): ignore dev, optional dependencies (#39)

This PR allows the user to ignore dev and optional dependencies. Not only that, it also allows the user to not see neither the dev nor the optional dependencies.

There are new options available and documented in the .licrc file.

Bumped all versions.

v0.19.0

Toggle v0.19.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
chore(deps): update dependencies

v0.18.0

Toggle v0.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(retrievers): improved future resolution (#33)

Avoid using a futuresUnordered and instead use a buffered stream to avoid issues with the requests to the different apis

v0.16.0

Toggle v0.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(npm): support for v3 lockfiles (#32)

fixes #31

v0.15.0

Toggle v0.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(deps): support for dev dependencies (#29)

This enables dev and optional dependencies detection for `package-lock.json` dependencies and allows users to ignore them.

re #19

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(score): adds score information to RetrievedDependency (#26)

It also fixes an issue with Dart retriever: A new icon was added to the license declaration. We're parsing it and removing it.

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(deps): bump thread_local from 1.1.3 to 1.1.4 (#20)

Bumps [thread_local](https://github.com/Amanieu/thread_local-rs) from 1.1.3 to 1.1.4.
- [Release notes](https://github.com/Amanieu/thread_local-rs/releases)
- [Commits](Amanieu/thread_local-rs@v1.1.3...1.1.4)

---
updated-dependencies:
- dependency-name: thread_local
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(output): support for markdown output (#16)

Now the CLI has an extra parameter that lets you get the output as markdown.
0