|
| 1 | +# Jasmine Ajax 3.4.0 Release Notes |
| 2 | + |
| 3 | +## Summary |
| 4 | +This is a general release with a number of new features for Jasmine-Ajax |
| 5 | + |
| 6 | +## Changes |
| 7 | + |
| 8 | +* Stub Requests can pass through `statusText` |
| 9 | + - Fixes [#188](https://github.com/jasmine/jasmine-ajax/issues/188) |
| 10 | + |
| 11 | +* Convert url values to a string to work more like a native XHR |
| 12 | + - Fixes [#143](https://github.com/jasmine/jasmine-ajax/issues/143) |
| 13 | + |
| 14 | +* Check for real XHR instead of mock on install and word error better |
| 15 | + - See [#186](https://github.com/jasmine/jasmine-ajax/issues/186) |
| 16 | + |
| 17 | +* respondWith allows responseJSON property shortcut for stringifing an object |
| 18 | + - Merges [#185](https://github.com/jasmine/jasmine-ajax/issues/185) from @k-funk |
| 19 | + - Fixes [#177](https://github.com/jasmine/jasmine-ajax/issues/177) |
| 20 | + |
| 21 | +* Added checklist item for generating the `mock-ajax` file |
| 22 | + - See [#184](https://github.com/jasmine/jasmine-ajax/issues/184) |
| 23 | + |
| 24 | +* Update contributing docs and README to better explain things |
| 25 | + - Fixes [#184](https://github.com/jasmine/jasmine-ajax/issues/184) |
| 26 | + |
| 27 | +* Allow response status 0 for request stubs |
| 28 | + - Merges [#182](https://github.com/jasmine/jasmine-ajax/issues/182) from @kiramclean |
| 29 | + - Fixes [#141](https://github.com/jasmine/jasmine-ajax/issues/141) |
| 30 | + |
| 31 | +* Added instructions for contributing. |
| 32 | + - Merges [#179](https://github.com/jasmine/jasmine-ajax/issues/179) from @Arthaey |
| 33 | + |
| 34 | +* Add status and statusText to responseError. Defaults to 500. |
| 35 | + - Merges [#176](https://github.com/jasmine/jasmine-ajax/issues/176) from @Arthaey |
| 36 | + |
| 37 | +* Update readme to suggest creating mock-ajax.js reference in helpers path, not src_files |
| 38 | + - Merges [#173](https://github.com/jasmine/jasmine-ajax/issues/173) from @alidaka |
| 39 | + |
| 40 | +* Add "uninstall" notes to README |
| 41 | + - Merges [#169](https://github.com/jasmine/jasmine-ajax/issues/169) from @johnnymugs |
| 42 | + |
| 43 | +------ |
| 44 | + |
| 45 | +_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_ |
0 commit comments