-
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
Dec 9, 2016
1 parent
d9267f6
commit bb67d72
Showing
2 changed files
with
55 additions
and
1 deletion.
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
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,54 @@ | ||
# Jasmine-Ajax 3.3.0 Release Notes | ||
|
||
## Summary | ||
|
||
This is a general release with a number of new features for Jasmine-Ajax | ||
|
||
## Pull Requests & Issues | ||
|
||
* Fix typo in README | ||
- Merges #166 from @randoum | ||
|
||
* FakeXMLHttpRequest.getResponseHeader returns null on missing headers. | ||
- Merges #163 from @apepper | ||
- Fixes #153 | ||
|
||
* The XMLHttpRequest must be opened before to set the headers | ||
- Merges #160 from @DarioG | ||
|
||
* Add static state types | ||
- Merges #158 from @gweax | ||
|
||
* Fix README text to specify the correct number of parts | ||
- Merges #162 @RickCarlino | ||
|
||
* Add `RequestStub.andCallFunction`. | ||
- Merges #152 from @kring | ||
|
||
* Wrap code in module wrapper to support both Browser and CommonJS environment | ||
- Merges #140 from @just-boris | ||
- Closes #137 | ||
- Fixes #95 | ||
|
||
* Clear request headers on fakeRequest.open() | ||
- Merges #147 from @mooglemoogle | ||
- Fixes #142 | ||
|
||
* Add responseURL support | ||
- Merges #146 from @joeyparrish | ||
- Fixes #145 | ||
|
||
* Add NPM installation instructions | ||
- Merges #135 from @jonnyreeves | ||
- Merges #136 from @jonnyreeves | ||
- Fixes #131 | ||
|
||
* Throw exception on multiple calls to jasmine.Ajax.uninstall. | ||
- Merges #128 from @salticus | ||
|
||
* Update messaging for 1.3 compatibility | ||
- Fixes #121 | ||
|
||
------ | ||
|
||
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_ |