Skip to content

Releases: iurysza/module-graph

v0.13.0

Choose a tag to compare

@iurysza iurysza released this 14 Oct 14:32

What's Changed

  • feat: add includeIsolatedModules option by @powlaa in #66

New Contributors 🎉

Full Changelog: v0.12.1...v0.13.0

v0.12.1

Choose a tag to compare

@iurysza iurysza released this 10 Aug 17:27

What's Changed

  • Fix getDependecyProject method deprecation by @iurysza in #65

v0.12.0

Choose a tag to compare

@iurysza iurysza released this 23 Feb 10:39

What's New

  • All configurations for the main graph are now optional (as it should've been all along 😅)

Full Changelog: v0.11.0...v0.12.0

v0.11.0

Choose a tag to compare

@iurysza iurysza released this 23 Feb 10:40

What's New

  • Implemented strictMode option by @iurysza in #58
    • This is OFF by default, preventing the task to fail when invalid graphs are defined
  • Implement nested subgraphs by @iurysza in #60
    • Experimental feature - Enables generating nested subgraphs. More info on the README.

New Contributors

Full Changelog: v0.10.1...v0.11.0

v0.10.1

Choose a tag to compare

@iurysza iurysza released this 31 Aug 11:32

What's Changed

v0.10.0

Choose a tag to compare

@iurysza iurysza released this 17 May 20:01

What's New

New Contributors

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

v0.9.0

Choose a tag to compare

@iurysza iurysza released this 06 May 05:01

What's Changed

New Contributors

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

v0.8.1

Choose a tag to compare

@iurysza iurysza released this 30 Apr 18:27

What's fixed

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

v0.8.0

Choose a tag to compare

@iurysza iurysza released this 23 Apr 18:14

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

Choose a tag to compare

@iurysza iurysza released this 21 Apr 13:50
30521a3

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