All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
NetworkStatus renamed ConnectioncurrentReachabilityStatus renamed connectionisReachableViaWWAN has been renamed to isReachableViaCellularreachableOnWWAN has been renamed to allowsCellularConnectionReachabilityChangedNotification to Notification.Name.reachabilityChangedstartNotifier() is called)reachability.currentReachabilityString has been deprecated. Use "\(reachability.connection)" instead.isReachable has been deprecated. Use connection != .none instead.isReachableViaWWAN has been deprecated. Use connection == .cellular instead.