diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 36 | 
1 files changed, 32 insertions, 4 deletions
| diff --git a/CHANGELOG.md b/CHANGELOG.md index ad75e65d..0e21ed0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,36 @@  <a name="0.9.19"><a/> -# 0.9.19 canine-psychokinesis (in-progress) # +# 0.9.19 canine-psychokinesis (2011-08-20) # +## Features +- added error handling support for JSONP requests (see error callback param of the [$xhr] service) +  ([commit](https://github.com/angular/angular.js/commit/05e2c3196c857402a9aa93837b565e0a2736af23)) +- exposed http response headers in the [$xhr] and [$resource] callbacks +  ([commit](https://github.com/angular/angular.js/commit/4ec1d8ee86e3138fb91543ca0dca28463895c090) +  contributed by Karl Seamon) +- added `reloadOnSearch` [$route] param support to prevent unnecessary controller reloads and +  resulting flicker +  ([commit](https://github.com/angular/angular.js/commit/e004378d100ce767a1107180102790a9a360644e)) +## Fixes +- make ng:class-even/odd compatible with ng:class +  (Issue [#508](https://github.com/angular/angular.js/issues/508)) +- fixed error handling for resources that didn't work in certain situations +  ([commit](https://github.com/angular/angular.js/commit/c37bfde9eb31556ee1eb146795b0c1f1504a4a26) +  contributed by Karl Seamon) + + +## Docs +- [jsFiddle](http://jsfiddle.net/) integration for all docs.angularjs.org examples (contributed by +  Dan Doyon). + + +## Breaking Changes +- removed [jqLite] show/hide support. See the +  [commit](https://github.com/angular/angular.js/commit/4c8eaa1eb05ba98d30ff83f4420d6fcd69045d99) +  message for details. Developers should use jquery or jqLite's `css('display', 'none')` and +  `css('display', 'block'/'inline'/..)` instead +  <a name="0.9.18"><a/>  # 0.9.18 jiggling-armfat (2011-07-29) # @@ -64,7 +92,7 @@  - doubled our e2e test suite by running all angular e2e tests with jqLite in addition to jQuery -### Breaking changes: +### Breaking changes  - [commit](https://github.com/angular/angular.js/commit/3af1e7ca2ee8c2acd69e5bcbb3ffc1bf51239285)    removed support for the `MMMMM` (long month name), use `MMMM` instead. This was done to align    Angular with @@ -273,8 +301,7 @@  - many, but by far not all, docs were updated, improved and cleaned up  ### Features -- [`$route`](http://docs.angularjs.org/#!/api/angular.service.$route) service now supports these -  features: +- [$route] service now supports these features:    - route not found handling via `#otherwise()`    - redirection support via `#when('/foo', {redirectTo: '/bar'})` (including param interpolation)    - setting the parent scope for scopes created by the service via `#parent()` @@ -633,6 +660,7 @@ with the `$route` service  [$xhr]: http://docs.angularjs.org/#!/api/angular.service.$xhr  [$xhr.cache]: http://docs.angularjs.org/#!/api/angular.service.$xhr.cache  [$resource]: http://docs.angularjs.org/#!/api/angular.service.$resource +[$route]: http://docs.angularjs.org/#!/api/angular.service.$route  [$orderBy]: http://docs.angularjs.org/#!/api/angular.Array.orderBy  [date]: http://docs.angularjs.org/#!/api/angular.filter.date  [number]: http://docs.angularjs.org/#!/api/angular.filter.number | 
