=== 0.1.7 / 2010-10-31 * Added image support === 0.1.6 / 2010-10-30 * Improved documentation for examples. Added description from protovis site on the one borrowed from it and added commentary on new ones. * Distribution includes 'web' directory, with script to recreate the web site. Use as example of massive creation of graphics * Added explicitily "none" to svg "fill" property. This allows to render properly with librsv (rsgv), without affecting the browser output * Added API documentation on many files. * Replaced all pv instances on code for Rubyvis === 0.1.5 / 2010-10-22 * Bug fix: styles considered properly, so font attribute works right now. * Bug fix: anchors have proper parent assignation. === 0.1.4 / 2010-10-20 * Bug fix: Order now works on Nest * Added log scale spec. domain, range, scale, invert and ticks works like javascript version * First stack layout version operational * Added grouped and stacked chart examples === 0.1.3 / 2010-10-08 * New Wedge and Dot mark * New Log scale and Nest. * Area mark working. * Automatic color scales doesn't work on every ocasion, yet * Color, Format::Number and Quantitative fixed. * Fixed attributes works as expected (damn c like 0=false) * Added examples (antibiotics and barley) * Bug fix: right anchor doesn't affect labels. * Crimea grouped bars works. Ordinal scales operational === 0.1.2 / 2010-10-04 * Bug fix: SvgScene.panel only parse first element. Crimea-line example works (almost) as expected * Support for lines as anchors (not tested, yet) * Support for scales using Time class * Deleted unnecesary files from protovis === 0.1.1 / 2010-10-02 * Operational implementation of Panel, Bar, Rule, Line and Label. Anchor doesn't work, yet [clbustos] * Updated README.txt === 0.1.0 / 2010-09-30 * First (barely) operational version. See examples/first.rb and examples/second.rb