|
1 | 1 | <a name="0.9.14"><a/>
|
2 |
| -# <angular/> 0.9.14 key-maker (in-progress) # |
| 2 | +# <angular/> 0.9.14 key-maker (2011-04-01) # |
| 3 | + |
| 4 | +### Performance |
| 5 | +- [ng:repeat] grows (adds children) significantly faster. (commit 15ec78f5) |
| 6 | +- [$xhr.cache] optionally executes callbacks synchronously. (commit c06c5a36) |
| 7 | +- [ng:view] and [ng:include] use sync [$xhr.cache] |
| 8 | + |
| 9 | + |
| 10 | +### Bug Fixes |
| 11 | +- Fixed [$resource] encoding of query params. (commits e1d122a4, 78a0f410) |
3 | 12 |
|
4 | 13 |
|
| 14 | +### House cleaning |
| 15 | +- code cleanup |
| 16 | +- better minification (min is now 2.5% or almost 1kb smaller) |
| 17 | +- minor documentation fixes |
| 18 | +- JsTestDriver 1.3.2 upgrade with fixed coverage support |
5 | 19 |
|
6 | 20 |
|
7 | 21 |
|
@@ -442,9 +456,13 @@ with the `$route` service
|
442 | 456 | [compile]: http://docs.angularjs.org/#!angular.compile
|
443 | 457 | [element]: http://docs.angularjs.org/#!angular.element
|
444 | 458 | [widget]: http://docs.angularjs.org/#!angular.widget
|
| 459 | +[ng:repeat]: http://docs.angularjs.org/#!angular.widget.@ng:repeat |
| 460 | +[ng:view]: http://docs.angularjs.org/#!angular.widget.ng:view |
| 461 | +[ng:include]: http://docs.angularjs.org/#!angular.widget.ng:include |
445 | 462 | [$defer]: http://docs.angularjs.org/#!angular.service.$defer
|
446 | 463 | [$cookies]: http://docs.angularjs.org/#!angular.service.$cookies
|
447 | 464 | [$xhr]: http://docs.angularjs.org/#!angular.service.$xhr
|
| 465 | +[$xhr.cache]: http://docs.angularjs.org/#!angular.service.$xhr.cache |
448 | 466 | [$resource]: http://docs.angularjs.org/#!angular.service.$resource
|
449 | 467 | [directive]: http://docs.angularjs.org/#!angular.directive
|
450 | 468 | [ng:autobind]: http://docs.angularjs.org/#!angular.directive.ng:autobind
|
|
0 commit comments