Skip to content

Releases: ashleymills/Reachability.swift

Version 4.2.0

29 Aug 11:04
Compare
Choose a tag to compare
  • Use a single target for all platforms
  • Add ReachabilityTests target
  • Remove logging
  • Added optional queueQoS and targetQueue to initialisers
  • Move macOS deployment target to 10.10

Version 2.3.3

11 Dec 12:28
Compare
Choose a tag to compare

Add tvOS framework / sample app
Update base SDK to latest versions

Thanks - @sts2055

Version 2.3.2

30 Nov 14:46
Compare
Choose a tag to compare

Add Mac framework / sample app

Thanks - @kaishin

Version 2.3.1

27 Nov 11:05
Compare
Choose a tag to compare

Enable for use in application extensions

Thanks: @younata

Version 2.3

16 Nov 13:45
Compare
Choose a tag to compare
  • Fix for double notification issue
  • Perform initial reachability check on starting notifier
  • Check previous reachabilityFlags are unchanged before notifiying
  • General code improvements
  • Update sample code to show hostName usage

Version 2.2

12 Nov 15:56
Compare
Choose a tag to compare

Added support for Carthage

Thanks to @goktugyil @zummenix @uny

Version 2.1

20 Oct 10:49
Compare
Choose a tag to compare

Improved error handling using throws
Clarified use of failable inits

Thanks to @martinr448, @King-Wizard , @drichardson , @hkellaway

Version 2.0

18 Sep 08:24
Compare
Choose a tag to compare

Support for Swift 2.0

Version 1.1

05 May 10:24
Compare
Choose a tag to compare

OS X support added - thanks @kodlian

Version 1.0

02 May 22:19
Compare
Choose a tag to compare

Added a Podspec for all you CocoaPod'ers out there - thanks @delannoyk