Skip to content

Commit 1094b34

Browse files
committed
preparing release notes for the 0.9.13 curdling stare release
1 parent 3224862 commit 1094b34

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

CHANGELOG.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,28 @@
11
<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) #
33

44
### 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)
68

79

810
### 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+
1219

1320
### 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+
1726

1827

1928
<a name="0.9.12"><a/>
@@ -431,6 +440,7 @@ with the `$route` service
431440
[$xhr]: http://docs.angularjs.org/#!angular.service.$xhr
432441
[$resource]: http://docs.angularjs.org/#!angular.service.$resource
433442
[directive]: http://docs.angularjs.org/#!angular.directive
443+
[ng:autobind]: http://docs.angularjs.org/#!angular.directive.ng:autobind
434444
[guide.di]: http://docs.angularjs.org/#!guide.di
435445
[downloading]: http://docs.angularjs.org/#!downloading
436446
[contribute]: http://docs.angularjs.org/#!contribute

0 commit comments

Comments
 (0)