4.13.0 (2024-09-17)
- add semicolon (561ea0a)
- fix error argument is marked as nullable but React requires that all NSNumber arguments are nonnull (b3f4e84)
- use node 20 for semantic-release (f516e8d)
- iOS: Add new method to connect to a SSIDPrefix protected only once, Android: Try to address issue #303 (d98ccfc)
4.12.1 (2024-03-28)
- crash on Android when isHidden params not passed (e3d7dcc)
4.12.0 (2024-03-26)
- android: re-add onLost method (be1d872)
- IOS method (b5bdb35)
- removed assert password != null (93d737a)
- use enum for error (7b7587c)
- add new method connectToProtectedWifiSSID (1813073)
- add nullable password (75ff05f)
- android: add timeout parameter (9426913)
- update README (8970ba4)
4.11.0 (2024-02-12)
- iOS, Loop patch: check the connected WiFi network repeatedly until it's the one we requested (#301) (e7088be)
4.10.1 (2023-11-06)
- npm: remove engines from package.json (8bd1385)
4.10.0 (2023-10-27)
4.9.0 (2023-10-27)
4.8.3 (2023-05-26)
4.8.2 (2023-05-26)
4.8.1 (2023-05-26)
- update android native dependencies (472896d)
4.8.0 (2023-05-26)
4.7.1 (2023-05-26)
- Android: * add location permission check for getCurrentWifiSSID and reScanAndLoadWifiList and change error message for clarity (#264) (c3ba4e5)
4.7.0 (2022-07-12)
4.6.0 (2022-06-09)
- Minor bug fix, iOS 15 getWifiSSID fix, connect to Android Wifi without scanning (because of the limit) (#249) (3389baf)
4.5.1 (2022-06-09)
- Use enum types instead of const in the TypeScript declaration file (5e6dfeb)
4.5.0 (2021-12-16)
4.4.2 (2021-12-16)
4.4.1 (2021-11-04)
- Android: Replace jCenter with mavenCentral (#216) (b047208)
- iOS: Fix disconnectFromSSID having no effect (#214) (0d55c08)
- iOS: Fix prefix check in connectToProtectedSSIDPrefix (#220) (d94f356)
4.4.0 (2021-09-29)
4.3.8 (2021-05-26)
4.3.7 (2021-01-14)
4.3.6 (2021-01-10)
4.3.5 (2021-01-07)
4.3.4 (2020-12-19)
4.3.3 (2020-10-19)
4.3.2 (2020-10-01)
- Fix Xcode 12 compatibility (db9994a), closes facebook/react-native#29633
4.3.1 (2020-09-22)
4.3.0 (2020-09-15)
4.2.2 (2020-08-27)
4.2.1 (2020-08-25)
4.2.0 (2020-06-08)
4.1.0 (2020-05-27)
4.0.2 (2020-05-23)
4.0.1 (2020-05-23)
4.0.0 (2020-05-01)
- 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)
- Use promises instead of callbacks
3.1.2 (2020-04-16)
3.1.1 (2020-03-22)
- add location permission explanation on the readme (12810b8)
3.1.0 (2020-03-22)
- forceWifiUsage: remove need of the WRITE_SETTINGS. Api calls to a wifi network without internet access can perfectly be done without (7c9daef)
3.0.0 (2020-03-17)
- Merge pull request #46 from inthepocket/feature/use-wifiutils-for-android-with-semantics (eeea1af), closes #46
- Use WifiUtils to connect with a wifi network
2.4.0 (2020-03-04)
2.3.4 (2020-03-04)
2.3.3 (2020-02-27)
2.3.2 (2020-01-21)
2.3.1 (2020-01-16)
2.3.0 (2020-01-16)
2.2.4 (2019-12-18)
- test: test perf semantic-release (0d42570)
2.2.3 (2019-12-12)
- iOS: getCurrentWifiSSID when is deneided or restrited (1c6d1fd)
2.2.2 (2019-12-11)
- Android: Bad marge (b6a3cf5)
2.2.1 (2019-12-10)
- android: Added network compatibility (331a40f)
2.2.0 (2019-11-19)
- Android: Update all library (f4cc526)
2.1.1 (2019-11-15)
- Android: Rename package to avoid colisions (17da67e)
2.1.0 (2019-11-03)
2.0.4 (2019-11-03)
- ios: Change settingsURL value so Apple accepts it. Referencing comments from: (653330e)
2.0.3 (2019-10-25)
- IOS: Live Reload (aa44375)
2.0.2 (2019-10-24)
- semantic-release: Add more extensions (40f0e01)