| » Version | » Information |
|---|---|
| 1.3.0RC3 |
Release date: 2008-02-05 14:45 UTC Release state: beta Changelog: - PEAR Coding Standard fixes: - Support for PEAR_Error (Req #12913) Dependencies:
|
| 1.3.0RC2 |
Release date: 2007-11-27 19:27 UTC Release state: beta Changelog: - Fixes memory usage (Req #8380) - Added MIME types - Fixes a filesystem cache issue - Added .phpt unit tests Dependencies:
|
| 1.3.0RC1 |
Release date: 2007-11-19 02:10 UTC Release state: beta Changelog: - PEAR Coding Standard fixes: + TRUE vs true, FALSE vs false, + @return docblock + Missing docblocks + switch/case blocks + Better E_ALL compliance - Support for HTML-like labels - Support for node port (Bug #4924) - Proper escaping of IDs/values - Support for multiline values - Support for multiple edges between same nodes (Req #6630) - Choice of GraphViz command to use for rendering (Bug #10753) - Support for "strict" graphs - Fix for undirected vs. directed graph (Bug #10753) - Base binary path (Req #8295) - Better error handling (more checking) - Nodes in subgraphs - Indentation in DOT file Dependencies:
|
| 1.2.1 |
Release date: 2006-05-23 08:08 UTC Release state: stable Changelog: * Bugfix release. |
| 1.2.0 |
Release date: 2006-05-11 04:23 UTC Release state: stable Changelog: + Added renderDotFile() method that renders an existing DOT file. |
| 1.1.0 |
Release date: 2005-01-19 02:24 UTC Release state: stable Changelog: + Added fetch() method that returns the generated image. + Added support for named graphs. + Added support for cluster attributes. * Fixed a bug with graph attributes. |
| 1.1.0beta1 |
Release date: 2004-12-22 03:41 UTC Release state: beta Changelog: + Added fetch() method that returns the generated image. + Added support for named graphs. + Added support for cluster attributes. * Fixed a bug with graph attributes. |
| 1.0.3 |
Release date: 2004-02-25 05:31 UTC Release state: stable Changelog: * Fixed bugs #109 and #852. |
| 1.0.2 |
Release date: 2004-02-20 11:07 UTC Release state: stable Changelog: * Fixed Content-Type header for SVG images. * Improved temporary file creation by using System::mktemp() instead of tempnam(). |
| 1.0.1 |
Release date: 2002-12-11 13:38 UTC Release state: stable Changelog: + Nodes can be grouped now by passing a group name as 3rd parameter to the addNode() method. + The new addCluster() method can be used to give a label to a group of nodes and let GraphViz treat it as a node cluster. |
| 1.0 |
Release date: 2002-12-08 18:38 UTC Release state: stable Changelog: * Added some missing newline characters in GraphViz markup. |
| 0.4 |
Release date: 2002-11-24 11:25 UTC Release state: stable Changelog: * Send correct Content-Type in image() header depending on generated format. * Renamed methods to conform with PEAR standard. |
| 0.3 |
Release date: 2002-09-25 19:06 UTC Release state: stable Changelog: * Allow for edges without attributes. (Patch by Carsten Saathoff <kodemaniak@gmx.de>) |
| 0.2 |
Release date: 2002-04-06 21:27 UTC Release state: Changelog: * Added escaping of node descriptions. (Patch by Garvin Hicking <hicking@faktor-e.de>) * Improved compatibility with Win32 version of dot/neato. (Patch by Garvin Hicking <hicking@faktor-e.de>) * Changed Image_GraphViz.php to Image/GraphViz.php. |