Releases: JuanSeBestia/react-native-wifi-reborn
Releases · JuanSeBestia/react-native-wifi-reborn
v4.2.1
4.2.1 (2020-08-25)
Bug Fixes
- loadWifiList and reScanAndLoadWifiList not returning a JSON array but a string (#104) (9dce618)
v4.2.0
4.2.0 (2020-06-08)
Features
v4.1.0
4.1.0 (2020-05-27)
Features
- Add loadWifiList meaningfull Exceptions (#81) (cc8f7c1)
v4.0.2
4.0.2 (2020-05-23)
Bug Fixes
- iOS: Consistent joinOnce=false configuration (#72) (50cfc20)
v4.0.1
4.0.1 (2020-05-23)
Bug Fixes
- Fix Android 10 no-internet support (#82) (45d626c)
v4.0.0
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
3.1.2 (2020-04-16)
Bug Fixes
- Add null type to password on connectToProtectedSSID (#60) (9ad28cc)
v3.1.1
3.1.1 (2020-03-22)
Bug Fixes
- add location permission explanation on the readme (12810b8)
v3.1.0
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
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