From f1096043157a4e80c78b2bfa692c9f5680e82e7c Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 1 Apr 2011 10:44:02 -0700 Subject: release notes for the 0.9.14 key-maker iteration --- CHANGELOG.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcead4c7..c59bdebc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,21 @@ -# 0.9.14 key-maker (in-progress) # +# 0.9.14 key-maker (2011-04-01) # + +### Performance +- [ng:repeat] grows (adds children) significantly faster. (commit 15ec78f5) +- [$xhr.cache] optionally executes callbacks synchronously. (commit c06c5a36) +- [ng:view] and [ng:include] use sync [$xhr.cache] + + +### Bug Fixes +- Fixed [$resource] encoding of query params. (commits e1d122a4, 78a0f410) +### House cleaning +- code cleanup +- better minification (min is now 2.5% or almost 1kb smaller) +- minor documentation fixes +- JsTestDriver 1.3.2 upgrade with fixed coverage support @@ -442,9 +456,13 @@ with the `$route` service [compile]: http://docs.angularjs.org/#!angular.compile [element]: http://docs.angularjs.org/#!angular.element [widget]: http://docs.angularjs.org/#!angular.widget +[ng:repeat]: http://docs.angularjs.org/#!angular.widget.@ng:repeat +[ng:view]: http://docs.angularjs.org/#!angular.widget.ng:view +[ng:include]: http://docs.angularjs.org/#!angular.widget.ng:include [$defer]: http://docs.angularjs.org/#!angular.service.$defer [$cookies]: http://docs.angularjs.org/#!angular.service.$cookies [$xhr]: http://docs.angularjs.org/#!angular.service.$xhr +[$xhr.cache]: http://docs.angularjs.org/#!angular.service.$xhr.cache [$resource]: http://docs.angularjs.org/#!angular.service.$resource [directive]: http://docs.angularjs.org/#!angular.directive [ng:autobind]: http://docs.angularjs.org/#!angular.directive.ng:autobind -- cgit v1.2.3