Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Releases: uzikilon/backbone-poller

1.1.4

10 Jul 09:57
Compare
Choose a tag to compare

Minor bugfix: made a slight change to the _.each call so the poller should now work with lodash.

1.1.3

15 Dec 19:05
Compare
Choose a tag to compare

Bugfix: Moved bower to be a test dependency only

> See Commits

1.1.2

02 Jun 04:03
Compare
Choose a tag to compare
  • Bugfix: prevent poller from being destroyed twice
> See Commits

1.1.1

01 Jun 00:49
Compare
Choose a tag to compare
  • Added a destroy method for better garbage collection
> See Commits

1.0.1

18 Apr 20:36
Compare
Choose a tag to compare
  • Set the delayed parameter to be a number (as well as a boolean)
> See Commits

1.0.0

09 Apr 19:48
Compare
Choose a tag to compare
  • Imporved the Exponential Backoff support.
> See Commits

0.3.0

20 Jan 02:08
Compare
Choose a tag to compare
  • Updated bower dependancies
> See Commits

0.2.9

20 Jan 02:09
Compare
Choose a tag to compare
  • Added Bower support
  • Added Support to node-style module.exports for browserify
  • Added continueOnError option
  • Added Exponential Backoff support
> See Commits

0.2.7

20 Jan 02:10
Compare
Choose a tag to compare
  • Added flush option to set - defaults to false
  • Moved delayed run to start function
> See Commits

0.2.6

20 Jan 02:10
Compare
Choose a tag to compare
  • Bugfix: Stop pollings correctly
  • Minification tweaks