File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
8
## 2018-06-17 v2.4.0
2
9
* Added support for an array of status codes in mocked response (thanks @reinrl)
3
10
* Updated broken Codacy badge
Original file line number Diff line number Diff line change 1
1
/*! jQuery Mockjax
2
2
* A Plugin providing simple and flexible mocking of ajax requests and responses
3
3
*
4
- * Version: 2.4 .0
4
+ * Version: 2.5 .0
5
5
* Home: https://github.com/jakerella/jquery-mockjax
6
6
* Copyright (c) 2018 Jordan Kasper, formerly appendTo;
7
7
* NOTE: This repository was taken over by Jordan Kasper (@jakerella) October, 2014
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jquery-mockjax" ,
3
3
"title" : " jQuery Mockjax" ,
4
- "version" : " 2.4 .0" ,
4
+ "version" : " 2.5 .0" ,
5
5
"main" : " ./src/jquery.mockjax.js" ,
6
6
"description" : " The jQuery Mockjax Plugin provides a simple and extremely flexible interface for mocking or simulating ajax requests and responses." ,
7
7
"url" : " https://github.com/jakerella/jquery-mockjax" ,
You can’t perform that action at this time.
0 commit comments