|
1 | 1 | # Change Log |
2 | 2 |
|
3 | | -Version 0.8.0 *(In development)* |
4 | | --------------------------------- |
| 3 | +Version 0.8.0 *(2022-06-21)* |
| 4 | +---------------------------- |
| 5 | + |
| 6 | +Big thanks to @SimonMarquis for all of his work! |
| 7 | + |
| 8 | +- Project Graph: By default exclude test configurations as well as ios configurations \(mimicing graph behavior\) [\#171](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/171) ([vanniktech](https://github.com/vanniktech)) |
| 9 | +- Project Graph: Add dependencies from the root \(declaration\) nodes only [\#168](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/168) ([SimonMarquis](https://github.com/SimonMarquis)) |
| 10 | +- Project Graph: Extension also gets includeConfiguration function similar to normal graph. [\#166](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/166) ([vanniktech](https://github.com/vanniktech)) |
| 11 | +- Project Graph: Filter out dependencies on a module on its self. [\#165](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/165) ([vanniktech](https://github.com/vanniktech)) |
| 12 | +- Project Graph: Better coloring support for modules. [\#163](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/163) ([vanniktech](https://github.com/vanniktech)) |
| 13 | +- Remove project.isCommonsProject check which changes styling \(dunno what it's used for anymore\) [\#162](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/162) ([vanniktech](https://github.com/vanniktech)) |
| 14 | +- Update dependencies. [\#161](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/161) ([vanniktech](https://github.com/vanniktech)) |
| 15 | +- Rework README.md to mention generateProjectDependencyGraph task [\#160](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/160) ([SimonMarquis](https://github.com/SimonMarquis)) |
| 16 | +- Force the dpi value to 100 [\#159](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/159) ([SimonMarquis](https://github.com/SimonMarquis)) |
| 17 | +- Log output files path: dot, png, svg [\#157](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/157) ([SimonMarquis](https://github.com/SimonMarquis)) |
| 18 | +- Update graphviz-java to 0.18.1 [\#151](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/151) ([SimonMarquis](https://github.com/SimonMarquis)) |
| 19 | +- \[Documentation\] Mention output file path in documentation [\#148](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/148) ([mamatagelanee07](https://github.com/mamatagelanee07)) |
5 | 20 |
|
6 | 21 | Version 0.7.0 *(2021-12-18)* |
7 | 22 | ---------------------------- |
|
0 commit comments