Skip to content

Releases: nidi3/graphviz-java

graphviz-java-parent-0.18.1

03 Mar 22:47
Compare
Choose a tag to compare
  • rename dependencies to be compatible with java 9 modules
  • parser allows spaces before # in dot files
  • correctly log messages from the javascript engine

graphviz-java-parent-0.18.0

18 Nov 01:07
Compare
Choose a tag to compare
  • Improve Style class
  • Improve parser error messages
  • Avoid SVG errors for color gradients

graphviz-java-parent-0.17.1

01 Nov 21:39
Compare
Choose a tag to compare
  • make SingleAttributes public
  • add automatic module names for jdk 9
  • add options for CommandLineEngine
  • fix newline issue for windows (again)
  • add (M)record shapes

graphviz-java-parent-0.17.0

13 Jul 00:45
Compare
Choose a tag to compare
  • fix backslashes in windows paths in options json
  • rename GraphvizFilter into GraphvizProcessor, extend the interface, use it internally
  • Add SvgElementFinder to find elements in SVG that correspond to a given node / link / graph in dot

graphviz-java-parent-0.16.3

10 Jun 20:16
Compare
Choose a tag to compare
  • Log input and output files for GraphvizCmdLineEngine
  • Add alias names for some arrow types

graphviz-java-parent-0.16.2

26 May 21:19
Compare
Choose a tag to compare
  • update graphviz version to 2.44.0
  • improve kotlin API
  • use headless mode by default to avoid screen flickering

graphviz-java-parent-0.16.1

19 May 00:38
Compare
Choose a tag to compare
  • Lazy loading of default engines
  • Improvements / Fixes in image handling

graphviz-java-parent-0.16.0

26 Apr 13:57
Compare
Choose a tag to compare
  • Improved GraphvizServerEngine
  • Prepared removal of Nashorn in JDK 15
  • Uniform way to load classpath resources (with GraphvizLoader)
  • Improved GraphvizCmdLineEngine
  • Updated the list of shapes
  • Attributes and values are checked when a dot string is created from a graph
  • Remove some @nullable parameters

graphviz-java-parent-0.15.1

09 Mar 00:22
Compare
Choose a tag to compare
  • Improve handling of missing dependencies

graphviz-java-parent-0.15.0

01 Mar 01:49
Compare
Choose a tag to compare
  • Improve the calculation of text width
  • Remove Graphviz.fontAdjust as this should be done automatically now