Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 781 Bytes

File metadata and controls

33 lines (22 loc) · 781 Bytes

master

  • Swift 2.2 now required
  • Added 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)

1.3.1 (2016-03-02)

  • Added support for Swift Package Manager
  • Refactoring (Removed NSTimerActor. Used CFRunLoopTimerCreateWithHandler instead.) #22 @Austinate
  • Added Travis CI

1.3.0 (2016-02-29)

  • Add Carthage support
  • Add tvOS and watchOS support

1.2.0 (2015-09-18)

  • Update to Swift 2
  • Add millisecond helper (100.ms)

1.1.0 (2015-05-13)

  • Add start(runLoop:, modes:)
  • Refactoring

1.0.0 (2015-05-11)

  • Initial release
  • NSTimer.after(...) and NSTimer.every(...)
  • NSTimer.new
  • Ruby on Rails-inspired time helpers like (5.seconds or 1.minute)