Skip to content

Releases: ondrajz/go-callvis

v0.7.0

08 May 23:15
92b20e0
Compare
Choose a tag to compare

What's Changed

Many thanks to all new contributors! 🥇

New Contributors

Full Changelog: v0.6.1...v0.7.0

v0.6.1

05 Aug 02:06
d9b7b59
Compare
Choose a tag to compare
  • use Go library to render images (no need to install Graphviz)
  • by default group by packages

0.6.0

06 Mar 10:48
Compare
Choose a tag to compare
  • update changed username TrueFurby -> ofabry

0.5.0

04 Sep 07:30
31504c7
Compare
Choose a tag to compare
  • support for Go modules #49

0.4.0

22 Jul 14:02
v0.4.0
Compare
Choose a tag to compare
v0.4.0

go-callvis v0.4.0

0.3.5

02 Apr 02:48
Compare
Choose a tag to compare

Changelog

  • use dep for dependencies

0.3.4

25 Jan 10:08
Compare
Choose a tag to compare

Changelog

  • show calls for two funcs outside focus that both have calls in or out
    focused package (fixed #4)

0.3.3

25 Jan 08:50
Compare
Choose a tag to compare

Changelog

  • add option to omit calls from/to std packages

0.3.2

23 Jan 03:07
Compare
Choose a tag to compare

Changelog

  • add support for multiple limit path prefixes (separate by comma)

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