Releases: ashleymills/Reachability.swift
Releases · ashleymills/Reachability.swift
Version 4.2.0
- Use a single target for all platforms
- Add ReachabilityTests target
- Remove logging
- Added optional
queueQoS
andtargetQueue
to initialisers - Move macOS deployment target to 10.10
Version 2.3.3
Add tvOS framework / sample app
Update base SDK to latest versions
Thanks - @sts2055
Version 2.3.2
Add Mac framework / sample app
Thanks - @kaishin
Version 2.3.1
Enable for use in application extensions
Thanks: @younata
Version 2.3
- 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
Added support for Carthage
Thanks to @goktugyil @zummenix @uny
Version 2.1
Improved error handling using throws
Clarified use of failable inits
Thanks to @martinr448, @King-Wizard , @drichardson , @hkellaway
Version 2.0
Support for Swift 2.0
Version 1.1
OS X support added - thanks @kodlian
Version 1.0
Added a Podspec for all you CocoaPod'ers out there - thanks @delannoyk