Releases: pusherman/react-native-network-info
Releases · pusherman/react-native-network-info
v5.2.1 (Yellow Check)
v5.2.0 (Yellow Mark)
Features
- (iOS/Android) Added getGatewayIPAddress method (thanks @parrotmac)
- (iOS/Android) Updated getIPV4Address to return WIFI IP if connected (thanks @Rapsssito)
- (Android) Added getFrequency to get wifi frequency (thanks @antonkulyk)
v5.1.0 (The Upside Down)
Features
- (iOS/Android) Added getSubnet method (thanks @richardvclam)
- (iOS) Added support for tvOS (thanks @richardvclam & @chrisodicho)
v5.0.1 (Teensy Weensy)
Bug Fix
- (Android) Removed unused Android import (thanks @guillermorivera & @MaShizhen)
v5.0.0 (Itsy Bitsy)
Breaking Changes
- (iOS/Android) Switched from callbacks to async methods (thanks @hosseinmd)
- (Android) Migrated to AndroidX (thanks @rafcontreras)
Bug Fix
- (Android) Updated dependency configurations for Android (thanks @robwalkerco)
- (npm) Removed android/build from npm package to reduce size
v4.0.1 (Traveling On)
Bug Fix
- (Android) Fix intellij-core (thanks @martinffx)
- (Android) Ignore DS-LITE block of ip addresses (thanks @shashfrankenstien)
- (iOS) Corrected import module (thanks @wuwen2333)
v4.0.0 (Walrus Tooth)
Breaking Changes
- (Android) The string "error" will be returned if the library is unable to find the value requested
to keep it consistent with the iOS library
Features
v3.2.2 (Desert Wine)
Bug Fix
- (Android) Removed createJSModules to fix Android build
v3.2.1 (Refined Wine)
Bug Fix
- (Android) Added google as a repo to build.gradle