Skip to content

Releases: nidi3/graphviz-java

graphviz-java-parent-0.9.0

03 Aug 03:32
Compare
Choose a tag to compare
  • add (node/graph/head/tail)-name to Label
  • add builtIn (command line) rasterizer

graphviz-java-parent-0.8.10

09 Jul 04:30
Compare
Choose a tag to compare
  • Fix various problems with Windows paths and newlines
  • Fix images on Windows

graphviz-java-parent-0.8.9

07 Jul 18:28
Compare
Choose a tag to compare
  • support transparent fill color
  • fix images for Salamander renderer

graphviz-java-parent-0.8.8

28 May 22:21
Compare
Choose a tag to compare
  • node accept also a list of link targets
  • support directed subgraphs inside undirected graphs and vice versa

graphviz-java-parent-0.8.7

17 May 15:57
Compare
Choose a tag to compare
  • fix parsing of cluster subgraphs

graphviz-java-parent-0.8.6

13 May 20:01
Compare
Choose a tag to compare
  • Add the taglet module

graphviz-java-parent-0.8.5

12 May 14:25
Compare
Choose a tag to compare
  • Make totalMemory work again.
  • Detect memory issues from missleading error messages.

graphviz-java-parent-0.8.4

05 May 18:29
Compare
Choose a tag to compare
  • Support for GraalVM's javascript engine
  • The size of the produced images is now the same as command line dot produces.
  • Support dpi graph attribute

graphviz-java-parent-0.8.3

21 Feb 19:43
Compare
Choose a tag to compare
  • update viz.js to 2.1.2
  • some methods additionally accept List instead of varargs
  • Color.rgb with separate red, green, blue values

graphviz-java-parent-0.8.2

16 Feb 19:24
Compare
Choose a tag to compare
  • support relative paths for images
  • support the image attribute of nodes