All Versions
9
Latest Version
Avg Release Cycle
157 days
Latest Release
1991 days ago

Changelog History

  • v2.1.0 Changes

    October 16, 2018

    ๐Ÿ‘ This version supports Swift 4.2 without introducing changes to the library workflow. Library source modifications include adopting new changes in the RunLoopMode enum introduced in Swift 4.2

    • โšก๏ธ Updated for Swift 4.2 and Xcode 10 #45 @asowers1
  • v2.0.0 Changes

    September 23, 2016

    โšก๏ธ This is the Swift 3 update version.

    It contains no major changes in the library itself, however it does change some APIs because of Swift 3 requirements.

    • โšก๏ธ Updated for Swift 3 and Xcode 8 compatibility #28 @ldiqual
  • v1.4.1 Changes

    August 03, 2016
    • โž• Add support for Xcode 8 (Swift 2.3) for Carthage users
  • v1.4.0 Changes

    April 10, 2016
    • โž• Add a variant of every and new(every:) that takes a closure with NSTimer passed in
    • ๐Ÿ›  Fix Carthage support for Mac (set deployment target to 10.9)
  • v1.3.1 Changes

    March 02, 2016
    • โž• Added support for Swift Package Manager
    • ๐Ÿ”จ Refactoring (Removed NSTimerActor. Used CFRunLoopTimerCreateWithHandler instead.) #22 @Austinate
    • โž• Added Travis CI
  • v1.3.0 Changes

    February 29, 2016
    • โž• Add Carthage support
    • โž• Add tvOS and watchOS support
  • v1.2.0 Changes

    September 18, 2015
    • โšก๏ธ Update to Swift 2
    • โž• Add millisecond helper (100.ms)
  • v1.1.0 Changes

    May 13, 2015
    • โž• Add start(runLoop:, modes:)
    • ๐Ÿ”จ Refactoring
  • v1.0.0 Changes

    May 11, 2015
    • ๐ŸŽ‰ Initial release
    • NSTimer.after(...) and NSTimer.every(...)
    • NSTimer.new
    • ๐Ÿ’Ž Ruby on Rails-inspired time helpers like (5.seconds or 1.minute)