Releases: jraska/modules-graph-assert
Releases · jraska/modules-graph-assert
1.3.2
plugins {
id "com.jraska.module.graph.assertion" version "1.3.2"
}
1.3.1
#54 Support group matching in regex
plugins {
id "com.jraska.module.graph.assertion" version "1.3.1"
}
1.2.1
- #52 Implemented handling modules with no dependencies
1.2.0
- #46 Add option to assert on any dependency configuration
- #48 Dependency updates
1.1.0
- #39 Performance improvements to not affect your builds time
- #40 Dependencies update
1.0.0
- API is now stable. It will be maintained and supported
- #34 Only Gradle update compared to previous version
0.5.0
- Release Candidate 2
- Based on feedback tweaked naming #33 Thanks @lordcodes
0.4.1
- Release Candidate
- #27 renamed exclusion from layers parameter to
moduleLayersExclude
0.4.0
- Rename generateModulesGrapvizText task to generateModulesGraphvizText as the 'h' was missing.
- #24: Now the input module graph is the one where module is applied. In case of root project the whole graph is taken as input