pakyow-presenter/CHANGES in pakyow-presenter-0.8.0 vs pakyow-presenter/CHANGES in pakyow-presenter-0.9.0

- old
+ new

@@ -1,5 +1,15 @@ += 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 @@ -36,6 +46,6 @@ * Fixes gemspec problem = 0.6.0 / 2011-08-20 - * Initial gem release of 0.6.0 codebase \ No newline at end of file + * Initial gem release of 0.6.0 codebase