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.
- Version update only to fix Cocoapods issue
NetworkStatus
renamedConnection
currentReachabilityStatus
renamedconnection
isReachableViaWWAN
has been renamed toisReachableViaCellular
reachableOnWWAN
has been renamed toallowsCellularConnection
- The notification for reachability changes has been renamed from
ReachabilityChangedNotification
toNotification.Name.reachabilityChanged
- All closure callbacks and notification are fired on the main queue (including when
startNotifier()
is called)
reachability.currentReachabilityString
has been deprecated. Use"\(reachability.connection)"
instead.isReachable
has been deprecated. Useconnection != .none
instead.isReachableViaWWAN
has been deprecated. Useconnection == .cellular
instead.