Skip to content

Commit e541121

Browse files
committed
bump to 2.5.0
1 parent f11c0a8 commit e541121

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2018-07-29 v2.5.0
2+
* Added support for ignoring test files in the automated runs; this was necessary
3+
because Browserstack does something weird with the console and it causes
4+
the logging tests to timeout
5+
* Fixed Browserstack automated runs by ignoring logging tests
6+
* Added an option to reverse the mock handler priority order (thanks @addepar-andy)
7+
18
## 2018-06-17 v2.4.0
29
* Added support for an array of status codes in mocked response (thanks @reinrl)
310
* Updated broken Codacy badge

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.4.0
4+
* Version: 2.5.0
55
* Home: https://github.com/jakerella/jquery-mockjax
66
* Copyright (c) 2018 Jordan Kasper, formerly appendTo;
77
* NOTE: This repository was taken over by Jordan Kasper (@jakerella) October, 2014

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.4.0",
4+
"version": "2.5.0",
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)