29 lines
865 B
Markdown
29 lines
865 B
Markdown
|
# Jasmine-Ajax 3.0 Release Notes
|
||
|
|
||
|
## Summary
|
||
|
|
||
|
Support XHR 2
|
||
|
|
||
|
This release contains a breaking change. The `response` method is no longer supported, you should use `respondWith` instead.
|
||
|
|
||
|
## Changes
|
||
|
|
||
|
* Add grunt tasks for releasing packages
|
||
|
* Bring npm and bower configurations in line with each other
|
||
|
* Also test in IE 11 on travis
|
||
|
|
||
|
## Pull Requests & Issues
|
||
|
|
||
|
* Include trailing newline in response headers to match browsers.
|
||
|
- Fixes [#91](https://github.com/jasmine/jasmine-ajax/issues/91)
|
||
|
|
||
|
* modify example code 'response' method is deprecated. use 'respondWith' instead
|
||
|
- Merges [#87](https://github.com/jasmine/jasmine-ajax/issues/87) from @Mstudio-Ishikawa
|
||
|
|
||
|
* Support for XHR 2
|
||
|
- Merges [#60](https://github.com/jasmine/jasmine-ajax/issues/60) from @albertyw
|
||
|
|
||
|
------
|
||
|
|
||
|
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_
|