pakyow-presenter/CHANGELOG.md in pakyow-presenter-0.10.2 vs pakyow-presenter/CHANGELOG.md in pakyow-presenter-0.11.0

- old
+ new

@@ -1,4 +1,20 @@ +# 0.11.0 + + * Fixes several bugs related to nested partials + * Reprocesses view contents with html processor + * Fixes a bug causing partials not to be duped + * Automatically defines bindings as restful + * Introduces binding parts + * Fixes a bug removing a node from StringDoc + * Renames `app.all_views_visible` config option to `presenter.require_route` + * Fixes some bugs caused by not properly duping view objects + * Replaces Nokogiri with Oga + * Moves everything into the Pakyow namespace + * Adds support for versioned props + * Prioritize root view paths over child paths + * ViewVersion state is now properly updated when matching + # 0.10.0 / 2015-10-19 * Adds precomposition to composer * Fixes binding action for nested resources * Fixes variable name in remap_partials