Latest version of Repeat is 0.5.4 published on 2018/04/28.
Changelog - 0.5.4:
- #24: Added
minutesinIntervalofRepeatertimer.
Changelog - 0.5.3:
- #23: Allow passing queue as parameter for
.onceand.everyinits; 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
oncetimer (thanks to Thanh Pham). Addedexecutingstate.
Changelog - 0.3.1:
- #8: Disabled Gather Coverage Data to enable successfully Carthage builds.
Changelog - 0.3.0:
- #7: Renamed
RepeatinRepeaterin order to avoid collision withSwift.Repeat.
Changelog - 0.2.1:
- #6: Fixed crash on
deinit()a running timer.
Changelog - 0.2.0: