Module Graph Versions Save

A Gradle Plugin for visualizing your project's structure, powered by mermaidjs

v0.9.0

1 week ago

What's Changed

New Contributors

Full Changelog: https://github.com/iurysza/module-graph/compare/v0.8.1...v0.9.0

v0.8.1

2 weeks ago

What's fixed

v0.8.0

3 weeks ago

What's Changed

  • Updated module names to be fully qualified in Pull Request #37
    • This fixes conflicts between modules of the same name located in different directories.
  • AndroidApp now receives top priority in ModuleType detection.

Note: This is not a breaking change, graphs render exactly the same, but you can expect the generated code to be different now.

Full Changelog: https://github.com/iurysza/module-graph/compare/v0.7.0...v0.8.0

v0.7.0

4 weeks ago

What's fixed

What's changed

Breaking changes

  • focusedNodesPattern -> focusedModulesRegex
  • excludeConfigurationNames -> excludedConfigurationsRegex
    • Now takes a regex string instead of a list of strings

v0.6.1

1 month ago

What's Changed

The project went through a complete refactor. This will enable us to more easily add new features going forward. Full Changelog: https://github.com/iurysza/module-graph/compare/v0.6.0...v0.6.1

v0.6.0

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/iurysza/module-graph/compare/v0.5.0...v0.6.0

v0.5.0

8 months ago

What's new

  • Added a feature to show the full path to the extension. Useful when you have multiple modules with the same name.
  • Added support for theme variables to customize the chart's colors.

Fixes

  • Fixed an issue with duplicate edges.

v0.4.0

1 year ago

What's New


  • Add support for LinkText 2a63444
  • Create README file when one is missing is now the default behavior

Thanks @henrikje for the PRs 🚀

v0.3.0

1 year ago

What's New


  • Add Orientation option (614f80c)

  • Create readmeSection  when one is not found in the README (5486a92)

v0.2.2

1 year ago

What's Fixed

  • Fixed incremental build support when project dependencies change
  • Removed unneeded doLast block (caused Execution optimizations have been disabled)
  • Removed unneeded outputFile extension and fixed task lifecycle definition.