Bump version to 3.1.0
This commit is contained in:
parent
3a80483f30
commit
de8f5bc773
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "jasmine-ajax",
|
||||
"description": "A library for faking Ajax responses in your Jasmine suite.",
|
||||
"version": "3.0.0",
|
||||
"version": "3.1.0",
|
||||
"main": "lib/mock-ajax.js",
|
||||
"license": "MIT",
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
|
||||
Jasmine-Ajax - v3.0.0: a set of helpers for testing AJAX requests under the Jasmine
|
||||
Jasmine-Ajax - v3.1.0: a set of helpers for testing AJAX requests under the Jasmine
|
||||
BDD framework for JavaScript.
|
||||
|
||||
http://github.com/pivotal/jasmine-ajax
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "jasmine-ajax",
|
||||
"description": "A library for faking Ajax responses in your Jasmine suite",
|
||||
"version": "3.0.0",
|
||||
"version": "3.1.0",
|
||||
"main": "lib/mock-ajax.js",
|
||||
"license": "MIT",
|
||||
|
||||
|
24
release_notes/v3.1.0.md
Normal file
24
release_notes/v3.1.0.md
Normal file
@ -0,0 +1,24 @@
|
||||
# Jasmine-Ajax 3.1 Release Notes
|
||||
|
||||
## Summary
|
||||
|
||||
This is a maintenance release.
|
||||
|
||||
## Changes
|
||||
|
||||
* Add safari 7 & 8 to browser matrix
|
||||
|
||||
## Pull Requests & Issues
|
||||
|
||||
* Add version number to combined file
|
||||
- Fixes #93
|
||||
|
||||
* Implement `removeEventListener`
|
||||
- Merges #89 from @illiptic
|
||||
|
||||
* Add `responseHeaders` to `andReturn` s options
|
||||
- Merges #94 from @tomalec
|
||||
|
||||
------
|
||||
|
||||
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_
|
Loading…
Reference in New Issue
Block a user