Skip to content

Releases: nidi3/graphviz-java

graphviz-java-parent-0.14.2

21 Feb 13:00
Compare
Choose a tag to compare
  • Configurable timeout for GraphvizServerEngine and GraphvizCmdLineEngine

graphviz-java-parent-0.14.1

29 Jan 23:04
Compare
Choose a tag to compare
  • 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

27 Jan 13:35
Compare
Choose a tag to compare
  • graph names are Labels now
  • add IMAP and CMAPX formats
  • add margin attribute
  • remove CreationContext.begin and CreationContext.end
  • add graphviz-java-no-j2v8 module
  • add Graph.toMutable and MutableGraph.toImmutable

graphviz-java-parent-0.12.1

19 Nov 16:44
Compare
Choose a tag to compare
  • introduce JavascriptEngine
  • fix equals / hashCode of Link and therefore the whole model

graphviz-java-parent-0.12.0

18 Nov 04:58
Compare
Choose a tag to compare
  • Add graphviz-rough module
  • Parser now checks attributes and their values, read methods are not static anymore.

graphviz-java-parent-0.11.2

13 Nov 00:26
Compare
Choose a tag to compare
  • Improve escaping and error handling between java and javascript

graphviz-java-parent-0.11.1

11 Nov 21:54
Compare
Choose a tag to compare
  • preserve order of attributes
  • improved image size / dpi handling
  • improved escaping of special chars in dot input

graphviz-java-parent-0.11.0

20 Sep 18:49
Compare
Choose a tag to compare
  • fix SVG size/scale post processing
  • handle all rank related attributes in Rank class:
    • removed GraphAttr.NEW_RANK and .clusterRank
    • removed RankDir
    • Rank.SAME becomes Rank.inSubgraph(SAME)

graphviz-java-parent-0.10.1

11 Sep 17:41
Compare
Choose a tag to compare
  • Fix SVG postprocessing on windows

graphviz-java-parent-0.10.0

15 Aug 17:16
Compare
Choose a tag to compare
  • Add DOT render Format
  • Make Serializer class internal (accessible via DOT render Format)