Releases: abulgit/module-viz
Releases · abulgit/module-viz
Module Viz v1.0.1
Module Viz v1.0.1
This release includes bug fixes and improvements to the Module Viz tool.
What's New
- Fixed bugs in module name extraction for complex project structures
- Improved comment parsing to handle all D language comment types (including nested comments)
- Added validation for imported module names
- Better handling of various D string literal formats
- Improved error messages for unsupported image formats
- Fixed executable name reference in help text
Download
Choose the appropriate package for your platform:
- Windows: module-viz-v1.0.1-win-x64.zip
Installation
- Download the zip file for your platform
- Extract the executable (viz.exe)
- Optionally add it to your PATH for easier access
Requirements
For image generation, you need GraphViz installed.
Initial Release
Module Viz v1.0.0
This is the first release of Module Viz, a tool to analyze and visualize dependencies between modules in D projects.
Features
- Analyze D source files to extract module dependencies
- Generate DOT format visualization files
- Generate images in various formats (requires GraphViz)
- Text-based dependency visualization
Installation
- Download the appropriate zip file for your platform
- Extract the executable to a location of your choice
- Run the executable from the command line:
viz --help
Requirements
- For image generation: GraphViz (https://graphviz.org/download/)