Reachability.swift v4.2.0 Release Notes

Release Date: 2018-08-29 // over 5 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ‘‰ Use a single target for all platforms
    • โœ… Add ReachabilityTests target
    • โœ‚ Remove logging
    • Notification.Name.reachabilityChanged is public
    • โž• Added optional queueQoS and targetQueue to init(reachabilityRef: SCNetworkReachability, queueQoS: DispatchQoS = .default, targetQueue: DispatchQueue? = nil)
    • โž• Added optional queueQoS and targetQueue to init?(hostname: String, queueQoS: DispatchQoS = .default, targetQueue: DispatchQueue? = nil)
    • โž• Added optional queueQoS and targetQueue to init?(queueQoS: DispatchQoS = .default, targetQueue: DispatchQueue? = nil)
    • ๐Ÿš€ Move macOS deployment target to 10.10