All Versions
10
Latest Version
Avg Release Cycle
144 days
Latest Release
909 days ago
Changelog History
Changelog History
-
v0.6.1 Changes
August 05, 2020- 👉 use Go library to render images (no need to install Graphviz)
- 📦 by default group by packages
-
v0.6.0 Changes
March 06, 2020- ⚡️ update changed username
TrueFurby
->ofabry
- ⚡️ update changed username
-
v0.5.0 Changes
September 04, 2019- 👌 support for Go modules #49
-
v0.4.0
July 22, 2018 -
v0.3.5 Changes
April 02, 2017🔄 Changelog
- 👉 use dep for dependencies
-
v0.3.4 Changes
January 25, 2017🔄 Changelog
- 👉 show calls for two funcs outside focus that both have calls in or out
📦 focused package (fixed #4)
- 👉 show calls for two funcs outside focus that both have calls in or out
-
v0.3.3 Changes
January 25, 2017🔄 Changelog
- ➕ add option to omit calls from/to std packages
-
v0.3.2 Changes
January 23, 2017🔄 Changelog
- ➕ add support for multiple limit path prefixes (separate by comma)
-
v0.3.1 Changes
January 15, 2017🔄 Changelog
- 👍 allow import path as focus option (fixes #3)
- 🛠 fix coloring when focusing stdlib package
-
v0.3.0 Changes
January 15, 2017🔄 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