Skip to content

Releases: loov/goda

v0.5.8

15 May 09:12
Compare
Choose a tag to compare
go.mod: bump lang version to 1.20

v0.5.7

21 Apr 11:19
Compare
Choose a tag to compare
go.mod: bump deps

Small fix for goda weight

07 Apr 08:52
Compare
Choose a tag to compare
internal/weight/nm: handle _ sym type

Fixes #68

fixes to `goda weight` failing to parse `nm` output

24 Jan 08:03
Compare
Choose a tag to compare
v0.5.5

internal/weight/nm: more robust parsing of nm output

faster loading of std library

12 Oct 12:30
Compare
Choose a tag to compare
v0.5.3

main: optimize loading std

v0.5.2: internal/pkggraph: provide default value when node repo fails to resolve

17 Sep 05:48
32f3e99
Compare
Choose a tag to compare
Sometimes the node has errors when loading the repo. If the node has errors, provide a default repo struct

v0.5.1

25 Apr 11:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

Cluster based on modules

04 Apr 13:46
Compare
Choose a tag to compare

goda graph -cluster now works based on modules instead of nested packages. This gives slightly better structure.

What's Changed

Full Changelog: v0.4.5...v0.5.0

goda help format

04 Mar 11:17
Compare
Choose a tag to compare

Add a command for information about formatting.

Module information for packages

04 Mar 08:34
Compare
Choose a tag to compare

It's now possible to use Module information, when available, for formatting labels.

As an example:

goda list -f "{{.ID}}{{with .Module.Version}}@{{.}}{{end}}" ./...:all