|
| 1 | +<a name="v1.0.0rc3"></a> |
| 2 | +# v1.0.0rc3 barefoot-telepathy (2012-03-29) |
| 3 | + |
| 4 | + |
| 5 | +## Bug Fixes |
| 6 | + |
| 7 | +- **$compile:** |
| 8 | + - properly clone attr.$observers in ng-repeat |
| 9 | + ([f2106692](https://github.com/angular/angular.js/commit/f2106692b1ebf00aa5f8b2accd75f014b6cd4faa)) |
| 10 | + - create new (isolate) scopes for directives on root elements |
| 11 | + ([5390fb37](https://github.com/angular/angular.js/commit/5390fb37d2c01937922613fc57df4986af521787), |
| 12 | + closes [#817](https://github.com/angular/angular.js/issues/817)) |
| 13 | +- **angular.forEach:** should ignore prototypically inherited properties |
| 14 | + ([8d7e6948](https://github.com/angular/angular.js/commit/8d7e6948496ff26ef1da8854ba02fcb8eebfed61), |
| 15 | + closes [#813](https://github.com/angular/angular.js/issues/813)) |
| 16 | +- **initialization:** use jQuery#ready for initialization if available |
| 17 | + ([cb2ad9ab](https://github.com/angular/angular.js/commit/cb2ad9abf24e6f855cc749efe3155bd7987ece9d), |
| 18 | + closes [#818](https://github.com/angular/angular.js/issues/818)) |
| 19 | +- **$q:** resolve all of nothing to nothing |
| 20 | + ([ac75079e](https://github.com/angular/angular.js/commit/ac75079e2113949d5d64adbcf23d56f3cf295d41)) |
| 21 | + |
| 22 | + |
| 23 | +## Features |
| 24 | + |
| 25 | +- **$compile:** do not interpolate boolean attribute directives, rather evaluate them |
| 26 | + ([a08cbc02](https://github.com/angular/angular.js/commit/a08cbc02e78e789a66e9af771c410e8ad1646e25)) |
| 27 | +- **$controller:** support controller registration via $controllerProvider |
| 28 | + ([d54dfecb](https://github.com/angular/angular.js/commit/d54dfecb00fba41455536c5ddd55310592fdaf84)) |
| 29 | +- **$http:** |
| 30 | + - make the `transformRequest` and `transformResponse` default to an array |
| 31 | + ([a8a750ab](https://github.com/angular/angular.js/commit/a8a750ab05bdff73ba3af0b98f3f284ff8d1e743)) |
| 32 | + - added `params` parameter |
| 33 | + ([73c85930](https://github.com/angular/angular.js/commit/73c8593077155a9f2e8ef42efd4c497eba0bef4f)) |
| 34 | +- **TzDate:** add support for toISOString method |
| 35 | + ([da9f4dfc](https://github.com/angular/angular.js/commit/da9f4dfcf4f3d0c21821d8474ac0bb19a3c51415)) |
| 36 | +- **jqLite:** make injector() and scope() work with the document object |
| 37 | + ([5fdab52d](https://github.com/angular/angular.js/commit/5fdab52dd7c269f99839f4fa6b5854d9548269fa)) |
| 38 | +- **ngValue:** directive that allows radio inputs to have non string values |
| 39 | + ([09e175f0](https://github.com/angular/angular.js/commit/09e175f02cca0f4a295fd0c9b980cd8f432e722b), |
| 40 | + closes [#816](https://github.com/angular/angular.js/issues/816)) |
| 41 | + |
| 42 | + |
| 43 | +## Breaking Changes |
| 44 | + |
| 45 | +- `$resource`, `$cookies` and `$cookieStore` services are now distributed as separate modules, see |
| 46 | + `angular-resource.js` and `angular-cookies.js`. |
| 47 | + ([798bca62](https://github.com/angular/angular.js/commit/798bca62c6f64775b85deda3713e7b6bcc7a4b4d), |
| 48 | + [7b22d59b](https://github.com/angular/angular.js/commit/7b22d59b4a16d5c50c2eee054178ba17f8038880)) |
| 49 | +- angular.fromJson doesn't deserialize date strings into date objects. |
| 50 | + ([ac4318a2](https://github.com/angular/angular.js/commit/ac4318a2fa5c6d306dbc19466246292a81767fca)) |
| 51 | +- angular.toJson always use native JSON.parse and JSON.stringify - this might break code that |
| 52 | + consumes the output in whitespace-sensitive way |
| 53 | + ([35125d25](https://github.com/angular/angular.js/commit/35125d25137ac2da13ed1ca3e652ec8f2c945053)) |
| 54 | +- IE7 and older have are now required to polyfill the JSON global object |
| 55 | + ([87f5c6e5](https://github.com/angular/angular.js/commit/87f5c6e5b716100e203ec59c5874c3e927f83fa0)) |
| 56 | +- boolean attr directives (ng-disabled, ng-required, etc) are evaluated rather than interpolated |
| 57 | + ([a08cbc02](https://github.com/angular/angular.js/commit/a08cbc02e78e789a66e9af771c410e8ad1646e25)) |
| 58 | +- `ng-bind-attr` directive removed |
| 59 | + ([55027132](https://github.com/angular/angular.js/commit/55027132f3d57e5dcf94683e6e6bd7b0aae0087d)) |
| 60 | +- any app that depends on $sniffer service should use Modernizr instead |
| 61 | + ([aaedefb9](https://github.com/angular/angular.js/commit/aaedefb92e6bec6626e173e5155072c91471596a)) |
| 62 | + |
| 63 | + |
| 64 | + |
1 | 65 | <a name="v1.0.0rc2"></a> |
2 | | -# v1.0.0rc2 (2012-03-20) |
| 66 | +# v1.0.0rc2 silence-absorption (2012-03-20) |
3 | 67 |
|
4 | 68 | ## Features |
5 | 69 |
|
|
0 commit comments