Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit f109604

Browse files
committedApr 1, 2011
release notes for the 0.9.14 key-maker iteration
1 parent ac3dbae commit f109604

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed
 

‎CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11
<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)
312

413

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
519

620

721

@@ -442,9 +456,13 @@ with the `$route` service
442456
[compile]: http://docs.angularjs.org/#!angular.compile
443457
[element]: http://docs.angularjs.org/#!angular.element
444458
[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
445462
[$defer]: http://docs.angularjs.org/#!angular.service.$defer
446463
[$cookies]: http://docs.angularjs.org/#!angular.service.$cookies
447464
[$xhr]: http://docs.angularjs.org/#!angular.service.$xhr
465+
[$xhr.cache]: http://docs.angularjs.org/#!angular.service.$xhr.cache
448466
[$resource]: http://docs.angularjs.org/#!angular.service.$resource
449467
[directive]: http://docs.angularjs.org/#!angular.directive
450468
[ng:autobind]: http://docs.angularjs.org/#!angular.directive.ng:autobind

0 commit comments

Comments
 (0)
This repository has been archived.