File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 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+
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments