Releases: nidi3/graphviz-java
Releases · nidi3/graphviz-java
graphviz-java-parent-0.14.2
- Configurable timeout for
GraphvizServerEngine
andGraphvizCmdLineEngine
graphviz-java-parent-0.14.1
graphviz-java
has a dependency only to the one j2v8 platform where the build is run- add
graphviz-java-all-j2v8
module
graphviz-java-parent-0.13.0
- graph names are Labels now
- add IMAP and CMAPX formats
- add margin attribute
- remove
CreationContext.begin
andCreationContext.end
- add graphviz-java-no-j2v8 module
- add
Graph.toMutable
andMutableGraph.toImmutable
graphviz-java-parent-0.12.1
- introduce
JavascriptEngine
- fix
equals
/hashCode
ofLink
and therefore the whole model
graphviz-java-parent-0.12.0
- Add
graphviz-rough
module - Parser now checks attributes and their values,
read
methods 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
Rank
class:- removed
GraphAttr.NEW_RANK
and.clusterRank
- removed
RankDir
Rank.SAME
becomesRank.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)