Skip to content

Releases: jakerella/jquery-mockjax

Version 2.0.0 (ga release)

11 Jun 14:43
Compare
Choose a tag to compare

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!

Version 2.0.0-beta

04 May 00:28
Compare
Choose a tag to compare
Version 2.0.0-beta Pre-release
Pre-release

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.

Minor bug and testing updates

08 Apr 14:03
Compare
Choose a tag to compare

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!

Updated library ownership

29 Oct 13:16
Compare
Choose a tag to compare

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

Bug fixes, helper methods, and documentation updates!

09 Oct 21:03
Compare
Choose a tag to compare

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!

Minor fixes and test udates

14 Aug 19:52
Compare
Choose a tag to compare

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