Skip to content

Releases: JuanSeBestia/react-native-wifi-reborn

v4.2.0

08 Jun 10:03
Compare
Choose a tag to compare

4.2.0 (2020-06-08)

Features

v4.1.0

27 May 08:36
Compare
Choose a tag to compare

4.1.0 (2020-05-27)

Features

  • Add loadWifiList meaningfull Exceptions (#81) (cc8f7c1)

v4.0.2

23 May 12:54
Compare
Choose a tag to compare

4.0.2 (2020-05-23)

Bug Fixes

  • iOS: Consistent joinOnce=false configuration (#72) (50cfc20)

v4.0.1

23 May 12:52
Compare
Choose a tag to compare

4.0.1 (2020-05-23)

Bug Fixes

  • Fix Android 10 no-internet support (#82) (45d626c)

v4.0.0

01 May 11:47
Compare
Choose a tag to compare

4.0.0 (2020-05-01)

  • Merge pull request #56 from inthepocket/feature/android-use-promises (83e30cd), closes #56

Features

  • promise: change isEnabled from callback to promise. (5631fe8)
  • promise: return the current signal strength as a promise (7ef9a40)
  • promise: use a promise instead of callsbacks for isRemoveWifiNetwork (abb3be2)
  • promise: use a promise to resolve the frequency of the currently connected WiFi network (79dc3bf)
  • promise: use a promise to return results for reScanAndLoadWifiList() (dcdeb0c)
  • promise: use a promise to return the bssid of the currenlty connected network (8d39c67)
  • promise: use a promise to return the loadWifiList results (e0fe2b9)

BREAKING CHANGES

  • Use promises instead of callbacks

v3.1.2

16 Apr 21:10
Compare
Choose a tag to compare

3.1.2 (2020-04-16)

Bug Fixes

  • Add null type to password on connectToProtectedSSID (#60) (9ad28cc)

v3.1.1

22 Mar 20:24
Compare
Choose a tag to compare

3.1.1 (2020-03-22)

Bug Fixes

  • add location permission explanation on the readme (12810b8)

v3.1.0

22 Mar 20:22
Compare
Choose a tag to compare

3.1.0 (2020-03-22)

Features

  • forceWifiUsage: remove need of the WRITE_SETTINGS. Api calls to a wifi network without internet access can perfectly be done without (7c9daef)

v3.0.0

17 Mar 18:58
Compare
Choose a tag to compare

3.0.0 (2020-03-17)

  • Merge pull request #46 from inthepocket/feature/use-wifiutils-for-android-with-semantics (eeea1af), closes #46

BREAKING CHANGES

  • Use WifiUtils to connect with a wifi network

v2.4.0

04 Mar 16:49
Compare
Choose a tag to compare

2.4.0 (2020-03-04)

Features