Skip to content

Releases: iurysza/module-graph

v0.10.0

17 May 20:01
Compare
Choose a tag to compare

What's New

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.9.0

06 May 05:01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.1...v0.9.0

v0.8.1

30 Apr 18:27
Compare
Choose a tag to compare

What's fixed

  • Add error handling for module name parsing in #43 🐛

v0.8.0

23 Apr 18:14
Compare
Choose a tag to compare

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: v0.7.0...v0.8.0

v0.7.0

21 Apr 13:50
30521a3
Compare
Choose a tag to compare

What's fixed

  • Fix generating duplicated Digraphs in #31
  • Fix theme change not working on groovy dsl in #33

What's changed

  • Add support for excluding modules in #34
  • Implement Module-Type Based Styling in #35 🚀

Breaking changes

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

v0.6.1

13 Apr 06:27
Compare
Choose a tag to compare

What's Changed

  • 🛠️ Project refactor in #30 and #31
  • 🧪 Lots of new tests added

The project went through a complete refactor. This will enable us to more easily add new features going forward.
Full Changelog: v0.6.0...v0.6.1

v0.6.0

31 Mar 18:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

15 Sep 18:06
Compare
Choose a tag to compare

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

05 May 17:18
Compare
Choose a tag to compare

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

03 Apr 17:25
Compare
Choose a tag to compare

What's New


  • Add Orientation option (614f80c)

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