Skip to content

Releases: graphp/graphviz

v0.2.2

04 Oct 13:31
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release
  • Feature: Omit root graph name unless explicitly assigned via graphviz.name attribute.
    (#28 by @rhelms and @clue)

    $graph = new Graph();
    $graph->setAttribute('graphviz.name', 'g');
  • Feature: Remove unneeded dependency on graphp/algorithms.
    (#39 by @clue)

  • Feature / Fix: Use UTF-8 encoding (Unicode) by default and respect charset attribute.
    (#27 by @Ithilias and @clue)

  • Fix: Fix representing directed loop edges as directed edge
    (#37 by @clue)

  • Add examples and documentation for GraphViz attributes, labels and record shapes.
    (#26 by @clue)

  • Update test suite to support PHPUnit 6 and PHPUnit 5 and support running on legacy PHP 5.3 through PHP 7.2 and HHVM.
    (#24 by @clue)

v0.2.1

08 Mar 10:30
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release
  • Support graph v0.9 (while keeping BC)
    (#9)

v0.2.0

19 Jan 23:37
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • BC break: Refactor to inject Graph into GraphViz on demand, inject GraphViz into exporters
    (#6)
  • BC break: Remove legacy layout helper
    (#5)

v0.1.0

31 Dec 16:02
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
  • First tagged release, split off from clue/graph v0.8.0
    (#1)