Releases: emmaguo/angular-poller
Releases · emmaguo/angular-poller
0.4.4
Changes:
- Updated
handleVisibilityChange
to only restart the pollers that are already running (#51, edf8c6c)
- Fixed the issue with consecutive
$http
requests which was introduced in 0.4.3
(#59, 2fa11e7)
0.4.2
Changes:
- Updated
package.json
to support npm install angular-poller
(#53, 43f54e2, 622dd34)
- Added npm install instructions to readme (e3b97a5)
- Updated devDependencies (02454bb)
- Updated license copyright year (ccec39c)
0.4.1
Changes:
- Updated
bower.json
to fix the issue where the latest bower installs angular-poller
incorrectly at /bower_components/angularpoller
. (68f256f, 9f1dced)
0.4.0
Changes
- Added
pollerConfig.handleVisibilityChange
(b33f3da, #23)
- Added bower version badge to readme (911d13d)
- Updated devDependencies (abef7d0)
Breaking Changes
- Switched
pollerConfig.stopOnStateChange
, etc. to pollerConfig.stopOn
and pollerConfig.resetOn
(27da11f, #44)