All Versions
38
Latest Version
Avg Release Cycle
50 days
Latest Release
380 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v3.3.3 Changes
November 18, 2019๐ Changed
- โ Added iOS 13 URL to default connectivity URLs.
-
v3.3.2 Changes
November 14, 2019๐ Changed
- Made
ConnectivityStatus
enum Objective-C compatible.
- Made
-
v3.3.1 Changes
November 13, 2019๐ Changed
- Made
ConnectivityFramework
enum Objective-C compatible.
- Made
-
v3.3.0 Changes
November 04, 2019โ Added
โ Added new validators including:
ConnectivityResponseStringEqualityValidator
: Determines whether the response string is equal to an expected string.ConnectivityResponseContainsStringValidator
: Determines whether the response string contains an expected string.ConnectivityResponseRegExValidator
: Determines whether the response string matches a given regular expression.
These validators can be composed when creating a custom validator conforming to
ConnectivityResponseValidator
protocol. -
v3.2.0 Changes
October 22, 2019โ Added
- Property
validationMode
on the Connectivity object may now take a value of.custom
allowing an implementation ofConnectivityResponseValidator
protocol to be supplied to theresponseValidator
property. This custom validator will be used to validate the response returned when accessing the connectivity URLs.
- Property
-
v3.1.2 Changes
October 02, 2019๐ Changed
- โก๏ธ Updated podspec to include
Network.framework
as part of theweak_frameworks
entry rather than as part offrameworks
.
- โก๏ธ Updated podspec to include
-
v3.1.1 Changes
September 03, 2019๐ Changed
- ๐ Fixed missing framework dependencies in podspec, see Issue #24.
-
v3.1.0 Changes
August 08, 2019โ Added
- Properties
availableInterfaces
andcurrentInterface
indicate the network interfaces used in the most recent connectivity check. - ๐ New
Connectivity.Status
case.determining
will be returned prior to a connectivity check having completed. ### ๐ Changed - ๐จ Refactor of
status
property which is now set on most recent connectivity check rather than computed on read.
- Properties
-
v3.0.4 Changes
August 01, 2019๐ Changed
- Ensure reading from and writing to the
path
property occurs in a thread-safe manner.
- Ensure reading from and writing to the
-
v3.0.3 Changes
August 01, 2019๐ Changed
- โ Removed superfluous
canImport
around properties usingNetwork
framework.
- โ Removed superfluous