Releases: iurysza/module-graph
Releases · iurysza/module-graph
v0.13.0
v0.12.1
v0.12.0
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
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
- @findyourexit made his first contribution in #53
Full Changelog: v0.10.1...v0.11.0
v0.10.1
v0.10.0
What's New
- Enables generating multiple graphs 🚀 by @LukeNeedham in #46
New Contributors
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
- Add support for root modules in config by @LukeNeedham in #44 🥳
New Contributors
- @LukeNeedham made their first contribution in #44
Full Changelog: v0.8.1...v0.9.0
v0.8.1
v0.8.0
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
What's fixed
What's changed
Breaking changes
focusedNodesPattern->focusedModulesRegexexcludeConfigurationNames->excludedConfigurationsRegex- Now takes a regex string instead of a list of strings