X Tutup
Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 766 Bytes

File metadata and controls

32 lines (21 loc) · 766 Bytes

1.4.0 (2016-04-10)

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

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)
X Tutup