Skip to content

Releases: emmaguo/angular-poller

0.4.5

17 Aug 01:52
Compare
Choose a tag to compare

Changes:

0.4.4

17 May 02:05
Compare
Choose a tag to compare

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.3

10 May 20:41
Compare
Choose a tag to compare

Changes:

0.4.2

10 Dec 18:43
Compare
Choose a tag to compare

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

05 Nov 08:51
Compare
Choose a tag to compare

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

04 Nov 04:56
Compare
Choose a tag to compare

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)