Skip to content

Releases: gdibble/backbone-ajaxretry

Fixed Uncaught TypeError

22 May 23:23
Compare
Choose a tag to compare

resolves #7 - JS error "cannot read property 'ajax' of undefined"

Only retry status codes < 500

06 May 22:37
Compare
Choose a tag to compare

resolves #6 - no longer retries 400-class client errors

POST response 200 w/o body does not retry

25 Apr 22:34
Compare
Choose a tag to compare

Resolves issue #5 - a POST w/o a response-body would retry that request

Pass error arguments to exhaust

17 Apr 21:44
Compare
Choose a tag to compare

Resolves issue #3 - exhaust now gets arguments normally passed to error

Apply setting with set method

17 Apr 20:39
Compare
Choose a tag to compare

Instead of using settings.json, ajaxRetry.set({ ... }) is used to override defaults

Initial release

17 Apr 19:12
Compare
Choose a tag to compare
v1.0.0

release version 1.0.0