-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Gregg Van Hove
committed
Jul 2, 2015
1 parent
3807269
commit b54a002
Showing
4 changed files
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,3 +66,6 @@ DEPENDENCIES | |
jasmine (~> 2.0.0) | ||
jasmine_selenium_runner | ||
rake | ||
|
||
BUNDLED WITH | ||
1.10.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)_ |