0.1
版本发布时间: 2015-05-19 18:54:33
PaulTaykalo/objc-dependency-visualizer最新发布版本:0.1.0(2017-10-18 04:03:45)
In this version two "big" things were added:
- Resolving Dependecies from DWARF information
- Live Editor for fast update cycle
DWARF Information
Additional option -d
or --use-dwarf-info
was added, which will run dwarfdump
for each found object file and will try to get dependency information from there. This option was added mainly because there are some hidden dependencies those are not visible when we're using nm -o
Live Editor
Instead of editing index.html file, and see changes after reload, now you can run any JS code (with some predefined example), which will be applied to your graph immediately.