Latest version of Repeat is 0.5.4 published on 2018/04/28.
Changelog - 0.5.4:
- #24: Added
minutes
inInterval
ofRepeater
timer.
Changelog - 0.5.3:
- #23: Allow passing queue as parameter for
.once
and.every
inits; queue name is now generated automatically viaNSUUID
.
Changelog - 0.5.2:
- #22: Avoid over resume / suspend dispatch timer which causes crashes.
Changelog - 0.5.1:
- #14: Refactors equatable implementation to use an identity operator.
Changelog - 0.5.0:
Changelog - 0.3.2:
- #11: Fixed an issue attempting to restart an
once
timer (thanks to Thanh Pham). Addedexecuting
state.
Changelog - 0.3.1:
- #8: Disabled Gather Coverage Data to enable successfully Carthage builds.
Changelog - 0.3.0:
- #7: Renamed
Repeat
inRepeater
in order to avoid collision withSwift.Repeat
.
Changelog - 0.2.1:
- #6: Fixed crash on
deinit()
a running timer.
Changelog - 0.2.0: