diff --git a/package.json b/package.json index ffcb8a9..8cad846 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.2.0", + "version": "3.3.0", "main": "lib/mock-ajax.js", "license": "MIT", "url": "https://github.com/jasmine/jasmine-ajax", diff --git a/release_notes/3.3.0.md b/release_notes/3.3.0.md new file mode 100644 index 0000000..8dd8ce2 --- /dev/null +++ b/release_notes/3.3.0.md @@ -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)_