Skip to content

Latest commit

 

History

History
467 lines (201 loc) · 26.1 KB

CHANGELOG.md

File metadata and controls

467 lines (201 loc) · 26.1 KB

6.0.1 (2021-08-24)

Bug Fixes

6.0.0 (2021-02-19)

feature

BREAKING CHANGES

  • useNetinfo: When the connection state is unknown, the isConnected and isInternetReachable properties are now set to null rather than false. This allow you to easily detect the initial "unknown" state before the state is detected and set to a boolean.

5.9.10 (2021-01-06)

Bug Fixes

  • ios,tvos: Remove IPv4-only paths to prevent App Store warnings (#431 by @ greenantdotcom ) (1db98cb)

5.9.9 (2020-11-23)

Bug Fixes

5.9.8 (2020-11-23)

Bug Fixes

5.9.7 (2020-09-18)

Bug Fixes

  • ios: depend directly on React-Core in podspec for Xcode 12 compatibility (#409) (bcf8bf9)

5.9.6 (2020-08-10)

Bug Fixes

  • android: Add missing isWifiEnabled type definition (#396 by @TimRobinson1) (76d8db5)

5.9.5 (2020-07-16)

Bug Fixes

5.9.4 (2020-06-25)

Bug Fixes

  • android: Add another check in ConnectivityReciever to make sure we have ACCESS_WIFI_STATE permission (#379 by @sweggersen) (b0ff1ff)

5.9.3 (2020-06-19)

Bug Fixes

  • added strength wifi property to typescript (#377) (e8cb4d3)

5.9.2 (2020-05-26)

Bug Fixes

  • Android: Do not use getFrequency method for Android lower than LOLLIPOP (#367 by @ObidosDev) (4957aaa)

5.9.1 (2020-05-24)

Bug Fixes

  • macOS: Ensure Cocoapods installation works on macOS (#366 by @Simek) (c8b280c)

5.9.0 (2020-05-18)

Features

5.8.1 (2020-05-11)

Bug Fixes

  • android: Avoid unneccesary downoads of Gradle plugins (#358 by @SaeedZhiany) (8479319)

5.8.0 (2020-04-22)

Features

  • windows: Add C++/WinRT Implementation to support the latest react-native-windows (#349 by @kaiguo) (18e2f20)

5.7.1 (2020-04-14)

Bug Fixes

  • Fix the provided Jest mock so it works with the instructions in the README (a24ebb1), closes #345 #327

5.7.0 (2020-03-30)

Bug Fixes

Features

5.6.2 (2020-03-11)

Bug Fixes

5.6.1 (2020-03-10)

Bug Fixes

  • Ensure the default timeouts are the correct way around (4e3e981)

5.6.0 (2020-03-10)

Features

5.5.1 (2020-02-23)

Bug Fixes

5.5.0 (2020-02-12)

Features

5.4.0 (2020-02-12)

Features

5.3.4 (2020-02-12)

Bug Fixes

5.3.3 (2020-01-15)

Bug Fixes

  • android: Handle invalid networks in network listener (#286) (a153240)

5.3.2 (2020-01-06)

Bug Fixes

  • tvOS: Fixed a crash with tvOS builds caused by trying to use the ssid method (#283 by @vdmtrv) (a0191e0)

5.3.1 (2020-01-04)

Bug Fixes

  • android: Remove the Android native tests to avoid issues (d9fdf85), closes #276

5.3.0 (2020-01-04)

Features

  • Export a mock to make Jest testing easier (#275 by @Naturalclar) (68bba0a)

5.2.0 (2019-12-29)

Features

  • Allow fetching details for a specific network interface (#256 by @Rapsssito) (05e5fb7)

5.1.0 (2019-12-29)

Features

5.0.2 (2019-12-29)

Bug Fixes

  • android: Fixed connection change bug on Android (#265 by @QuickBase) (8748242)

5.0.1 (2019-12-20)

Bug Fixes

5.0.0 (2019-12-08)

Features

  • Configuration & removal of deprecated methods (#230) (fab577d)

BREAKING CHANGES

  • Previously deprecated methods have been removed. These methods have been deprecated since this library was extracted from the core of React Native. Most users will not have any issues with migrating if they were not ignoring the previous warnings.

Added a new way to configure the reachability URL that the library uses on iOS to check for an internet connection. The default is still to use the Google Chrome URL, however, you can now customise this URL, test function, and the timeouts that are used.

4.7.0 (2019-12-08)

Bug Fixes

Features

4.6.2 (2019-12-08)

Bug Fixes

4.6.1 (2019-11-17)

Bug Fixes

  • Remove Android Spotless formatter to avoid issues with resolving plugins (1c2de77), closes #243 #213

4.6.0 (2019-11-03)

Features

4.5.0 (2019-11-03)

Features

4.4.0 (2019-10-06)

Features

  • iOS: Detect Apple TV wired connection and retrieve the Wifi IP address & subnet (#229 by @gcesarmza) (2d2d167)

4.3.3 (2019-10-04)

Bug Fixes

4.3.2 (2019-10-04)

Bug Fixes

  • iOS: Method definition for 'dictionaryValue' not found (#224) (a5f227c)

4.3.1 (2019-10-03)

Bug Fixes

  • iOS: Crash caused by trace condition when releasing resources (#209 by @tido64) (b43838f)

4.3.0 (2019-09-30)

Features

  • Added 'subnet' to wifi details (#205 by @Rapsssito) (2912a76)

4.2.2 (2019-09-19)

Bug Fixes

  • Android: Add gradle backward-compatibility with AndroidX (#192) (6514f0b)

4.2.1 (2019-09-07)

Bug Fixes

  • tvOS: Do not import CoreTelephony on tvOS (#195) (3fe3c6f)

4.2.0 (2019-09-03)

Features

4.1.5 (2019-08-17)

Bug Fixes

  • Do not include examples in the NPM package (#179) (c8c26cc)

4.1.4 (2019-08-06)

Bug Fixes

4.1.3 (2019-07-21)

Bug Fixes

4.1.2 (2019-07-19)

Bug Fixes

4.1.1 (2019-07-15)

Bug Fixes

4.1.0 (2019-07-13)

Features

4.0.0 (2019-07-06)

Features

BREAKING CHANGES

  • android: You are required to only use either the Support Library or AndroidX for your dependencies. If you need to migrate this library back to the support library, or another library forward to AndroidX, then take a look at the Jetifier tool.

3.2.1 (2019-06-01)

Bug Fixes

3.2.0 (2019-05-26)

Features

3.1.3 (2019-05-24)

Bug Fixes

  • types: generates index.d.ts instead of using index.ts directly so skipLibs works correctly (#105) (d733b5b)

3.1.2 (2019-05-24)

Bug Fixes

  • Do not require es6 or downlevel-iterators TS flag (#104) (f91cdd3)

3.1.1 (2019-05-24)

Bug Fixes

  • Add instructions for integrating with Jest unit tests (#94) (3bfdd45)

3.1.0 (2019-05-18)

Features

  • Android: Detect and report VPN connections correctly on Android (#95) (1f9e5c1)

3.0.2 (2019-05-18)

Bug Fixes

  • android: Send a "none" status if the device has no active network on launch (#96) (c62cd8b)

3.0.1 (2019-05-17)

Bug Fixes

  • Fix an issue in the Android de-duplication code (de12dd5)

3.0.0 (2019-05-17)

Features

  • New API with full backward compatibility (#84) (1dc6000)

BREAKING CHANGES

  • See the README for full details.