Skip to content

Commit 71d6a81

Browse files
author
Gregg Van Hove
committed
bump version to 3.4.0
1 parent e811ac8 commit 71d6a81

File tree

3 files changed

+48
-3
lines changed

3 files changed

+48
-3
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jasmine-ajax",
33
"description": "A library for faking Ajax responses in your Jasmine suite.",
4-
"version": "3.3.1",
4+
"version": "3.4.0",
55
"main": "lib/mock-ajax.js",
66
"license": "MIT",
77

@@ -11,7 +11,7 @@
1111
"Gregg Van Hove <[email protected]>"
1212
],
1313
"dependencies": {
14-
"jasmine" : "~2"
14+
"jasmine" : "~3"
1515
},
1616
"moduleType": [
1717
"globals"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jasmine-ajax",
33
"description": "A library for faking Ajax responses in your Jasmine suite",
4-
"version": "3.3.1",
4+
"version": "3.4.0",
55
"main": "lib/mock-ajax.js",
66
"license": "MIT",
77
"url": "https://github.com/jasmine/jasmine-ajax",

release_notes/3.4.0.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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

Comments
 (0)