Skip to content

Commit 5c971d1

Browse files
authored
Merge pull request #303 from jakerella/2.2.1
v2.2.1 changes
2 parents 0b9fefd + 036825b commit 5c971d1

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2016-09-15 v2.2.1
2+
* Add tests for jQuery 3.x
3+
* Add tests for Browserify usage and documentation on that subject
4+
* Updated dependencies for webpack, etc usage (thanks @hotoo)
5+
* Updated keywords to be picked up by jQuery plugin registry
6+
17
## 2016-06-08 v2.2.0
28
* Fix bower dependency on jQuery to allow any supported version
39
* Allow developer to indicate that ajax calls should _not_ be retained (thanks @suchipi)

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.2.0
4+
* Version: 2.2.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.2.0",
4+
"version": "2.2.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)