Files
Xes 73154ae174
Behat tests 1.11.x 🐞 / PHP 7.4 Test on ubuntu-latest (push) Canceled after 0s
PHP-CS-Fixer / composer_install (7.4) (push) Canceled after 0s
Chamilo 1.11.40 (ZIP oficial v1.11.40)
Fuente: https://github.com/chamilo/chamilo-lms/releases/download/v1.11.40/chamilo-1.11.40.zip
sha256: 1cf4bf2cc7bae1ef1a1eff643235db1d552f78ddf4b6dd1e2d2dac9868679439
Snapshot independiente (rama huerfana); diffable vs 1.11.38. vendor incluido.
2026-08-06 17:59:45 +02:00

45 lines
1.3 KiB
Markdown

# Changelog
## 0.2.2 (2019-10-04)
* Feature: Omit root graph name unless explicitly assigned via `graphviz.name` attribute.
(#28 by @rhelms and @clue)
```php
$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)
## 0.2.1 (2015-03-08)
* Support graph v0.9 (while keeping BC)
([#9](https://github.com/graphp/graphviz/pull/9))
## 0.2.0 (2015-01-19)
* BC break: Refactor to inject Graph into GraphViz on demand, inject GraphViz into exporters
([#6](https://github.com/graphp/graphviz/pull/6))
* BC break: Remove legacy layout helper
([#5](https://github.com/graphp/graphviz/pull/5))
## 0.1.0 (2014-12-31)
* First tagged release, split off from [clue/graph](https://github.com/clue/graph) v0.8.0
([#1](https://github.com/graphp/graphviz/issues/1))