All Versions
38
Latest Version
Avg Release Cycle
50 days
Latest Release
703 days ago

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.
  • v3.3.1 Changes

    November 13, 2019

    ๐Ÿ”„ Changed

    • Made ConnectivityFramework enum Objective-C compatible.
  • 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 of ConnectivityResponseValidator protocol to be supplied to the responseValidator property. This custom validator will be used to validate the response returned when accessing the connectivity URLs.
  • v3.1.2 Changes

    October 02, 2019

    ๐Ÿ”„ Changed

    • โšก๏ธ Updated podspec to include Network.framework as part of the weak_frameworks entry rather than as part of frameworks.
  • 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 and currentInterface 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.
  • v3.0.4 Changes

    August 01, 2019

    ๐Ÿ”„ Changed

    • Ensure reading from and writing to the path property occurs in a thread-safe manner.
  • v3.0.3 Changes

    August 01, 2019

    ๐Ÿ”„ Changed

    • โœ‚ Removed superfluous canImport around properties using Network framework.