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

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 the Connectivity 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 to Cellular e.g. isConnectedViaWWAN -> isConnectedViaCellular.
  • 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.