Skip to content

Releases: abulgit/module-viz

Module Viz v1.0.1

28 Mar 19:59

Choose a tag to compare

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

  1. Download the zip file for your platform
  2. Extract the executable (viz.exe)
  3. Optionally add it to your PATH for easier access

Requirements

For image generation, you need GraphViz installed.

Initial Release

25 Mar 17:58

Choose a tag to compare

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

  1. Download the appropriate zip file for your platform
  2. Extract the executable to a location of your choice
  3. Run the executable from the command line: viz --help

Requirements