=== 0.2.1 / 2010-11-11 * Added Rubyvis.dict() * Added Rubyvis::Scale::Ordinal.split_flush() * New example: parallel coordinates on /examples/cars/cars.rb * New example: pie chart on /examples/antibiotics/antibiotics_wedge.rb * New spec for readme examples (sort of smoke test) * Better implementation of Layout * Bug fix: raise error Proc.js_apply on Ruby1.9.2 (doesn't accept instance_eval with &proc) * Ahhh... how I hate differences on return inside lambdas! Resolved bug on AreaPrototype::area_build_instance removing return inside a lambda * Bug fix: Rubyvis::Scale::Linear.scale() returns a value when nil is passed. Now, returns nil * Bug fix: Calling Mark.instance() of a parent mark inside a children returns only the last instance, not the currently parsed instance === 0.2.0 / 2010-11-02 * IMPORTANT: Added 'ruby best practices' API. See README and examples/first_rbp_api.rb to learn how to use * Added width and height explicitly on examples pages. * Added examples for interpolation on lines and areas * Fixed interpolate for lines and areas. * New spec for Line and Area spec. * Added spec for numeric tick_format * Added documentation for Rubyvis::Colors, Rubyvis::Color and Rubyvis::Line * Bug fix: interpolate "step-after", "step-before" and "basis" on Area marks doesn't work Spec for Area marks * Changed API_VERSION for PROTOVIS_API_VERSION === 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