Skip to content

Tags: cliren/jasmine-ajax

Tags

v2.0.1

Toggle v2.0.1's commit message
bump to 2.0.1 so we can publish to npm

v2.0.0

Toggle v2.0.0's commit message
Allow extra qualifications when matching json content-type

v2.0.0.rc3

Toggle v2.0.0.rc3's commit message
Allow extra qualifications when matching json content-type

v2.0.0.rc2

Toggle v2.0.0.rc2's commit message
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

Toggle v2.0.0.rc1's commit message
Add Travis build badge to Readme

v1.3.1

Toggle v1.3.1's commit message
Merge pull request jasmine#37 from PacerPRO/master

Update mock-ajax.js