Repeat Versions Save

🕦 Modern Timer in Swift, Debouncer and Throttler (alternative to NSTimer) made with GCD

0.6.0

4 years ago

CHANGES:

  • #40 Added SPM 5.0
  • #39 Added Swift 5.x support

0.5.8

4 years ago

CHANGES:

  • #35 Added compatibility to Swift 4.2

0.5.6

5 years ago

Released on: 2017/07/18

Changes

  • #30 Add tolerance argument to once and every init functions

0.5.5

5 years ago

Released on: 2018-07-17

Changes:

  • #26 Fixes a retain cycle occuring in Debouncer callback
  • #27 remainingIterations is now decreased before notifing observers
  • #29 Allows to set a new delay for a Debouncer once it has been created.

0.5.4

6 years ago

Changelog - 0.5.4:

  • #24: Added minutes in Interval of Repeater timer.

0.5.3

6 years ago

Changelog - 0.5.3:

  • #23: Allow passing queue as parameter for .once and .every inits; queue name is now generated automatically via NSUUID.

0.5.2

6 years ago

Changelog - 0.5.2:

  • #22: Avoid over resume / suspend dispatch timer which causes crashes.

0.5.1

6 years ago

Changelog:

  • #14 Refactors equatable implementation to use an identity operator

0.5.0

6 years ago

Changes

  • #15: Added Debouncer support.
  • #17: Added Throttler support.

0.2.1

6 years ago

Version: 0.2.1 Released on: 2018/03/05

Changelog

  • #6: Fixed crash on deinit()