From b54a002d468922f41719a62190a2f6cbfcd12d32 Mon Sep 17 00:00:00 2001 From: Gregg Van Hove Date: Thu, 2 Jul 2015 16:00:08 -0700 Subject: [PATCH] bump version to 3.2.0 --- Gemfile.lock | 3 +++ bower.json | 2 +- package.json | 2 +- release_notes/3.2.0.md | 20 ++++++++++++++++++++ 4 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 release_notes/3.2.0.md diff --git a/Gemfile.lock b/Gemfile.lock index d135a89..ec419f7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,3 +66,6 @@ DEPENDENCIES jasmine (~> 2.0.0) jasmine_selenium_runner rake + +BUNDLED WITH + 1.10.1 diff --git a/bower.json b/bower.json index 9047f6e..0992905 100644 --- a/bower.json +++ b/bower.json @@ -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", diff --git a/package.json b/package.json index 2e34e56..b6eac67 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/release_notes/3.2.0.md b/release_notes/3.2.0.md new file mode 100644 index 0000000..cb83ccc --- /dev/null +++ b/release_notes/3.2.0.md @@ -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)_