Skip to content

Releases: jasmine/jasmine-ajax

Fixes all around

06 Jun 18:16
Compare
Choose a tag to compare
Fixes all around Pre-release
Pre-release
Fixes for IE 8 and IE 9

- Object.keys isn't available in IE 8, so using a local objectKeys helper method
that accomplishes the same effect for spec
- The DONE property isn't supported in IE 8, so falling back to the
numerical 4 in spec when necessary
- Extending from an XMLHttpRequest can't extend properties that are
filled in asynchronously (status, responseText, etc.) on IE 8 and IE 9
so we now skip these properties when extending

v2.0.0.rc1

01 Nov 18:43
Compare
Choose a tag to compare
v2.0.0.rc1 Pre-release
Pre-release
Add Travis build badge to Readme

v1.3.1

01 Nov 18:41
Compare
Choose a tag to compare
Merge pull request #37 from PacerPRO/master

Update mock-ajax.js