Releases: nidi3/graphviz-java
Releases · nidi3/graphviz-java
graphviz-java-parent-0.18.1
- 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
- Improve
Style
class - Improve parser error messages
- Avoid SVG errors for color gradients
graphviz-java-parent-0.17.1
- 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
- fix backslashes in windows paths in options json
- rename
GraphvizFilter
intoGraphvizProcessor
, 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
- Log input and output files for GraphvizCmdLineEngine
- Add alias names for some arrow types
graphviz-java-parent-0.16.2
- 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
- Lazy loading of default engines
- Improvements / Fixes in image handling
graphviz-java-parent-0.16.0
- 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
- Improve handling of missing dependencies
graphviz-java-parent-0.15.0
- Improve the calculation of text width
- Remove
Graphviz.fontAdjust
as this should be done automatically now