Releases: nidi3/graphviz-java
Releases · nidi3/graphviz-java
graphviz-java-parent-0.14.2
- Configurable timeout for
GraphvizServerEngineandGraphvizCmdLineEngine
graphviz-java-parent-0.14.1
graphviz-javahas a dependency only to the one j2v8 platform where the build is run- add
graphviz-java-all-j2v8module
graphviz-java-parent-0.13.0
- graph names are Labels now
- add IMAP and CMAPX formats
- add margin attribute
- remove
CreationContext.beginandCreationContext.end - add graphviz-java-no-j2v8 module
- add
Graph.toMutableandMutableGraph.toImmutable
graphviz-java-parent-0.12.1
- introduce
JavascriptEngine - fix
equals/hashCodeofLinkand therefore the whole model
graphviz-java-parent-0.12.0
- Add
graphviz-roughmodule - Parser now checks attributes and their values,
readmethods are not static anymore.
graphviz-java-parent-0.11.2
- Improve escaping and error handling between java and javascript
graphviz-java-parent-0.11.1
- preserve order of attributes
- improved image size / dpi handling
- improved escaping of special chars in dot input
graphviz-java-parent-0.11.0
- fix SVG size/scale post processing
- handle all rank related attributes in
Rankclass:- removed
GraphAttr.NEW_RANKand.clusterRank - removed
RankDir Rank.SAMEbecomesRank.inSubgraph(SAME)
- removed
graphviz-java-parent-0.10.1
- Fix SVG postprocessing on windows
graphviz-java-parent-0.10.0
- Add DOT render Format
- Make Serializer class internal (accessible via DOT render Format)