Releases: edoardottt/depsdev
v0.1.0
depsdev v0.1.0 🥳
CLI client (and Golang module) for deps.dev API. Free access to dependencies, licenses, advisories, and other critical health and security signals for open source package versions.
Changelog
- d19b20c fixv0.1.0 + goreleaser #61
- 6a997d2 Merge pull request #62 from edoardottt/devel
- a5ef888 v0.1.0 + goreleaser #61
- 5c51da3 Merge pull request #60 from edoardottt/devel
- 3071ecf Merge pull request #59 from edoardottt/dependabot/go_modules/devel/github.com/stretchr/testify-1.9.0
- e50d00c chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0
If you encounter a problem, just open an issue
v0.0.10
depsdev v0.0.10 🥳
CLI client (and Golang module) for deps.dev API. Free access to dependencies, licenses, advisories, and other critical health and security signals for open source package versions.
sudo snap install depsdev
go install -v github.com/edoardottt/depsdev@latest
What's Changed
- Fix API responses by @edoardottt in #56
- update API spec - 2024/02/14 by @edoardottt in #57
- v0.0.10 by @edoardottt in #58
Full Changelog: v0.0.9...v0.0.10
If you encounter a problem, just open an issue
v0.0.9
depsdev v0.0.9 🥳
CLI client (and Golang module) for deps.dev API. Free access to dependencies, licenses, advisories, and other critical health and security signals for open source package versions.
sudo snap install depsdev
go install -v github.com/edoardottt/depsdev@latest
What's Changed
- address issue #51 by @edoardottt in #52
- add publishedAt to Package info versions by @noqcks in #53
- Add publishedAt in versions by @edoardottt in #54
- v0.0.9 by @edoardottt in #55
New Contributors
Full Changelog: v0.0.8...v0.0.9
If you encounter a problem, just open an issue
v0.0.8
depsdev v0.0.8 🥳
CLI client (and Golang module) for deps.dev API. Free access to dependencies, licenses, advisories, and other critical health and security signals for open source package versions.
sudo snap install depsdev
go install -v github.com/edoardottt/depsdev@latest
- Added
OssFuzz
field in project object - Added
Registries
field in version object
If you encounter a problem, just open an issue
v0.0.7
depsdev v0.0.7 🥳
CLI client (and Golang module) for deps.dev API. Free access to dependencies, licenses, advisories, and other critical health and security signals for open source package versions.
sudo snap install depsdev
go install -v github.com/edoardottt/depsdev@latest
Added packages
subcommand: Get info about a project's package versions
depsdev packages github.com/eslint/espree
If you encounter a problem, just open an issue
v0.0.6
depsdev v0.0.6 🥳
CLI client (and Golang module) for deps.dev API. Free access to dependencies, licenses, advisories, and other critical health and security signals for open source package versions.
sudo snap install depsdev
go install -v github.com/edoardottt/depsdev@latest
Added reqs
subcommand: Get info about a package's requirements
depsdev reqs npm slice-ansi 6.0.0
If you encounter a problem, just open an issue
v0.0.5
depsdev v0.0.5 🥳
CLI client (and Golang module) for deps.dev API. Free access to dependencies, licenses, advisories, and other critical health and security signals for open source package versions.
sudo snap install depsdev
go install -v github.com/edoardottt/depsdev@latest
⚠️ breaking changes⚠️
- Refactor: move top level functions as method on an API struct (@zaibon)
- complete Dependencies type to includes all fields returned by the API (@zaibon)
- Minor code improvements
- Minor changes and fixes
- Linting
If you encounter a problem, just open an issue
v0.0.4
depsdev v0.0.4 🥳
CLI client (and Golang module) for deps.dev API. Free access to dependencies, licenses, advisories, and other critical health and security signals for open source package versions.
sudo snap install depsdev
go install -v github.com/edoardottt/depsdev@latest
- Fix
info
command - Dependency update
- Linting
- Minor code improvements
- Minor changes and fixes
If you encounter a problem, just open an issue
v0.0.3
depsdev v0.0.3 🥳
CLI client (and Golang module) for deps.dev API. Free access to dependencies, licenses, advisories, and other critical health and security signals for open source package versions.
sudo snap install depsdev
go install -v github.com/edoardottt/depsdev@latest
- Add
graph
command (Generate a Graphviz compatible dependencies graph) - Minor code improvements
- Minor changes and fixes
If you encounter a problem, just open an issue
v0.0.2
depsdev v0.0.2 🥳
CLI client (and Golang module) for deps.dev API. Free access to dependencies, licenses, advisories, and other critical health and security signals for open source package versions.
sudo snap install depsdev
go install -v github.com/edoardottt/depsdev@latest
- Use depsdev as a Go module with ease (enhanced exported functions)
- fix PathEscape
- fix CodeQL
- Minor code improvements
- Minor changes and fixes
If you encounter a problem, just open an issue