Skip to content

Releases: ondrajz/go-callvis

0.3.1

15 Jan 15:52
Compare
Choose a tag to compare

Changelog

  • allow import path as focus option (fixes #3)
  • fix coloring when focusing stdlib package

0.3.0

15 Jan 12:20
Compare
Choose a tag to compare

Changelog

New 💥

  • allow multiple modes for group flag
  • use green color for stdlib
  • show import path of program at the bottom left
  • show import path for stdlib (not just package name)
  • add flag -nodesep to set space between nodes

Changes ⚠️

  • changed representation of concurrent and deferred calls
  • changed shape of functions to ellipse

0.2

11 Jan 00:36
Compare
Choose a tag to compare
0.2

Changelog

  • change sub flag to group
  • remove condition that ignored packages from top-level vendor folder
  • support empty focus flag to use the call graph of entire program
  • add test flag to include test files
  • add debug flag to show verbose log