Skip to content

0.8.0

Latest
Compare
Choose a tag to compare
@vanniktech vanniktech released this 21 Jun 09:52
· 56 commits to master since this release

Big thanks to @SimonMarquis for all of his work!

  • Project Graph: By default exclude test configurations as well as ios configurations (mimicing graph behavior) #171 (vanniktech)
  • Project Graph: Add dependencies from the root (declaration) nodes only #168 (SimonMarquis)
  • Project Graph: Extension also gets includeConfiguration function similar to normal graph. #166 (vanniktech)
  • Project Graph: Filter out dependencies on a module on its self. #165 (vanniktech)
  • Project Graph: Better coloring support for modules. #163 (vanniktech)
  • Remove project.isCommonsProject check which changes styling (dunno what it's used for anymore) #162 (vanniktech)
  • Update dependencies. #161 (vanniktech)
  • Rework README.md to mention generateProjectDependencyGraph task #160 (SimonMarquis)
  • Force the dpi value to 100 #159 (SimonMarquis)
  • Log output files path: dot, png, svg #157 (SimonMarquis)
  • Update graphviz-java to 0.18.1 #151 (SimonMarquis)
  • [Documentation] Mention output file path in documentation #148 (mamatagelanee07)