Skip to content

Commit

Permalink
bump version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregg Van Hove committed Jul 2, 2015
1 parent 3807269 commit b54a002
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,6 @@ DEPENDENCIES
jasmine (~> 2.0.0)
jasmine_selenium_runner
rake

BUNDLED WITH
1.10.1
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jasmine-ajax",
"description": "A library for faking Ajax responses in your Jasmine suite.",
"version": "3.1.1",
"version": "3.2.0",
"main": "lib/mock-ajax.js",
"license": "MIT",

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jasmine-ajax",
"description": "A library for faking Ajax responses in your Jasmine suite",
"version": "3.1.1",
"version": "3.2.0",
"main": "lib/mock-ajax.js",
"license": "MIT",

Expand Down
20 changes: 20 additions & 0 deletions release_notes/3.2.0.md
Original file line number Diff line number Diff line change
@@ -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)_

0 comments on commit b54a002

Please sign in to comment.