Skip to content

Commit

Permalink
Version bump for 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slackersoft committed Jan 26, 2015
1 parent 821c8e8 commit c3639ab
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.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": "2.99.0",
"version": "3.0.0",
"main": "lib/mock-ajax.js",
"license": "MIT",

Expand Down
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": "2.99.0",
"version": "3.0.0",
"main": "lib/mock-ajax.js",
"license": "MIT",

Expand Down
28 changes: 28 additions & 0 deletions release_notes/3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Jasmine-Ajax 3.0 Release Notes

## Summary

Support XHR 2

This release contains a breaking change. The `response` method is no longer supported, you should use `respondWith` instead.

## Changes

* Add grunt tasks for releasing packages
* Bring npm and bower configurations in line with each other
* Also test in IE 11 on travis

## Pull Requests & Issues

* Include trailing newline in response headers to match browsers.
- Fixes [#91](https://github.com/jasmine/jasmine-ajax/issues/91)

* modify example code 'response' method is deprecated. use 'respondWith' instead
- Merges [#87](https://github.com/jasmine/jasmine-ajax/issues/87) from @Mstudio-Ishikawa

* Support for XHR 2
- Merges [#60](https://github.com/jasmine/jasmine-ajax/issues/60) from @albertyw

------

_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 comments on commit c3639ab

Please sign in to comment.