Skip to content

Commit

Permalink
Bump version to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregg Van Hove committed Dec 9, 2016
1 parent d9267f6 commit bb67d72
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 1 deletion.
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.2.0",
"version": "3.3.0",
"main": "lib/mock-ajax.js",
"license": "MIT",
"url": "https://github.com/jasmine/jasmine-ajax",
Expand Down
54 changes: 54 additions & 0 deletions release_notes/3.3.0.md
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)_

0 comments on commit bb67d72

Please sign in to comment.