Skip to content

Releases: gdibble/backbone-ajaxretry

remove underscore dependency

01 Jun 10:22
Compare
Choose a tag to compare

resolves #14 by replacing underscore with lodash.defaults (and also extend-object)

code modernization

02 Aug 08:17
Compare
Choose a tag to compare

[ no functional change ]

recommit min file

16 Jun 22:02
Compare
Choose a tag to compare

bug in extender fn

16 Jun 22:01
Compare
Choose a tag to compare

convert to UMD pattern

16 Jun 06:08
Compare
Choose a tag to compare

resolves #8: UMD CommonJS wrapper

minify main js file

16 Jun 05:37
Compare
Choose a tag to compare

resolves #11: 51% reduction 👍

also retry normal $.ajax requests

16 Jun 05:27
Compare
Choose a tag to compare

update per #10: retry both Backbone.$.ajax and $.ajax requests (the latter can be disabled via setting)

send ajax request params with jqXHR object

04 Jun 00:24
Compare
Choose a tag to compare

exhaust return jqXHR return argument extended with ajax options, thus allowing jqXHR.type, jqXHR.url, etcetera - useful for determining the request path, type and other parameters

undo #7 change

04 Jun 00:21
Compare
Choose a tag to compare

this 'fix' was misplaced - belongs in your Backbone.js clientside app.js

Only retry 500-class request responses

22 May 23:26
Compare
Choose a tag to compare

update/fix for #6 - changed >= >>> <