Jquery Mockjax Versions Save

The jQuery Mockjax Plugin provides a simple and extremely flexible interface for mocking or simulating ajax requests and responses

v2.0.0

8 years ago

We're happy to report that we haven't received many reports of issues with the 2.0.0-beta release of jquery Mockjax, and as such we are releasing the full GA 2.0.0 version! Please let us know if you notice any issues. Work on 2.1.0 is already underway!

v2.0.0-beta

9 years ago

Among other things, version 2.0.0 of Mockjax reorganizes the codebase into a more modern project and establishes a number of other good habits (linting, automated testing, etc). Please note that because of the code reorganization (and some other things), this release breaks backwards compatability (hence the major version number change).

You can view the CHANGELOG file for more information, but there were a number of great updates in this release from various sources. If you need an older version of the library, please check out the v1.x branch of this repository! But note that we will only be adding absolutely critical fixes to that branch, so don't expect much change there.

We'll remove the -beta suffix once we are sure this version is stable and there aren't any work-stopping (and not previously known) issues.

v1.6.2

9 years ago

This is a very minor release but may solve issues with people installing from npm or using jsonp. Additionally, the testing libraries for jQuery were updated to the latest stable in each of the 1.x and 2.x branches.

NOTE: Only limited support for the 1.x branch of Mockjax will continue. All new features and anything beyond critical bug fixes will occur in the v2 branch, which will shortly become master!

v1.6.1

9 years ago

This patch release updates the ownership from appendTo to jakerella. Additionally, we removed some unused testswarm files.

v1.6.0

9 years ago

This release fixes a number of bugs that have been engrained in how Mockjax works since the beginning. Many thanks to the folks who contributed to fixing these! We also implemented a number of helper methods and tweaks to options to allow for more use cases of Mockjax. Lastly, we've overhauled the documentation to (hopefully) make finding topics easier.

Enjoy!

v1.5.4

9 years ago

This release updates the test framework (QUnit) to the latest version and integrates some long-awaited fixes for a few lingering things.