This release was all about UI! The backend has changed a little to be a live server so you can browse available functions & Interact with you graphs. It runs a little differently now, and the original mix task is deprecated in favor of the new one.
The goal of this release is to start collecting feedback on what information is relevant for users and why
# mix.exs
def deps do
[
{:code_vis, git: "https://github.com/shamshirz/code_vis.git", tag: "1.1"}
]
end
> mix deps.get
> mix code_vis.server
# localhost:1337