Skip to content

Commit 8f9981d

Browse files
committed
Merge pull request #280 from jakerella/prep-for-v2.1.1
v2.1.1 Bug fix release
2 parents c1e8bee + 9a0fa14 commit 8f9981d

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2016-02-07 v2.1.1
2+
* Reorganize test cases into separate files for ease of maintenance and testing
3+
* Fix #86: JSONP return data treated as JSON
4+
* Added jQuery 1.12.0 to test quite
5+
* Fix #105: Using XML files as proxies
6+
* Fix #267: Handle undefined URL argument correctly
7+
* Fix #123: Handle query string formatted data option
8+
19
## 2016-01-23
210
* Updated to version 2.1.0
311
* Removed unused testswarm files

dist/jquery.mockjax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*! jQuery Mockjax
22
* A Plugin providing simple and flexible mocking of ajax requests and responses
33
*
4-
* Version: 2.1.0
4+
* Version: 2.1.1
55
* Home: https://github.com/jakerella/jquery-mockjax
66
* Copyright (c) 2016 Jordan Kasper, formerly appendTo;
77
* NOTE: This repository was taken over by Jordan Kasper (@jakerella) October, 2014

dist/jquery.mockjax.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jquery-mockjax",
33
"title": "jQuery Mockjax",
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"main": "./src/jquery.mockjax.js",
66
"description": "The jQuery Mockjax Plugin provides a simple and extremely flexible interface for mocking or simulating ajax requests and responses.",
77
"url": "https://github.com/jakerella/jquery-mockjax",

0 commit comments

Comments
 (0)