bluejax
Version:
jQuery AJAX wrapped in Bluebird promises.
23 lines (12 loc) • 490 B
Markdown
* 1.1.0:
+ Added support for jQuery 3.x.
* 1.0.0:
+ Tested on more platforms. Made some fixes to handle those platforms.
* 0.2.0:
+ Split into ``bluejax`` and ``bluejax.try``.
+ Added the ``shouldRetry`` option.
+ Added the ``ajax$(...)`` call.
+ Added the ``field`` option to ``make(...)``.
- Removed ``setDefaultOptions`` and ``getDefaultOptions``. They encourage the
bad habit of modifying a module to set options globally. There are other
ways to do it.