Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with new jquery.ajax and more #13

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Dec 16, 2013

  1. Minor tweaks

    1. success callback now called async, I've seen many projects that rely on this flow.
    2. Default for the template data length is now 1, allowing real data (e.g. copied from the network panel in the developer tools) to be used as mock data with no modification.
    imdfl committed Dec 16, 2013
    Configuration menu
    Copy the full SHA
    48adb66 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2014

  1. 1. async call to success

    2. support newer $.ajax format
    3. consider ajaxSetup global settings
    4. option to use mock data verbatim (not with randomized array sizes)
    imdfl committed Jan 24, 2014
    Configuration menu
    Copy the full SHA
    11c6788 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2014

  1. Fixed call to original ajax

    imdfl committed Feb 4, 2014
    Configuration menu
    Copy the full SHA
    d4163af View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2014

  1. Typo

    imdfl committed Feb 5, 2014
    Configuration menu
    Copy the full SHA
    c3b516d View commit details
    Browse the repository at this point in the history