Skip to content

Repeat 0.2.0

Compare
Choose a tag to compare
@malcommac malcommac released this 04 Mar 21:31
· 113 commits to develop since this release

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