Skip to content

Releases: dwijnand/sbt-project-graph

0.4.0

04 Jun 09:25
v0.4.0
d2d4d06
Compare
Choose a tag to compare

Enhancements

  • Adds a projectsGraphSvg command (using a call to Graphviz's dot). #29 by @xuwei-k
  • Adds a projectsGraphPng command (using a call to Graphviz's dot). #30 by @dwijnand

Thank you @xuwei-k!

v0.3.0...v0.4.0

0.3.0

29 May 10:47
v0.3.0
ea158d4
Compare
Choose a tag to compare

Enhancements

  • Switch graph to use dashed arrows for project aggregates. #27/#28 by @lunaryorn

Thank you @lunaryorn!

v0.2.2...v0.3.0

0.2.2

22 Aug 10:59
v0.2.2
77d6a5a
Compare
Choose a tag to compare

Enhancements

0.2.1

02 Aug 11:39
v0.2.1
4e5c20b
Compare
Choose a tag to compare

Enhancements

0.2.0

07 Mar 00:14
v0.2.0
0434517
Compare
Choose a tag to compare

Changes with compatibility implications

  • Changed groupId to "com.dwijnand" and package name to "sbtprojectgraph". #22 by @dwijnand

Bug Fixes

  • Fixes getting a NoSuchElementException when using ProjectReference. #19/#22 by @dwijnand

sbt-project-graph v0.1.0

14 Jun 16:59
Compare
Choose a tag to compare
  • Initial implementation.
  • Features projectsGraphDot which outputs a DOT file inside the target directory.
  • The project's dependency graph uses ProjectDefinition.uses, which includes both the projects aggregated over
    and the projects that are classpath dependencies.
  • Removes redundant direct dependencies that are also present transitively via another direct dependency. This
    is done to output a cleaner graph.