= 0.9.0 * Introduces StringDoc, replacing Nokogiri for view rendering with a performant alternative * Adds the ability to set an empty first option in bindings * Remove the annoying "no content" for container log message * Binding context must now be explicitly passed when binding * Yield bindable value before bindable in view binding fns * Fixes bug causing non-html view contents to be processed twice * Removes support for Ruby versions < 2.0.0 = 0.8.0 / 2014-03-02 * Major rewrite, including new view syntax, composer, and transformation api = 0.7.2 / 2012-02-29 * No changes -- bumped version to be consistent = 0.7.1 / 2012-01-08 * View caching fixes * Changed binder to allow definition for multiple endpoints * Changed in_context to accept context as block argument * Changed action binder to add leading slash if needed * Change to allow a view's content to be set to nil * Fixed Views#find method = 0.7.0 / 2011-11-19 * Cleaned up core/presenter interface * Optimized view caching * Binding occurs on the label an object is being bound to, not the object type * Root view override in index directories no longer specify a root view for siblings * Fixed problem binding to a checkbox who’s value attribute is not set = 0.6.3 / 2011-09-13 * Fixes binding to bindings defined by HTML 'name' attribute = 0.6.2 / 2011-08-20 * Fixes issue binding object to root nodes * JRuby Support = 0.6.1 / 2011-08-20 * Fixes gemspec problem = 0.6.0 / 2011-08-20 * Initial gem release of 0.6.0 codebase