History.txt in rubyvis-0.2.2 vs History.txt in rubyvis-0.3.0
- old
+ new
@@ -1,4 +1,14 @@
+=== 0.3.0 / 2010-11-17
+* Network and Hierarchy classes on module Layout implemented. Require testing
+* Rubyvis::Layout::Treemap fully operational
+* Rubyvis::Dom almost complete, including spec
+* Mark.extend changed to Mark.mark_extend, to avoid clashes with ruby extend
+* Bug fix: Rubyvis::Dom::Node.sort doesn't set first_child and last_child correctly
+* Updated for hoe 1.7.0
+* Updated example of coordinate parallels
+* New example: treemap/treemap.rb
+
=== 0.2.2 / 2010-11-13
* Updated to rspec 2. Bug fix: instance_eval raises an error on js_apply
* Updated antibiotics example
* Tested on 1.8.7, 1.9.1, 1.9.2 and svn-head.