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

Commit

Permalink
Version 0.2.9 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
uzikilon committed Jun 9, 2014
1 parent 18d6fe0 commit e0cbd0e
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 6 deletions.
40 changes: 38 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ The [annotated source code](<http://uzikilon.github.com/backbone-poller/>) is av

### Downloads (Right-click, and use "Save As")

- [Development Version](<https://raw.github.com/uzikilon/backbone-poller/0.2.8/backbone.poller.js>) 4.6kb, Uncompressed with Comments
- [Production Version](<https://raw.github.com/uzikilon/backbone-poller/0.2.8/backbone.poller.min.js>) 1.8kb, Minified and Gzipped
- [Development Version](<https://raw.github.com/uzikilon/backbone-poller/0.2.9/backbone.poller.js>) 4.6kb, Uncompressed with Comments
- [Production Version](<https://raw.github.com/uzikilon/backbone-poller/0.2.9/backbone.poller.min.js>) 1.8kb, Minified and Gzipped

----

## Basic Usage:
``` javascript
Expand Down Expand Up @@ -123,6 +124,41 @@ poller.set({delay: 300}).start();
Backbone.Poller.reset();
```
----
## Change Log
### 0.2.9
Jun 6, 2014 - [Diff](https://github.com/uzikilon/backbone-poller/compare/0.2.8...0.2.9)
- Added Bower support
- Added Support to node-style module.exports for browserify
- Added `continueOnError` option
- Added [Exponential Backoff](http://en.wikipedia.org/wiki/Exponential_backoff) support
### 0.2.8
Oct 28, 2013 - [Diff](https://github.com/uzikilon/backbone-poller/compare/0.2.7...0.2.8)
- Cleanup
### 0.2.7
Sep 25, 2013 - [Diff](https://github.com/uzikilon/backbone-poller/compare/0.2.6...0.2.7)
- Added `flush` option to `set` - defaults to false
- Moved delayed run to start function
### 0.2.6
Jun 21, 2013 - [Diff](https://github.com/uzikilon/backbone-poller/compare/0.2.5...0.2.6)
- Bugfix: Stop pollings correctly
- Minification tweaks
### 0.2.5
- cleanup
- delayed option bugfix
- Passing the xhr object along with the error event
----
## Copyrights
Copyright (c) 2012 Uzi Kilon, Splunk Inc.
Expand Down
2 changes: 1 addition & 1 deletion backbone.poller.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
(c) 2012 Uzi Kilon, Splunk Inc.
Backbone Poller 0.2.8
Backbone Poller 0.2.9
https://github.com/uzikilon/backbone-poller
Backbone Poller may be freely distributed under the MIT license.
*/
Expand Down
2 changes: 1 addition & 1 deletion backbone.poller.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backbone-poller",
"version": "0.2.8",
"version": "0.2.9",
"homepage": "https://github.com/uzikilon/backbone-poller",
"description": "Backbone poller is a simple utility that allows polling on any backbone model or collection.",
"main": "backbone.poller.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Uzi Kilon",
"name": "backbone-poller",
"version": "0.2.8",
"version": "0.2.9",
"homepage": "https://github.com/uzikilon/backbone-poller",
"repository": {
"type": "git",
Expand Down

0 comments on commit e0cbd0e

Please sign in to comment.