ChangeLog in ruby-graphviz-0.9.0 vs ChangeLog in ruby-graphviz-0.9.1
- old
+ new
@@ -1,14 +1,22 @@
+0.9.1 :
+* Bugs corrections
+* Add the ability to create edge like that : node1 << node2 << node3 ...
+* Complete README
+* Add a DOT parser. This parser has a lot of limitations. So don't use it in a production context !
+* :output and :file options are deprecated, please use :<format> => :<file>
+* You can now specify multiple outputs via :<format> => :<file> (see sample 22).
+
0.9.0 :
* Add fdp example (sample 15)
* Add edge between cluster and node and cluster and cluster support
* GraphViz.add_node now support array (sample 16)
* Bug correction in GraphViz.output (sample 19)
* Add GraphViz#default to set default options (:use, :path and :output)
* Add possibility to set node or edge attribut via :
node.<attribut>=<value> or node.<attribut>( <value> )
adge.<attribut>=<value> or adge.<attribut>( <value> )
-* Add GraphViz::Edge.set and GraphViz::Node.net
+* Add GraphViz::Edge.set and GraphViz::Node.set
* Add sample 20
* Add GraphViz.node_count and GraphViz.edge_count by Daniel Cadenas NiĆ³n
0.8.2 :
* Update Node, Edge and Graph Attributes (see http://www.graphviz.org/doc/info/attrs.html)