Releases: malcommac/Repeat
Releases · malcommac/Repeat
Repeat 0.2.0
Version: 0.2.0
Released on: 2018/03/04
Changelog
- #1: Fixed CocoaPods installation
- #2: Fixed leaks with GCD while deallocating dispatch queue
- #3: Refactoring timer's state using a
State
enum which define the possible states of the timer (paused
,running
or finished
).