|
1 | 1 | <a name="0.9.13"><a/>
|
2 |
| -# <angular/> 0.9.13 curdling-stare (in-progress) # |
| 2 | +# <angular/> 0.9.13 curdling-stare (2011-03-13) # |
3 | 3 |
|
4 | 4 | ### New Features
|
5 |
| -- Added XSRF prevention logic to $xhr service |
| 5 | +- Added XSRF protection for the [$xhr] service. (commit c578f8c3) |
| 6 | +- Targeted auto-bootstrap — [ng:autobind] now takes an optional value which specifies an element id |
| 7 | + to be compiled instead of compiling the entire html document. (commit 9d5c5337) |
6 | 8 |
|
7 | 9 |
|
8 | 10 | ### Bug Fixes
|
9 |
| -- Fixed cookies which contained unescaped '=' would not show up in cookie service. |
10 |
| -- Consider all 2xx responses as OK, not just 200 |
11 |
| -- Remove the script tag after successful JSONP request |
| 11 | +- Fixed IE7 regression which prevented angular from bootstrapping in this browser. |
| 12 | +- Cookies which contain unescaped '=' are now visible via the [$cookies] service. (commit 26bad2bf) |
| 13 | +- [$xhr] service now executes "success" callback for all 2xx responses, not just 200. |
| 14 | + (commit 5343deb3) |
| 15 | +- Always remove the script tag after successful JSONP request. (commit 0084cb5c) |
| 16 | +- Removal of all `document.write` statements to make angular compabile with async script loaders. |
| 17 | + (commit 3224862a) |
| 18 | + |
12 | 19 |
|
13 | 20 | ### Breaking changes
|
14 |
| -- Changed the $browser.xhr parameter post from optional to required. Since everyone should be |
15 |
| - using the $xhr instead of $browser.xhr, this should not break anyone. If you do use $browser.xhr |
16 |
| - then just add null for the post value argument. |
| 21 | +- The `post` parameter of [$browser.xhr][$browser] is now non-optional. Since everyone should be |
| 22 | + using the [$xhr] service instead of $browser.xhr, this should not break anyone. If you do use |
| 23 | + $browser.xhr then just add null for the post value argument where post was not passed in. |
| 24 | + |
| 25 | + |
17 | 26 |
|
18 | 27 |
|
19 | 28 | <a name="0.9.12"><a/>
|
@@ -431,6 +440,7 @@ with the `$route` service
|
431 | 440 | [$xhr]: http://docs.angularjs.org/#!angular.service.$xhr
|
432 | 441 | [$resource]: http://docs.angularjs.org/#!angular.service.$resource
|
433 | 442 | [directive]: http://docs.angularjs.org/#!angular.directive
|
| 443 | +[ng:autobind]: http://docs.angularjs.org/#!angular.directive.ng:autobind |
434 | 444 | [guide.di]: http://docs.angularjs.org/#!guide.di
|
435 | 445 | [downloading]: http://docs.angularjs.org/#!downloading
|
436 | 446 | [contribute]: http://docs.angularjs.org/#!contribute
|
0 commit comments