Skip to content

Releases: edoardottt/depsdev

v0.1.0

18 Apr 09:03
Compare
Choose a tag to compare

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

14 Feb 08:25
491fc3d
Compare
Choose a tag to compare

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

Full Changelog: v0.0.9...v0.0.10

If you encounter a problem, just open an issue

v0.0.9

24 Jan 14:25
7745cc4
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.0.8...v0.0.9

If you encounter a problem, just open an issue

v0.0.8

04 Dec 09:51
cf28d4b
Compare
Choose a tag to compare

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

13 Nov 08:41
301f625
Compare
Choose a tag to compare

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

12 Oct 12:40
adab143
Compare
Choose a tag to compare

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

29 Sep 14:26
bc8bc60
Compare
Choose a tag to compare

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

13 Sep 14:18
e3889fb
Compare
Choose a tag to compare

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

28 Apr 16:01
789e14a
Compare
Choose a tag to compare

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

25 Apr 08:03
61780db
Compare
Choose a tag to compare

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