Skip to content

6.0.0

Compare
Choose a tag to compare
@lucas34 lucas34 released this 29 Jun 06:28
· 14 commits to master since this release
c904ca8

Breaking Changes

Replace Reachability framework with NWPathMonitor (#406)

Minimum version required has been updated

platforms: [
    .macOS(.v10_14),
    .iOS(.v12),
    .macCatalyst(.v13),
    .tvOS(.v12),
    .watchOS(.v5),
]
  • Dependency over Reachability has been removed and replaced with NWPathMonitor
  • WatchOS can now use NetworkConstraint

Thanks, @GianniCarlo for the contribution 🎉

Core

  • Remove empty files (#408)
  • Update copyright (#410)
  • Add test for network listener (#411)