bump version to 3.2.0
This commit is contained in:
parent
3807269d27
commit
b54a002d46
@ -66,3 +66,6 @@ DEPENDENCIES
|
|||||||
jasmine (~> 2.0.0)
|
jasmine (~> 2.0.0)
|
||||||
jasmine_selenium_runner
|
jasmine_selenium_runner
|
||||||
rake
|
rake
|
||||||
|
|
||||||
|
BUNDLED WITH
|
||||||
|
1.10.1
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "jasmine-ajax",
|
"name": "jasmine-ajax",
|
||||||
"description": "A library for faking Ajax responses in your Jasmine suite.",
|
"description": "A library for faking Ajax responses in your Jasmine suite.",
|
||||||
"version": "3.1.1",
|
"version": "3.2.0",
|
||||||
"main": "lib/mock-ajax.js",
|
"main": "lib/mock-ajax.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "jasmine-ajax",
|
"name": "jasmine-ajax",
|
||||||
"description": "A library for faking Ajax responses in your Jasmine suite",
|
"description": "A library for faking Ajax responses in your Jasmine suite",
|
||||||
"version": "3.1.1",
|
"version": "3.2.0",
|
||||||
"main": "lib/mock-ajax.js",
|
"main": "lib/mock-ajax.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
||||||
|
20
release_notes/3.2.0.md
Normal file
20
release_notes/3.2.0.md
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# Jasmine-Ajax 3.2.0 Release Notes
|
||||||
|
|
||||||
|
## Pull Requests & Issues
|
||||||
|
|
||||||
|
* Set the `this` context for event handler to the current XHR and pass proper ProgressEvent arguments
|
||||||
|
- Merges [#114](https://github.com/jasmine/jasmine-ajax/issues/114) from @mjeanroy
|
||||||
|
- Fixes [#108](https://github.com/jasmine/jasmine-ajax/issues/108)
|
||||||
|
|
||||||
|
* added feature to match data/query against RegExp
|
||||||
|
- Merges [#116](https://github.com/jasmine/jasmine-ajax/issues/116) from @SunboX
|
||||||
|
- Fixes [#115](https://github.com/jasmine/jasmine-ajax/issues/115)
|
||||||
|
|
||||||
|
* Allow error and timeout using RequestStub
|
||||||
|
- Merges [#112](https://github.com/jasmine/jasmine-ajax/issues/112) from @Mordred
|
||||||
|
- Fixes [#111](https://github.com/jasmine/jasmine-ajax/issues/111)
|
||||||
|
|
||||||
|
|
||||||
|
------
|
||||||
|
|
||||||
|
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_
|
Loading…
Reference in New Issue
Block a user