All Versions
38
Latest Version
Avg Release Cycle
50 days
Latest Release
1077 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v2.0.0 Changes
December 09, 2018➕ Added
- Provided the ability to switch between Reachability and the Network framework (from iOS 12 onwards) using the new
framework
property on theConnectivity
object. ### 🔄 Changed - 👀 Makes a
checkConnectivity
call required to reliably query connectivity state for one-off checks (see the example app). - Properties referring to
WWAN
have been renamed toCellular
e.g.isConnectedViaWWAN
->isConnectedViaCellular
.
- Provided the ability to switch between Reachability and the Network framework (from iOS 12 onwards) using the new
-
v1.1.1 Changes
November 23, 2018🔄 Changed
- 🔨 Refactored code into smaller reusable functions to eliminate code duplication and improve maintainability.
-
v1.1.0 Changes
November 14, 2018➕ Added
- 👍 Allows the polling interval to be configured.
- 🔦 Exposes the
ConnectivityDidChange
notification name as part of the public interface.
🔄 Changed
- 0️⃣ Enforces SSL by default.
-
v1.0.0 Changes
September 20, 2018🔄 Changed
- ⚡️ Updated for Xcode 10 and Swift 4.2.
-
v0.0.4 Changes
August 18, 2018🔄 Changed
- 🛠 Fixed an issue whereby the callback could be invoked more frequently than necessary if using the polling option.
-
v0.0.3 Changes
August 18, 2018➕ Added
- ➕ Adds a sample application to demonstrate how to use Connectivity. ### 🔄 Changed
- 👌 Improvements to code structure and an early exit mechanism such that once the required number of successful connectivity checks has been met any pending checks will be cancelled as they will no longer affect the result.
-
v0.0.2 Changes
August 07, 2018🔄 Changed
🚀 This release introduces support for Swift 4 and integration using the Carthage dependency manager. In order to integrate Connectivity into your project via Carthage, add the following line to your project's Cartfile:
github "rwbutler/Connectivity"
-
v0.0.1 Changes
July 27, 2018➕ Added
- Connectivity is a framework which improves on Reachability by allowing developers to detect whether true Internet connectivity is available or whether a captive portal is blocking Internet traffic.