This repository has been archived by the owner on Nov 25, 2020. It is now read-only.
Releases: uzikilon/backbone-poller
Releases · uzikilon/backbone-poller
1.1.4
1.1.3
Bugfix: Moved bower to be a test dependency only
> See Commits
1.1.2
- Bugfix: prevent poller from being destroyed twice
> See Commits
1.1.1
- Added a destroy method for better garbage collection
> See Commits
1.0.1
- Set the delayed parameter to be a number (as well as a boolean)
> See Commits
1.0.0
- Imporved the Exponential Backoff support.
> See Commits
0.3.0
- Updated bower dependancies
> See Commits
0.2.9
- Added Bower support
- Added Support to node-style module.exports for browserify
- Added
continueOnError
option - Added Exponential Backoff support
> See Commits
0.2.7
- Added
flush
option toset
- defaults to false - Moved delayed run to start function