All Versions
10
Latest Version
Avg Release Cycle
144 days
Latest Release
1332 days ago

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
  • 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)
  • 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