Skip to content

Latest commit

 

History

History
431 lines (193 loc) · 23.2 KB

CHANGELOG.md

File metadata and controls

431 lines (193 loc) · 23.2 KB

4.13.0 (2024-09-17)

Bug Fixes

  • 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)

Features

  • 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)

Bug Fixes

  • crash on Android when isHidden params not passed (e3d7dcc)

4.12.0 (2024-03-26)

Bug Fixes

Features

  • add new method connectToProtectedWifiSSID (1813073)
  • add nullable password (75ff05f)
  • android: add timeout parameter (9426913)
  • update README (8970ba4)

4.11.0 (2024-02-12)

Features

  • iOS, Loop patch: check the connected WiFi network repeatedly until it's the one we requested (#301) (e7088be)

4.10.1 (2023-11-06)

Bug Fixes

  • npm: remove engines from package.json (8bd1385)

4.10.0 (2023-10-27)

Features

  • android: 🌟 add support for React Native 0.73 (#312) (451b92c)

4.9.0 (2023-10-27)

Bug Fixes

  • Android: Open the Wifi settings panel on Android 10 and above. (#319) (bd89902)

Features

4.8.3 (2023-05-26)

Bug Fixes

  • iOS: add missing isHidden flag to connectToProtectedSSID (#306) (11a703d), closes #287

4.8.2 (2023-05-26)

Bug Fixes

  • prefer not to mutate the ScanResult object (#268) (840c80d)

4.8.1 (2023-05-26)

Bug Fixes

  • update android native dependencies (472896d)

4.8.0 (2023-05-26)

Features

  • Android: added feature to connect to hidden wifi on android 10 (#287) (32b5db2)

4.7.1 (2023-05-26)

Bug Fixes

  • Android: * add location permission check for getCurrentWifiSSID and reScanAndLoadWifiList and change error message for clarity (#264) (c3ba4e5)

4.7.0 (2022-07-12)

Features

  • Android: Allows to show hidden WiFI AP while scanning (#255) (29d364a)

4.6.0 (2022-06-09)

Features

  • 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)

Bug Fixes

  • Use enum types instead of const in the TypeScript declaration file (5e6dfeb)

4.5.0 (2021-12-16)

Features

4.4.2 (2021-12-16)

Bug Fixes

  • iOS: Revert wrong removal of promise resolution (#225) (89eda2d)

4.4.1 (2021-11-04)

Bug Fixes

  • 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)

Bug Fixes

  • Fix return type for forceWifiUsageWithOptions (#170) (6de4204)

Features

  • iOS: allow joinOnce property to be set for iOS devices (#187) (991f9cc)

4.3.8 (2021-05-26)

Bug Fixes

  • iOS: Reject after not connecting to WiFi with SSID-prefix (#183) (f255caa), closes #182

4.3.7 (2021-01-14)

Bug Fixes

  • Android: Replace Kotlin files with Java (#154) (1e15eac)

4.3.6 (2021-01-10)

Bug Fixes

  • Android: getCurrentWifiSSID return null if '' (#148) (336668a)

4.3.5 (2021-01-07)

Bug Fixes

  • Android: Add elvis dependency to build.gradle (#152) (1ab284a)

4.3.4 (2020-12-19)

Bug Fixes

4.3.3 (2020-10-19)

Bug Fixes

  • Add compileOptions JavaVersion.VERSION_1_8 (#133) (f28a8dc)

4.3.2 (2020-10-01)

Bug Fixes

4.3.1 (2020-09-22)

Bug Fixes

4.3.0 (2020-09-15)

Features

  • Android: Add forceWifiUsageWithOptions & add noInternet option (#115) (df1b73a)

4.2.2 (2020-08-27)

Bug Fixes

  • Fix reScanAndLoadWifiList() return type (#108) (431f624)

4.2.1 (2020-08-25)

Bug Fixes

  • loadWifiList and reScanAndLoadWifiList not returning a JSON array but a string (#104) (9dce618)

4.2.0 (2020-06-08)

Features

4.1.0 (2020-05-27)

Features

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

4.0.2 (2020-05-23)

Bug Fixes

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

4.0.1 (2020-05-23)

Bug Fixes

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

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

3.1.2 (2020-04-16)

Bug Fixes

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

3.1.1 (2020-03-22)

Bug Fixes

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

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)

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

2.4.0 (2020-03-04)

Features

2.3.4 (2020-03-04)

Performance Improvements

2.3.3 (2020-02-27)

Bug Fixes

  • iOS: Fix joinOnce for connectToSSIDPrefix (#40) (61185a9)

2.3.2 (2020-01-21)

Bug Fixes

  • android: Verify connection after enabling network (#31) (9fa86ee)

2.3.1 (2020-01-16)

Bug Fixes

2.3.0 (2020-01-16)

Features

  • iOS: Connect to SSID prefix functions. (#25) (5b52c97)

2.2.4 (2019-12-18)

Performance Improvements

  • test: test perf semantic-release (0d42570)

2.2.3 (2019-12-12)

Bug Fixes

  • iOS: getCurrentWifiSSID when is deneided or restrited (1c6d1fd)

2.2.2 (2019-12-11)

Bug Fixes

2.2.1 (2019-12-10)

Bug Fixes

  • android: Added network compatibility (331a40f)

2.2.0 (2019-11-19)

Features

  • Android: Update all library (f4cc526)

2.1.1 (2019-11-15)

Bug Fixes

  • Android: Rename package to avoid colisions (17da67e)

2.1.0 (2019-11-03)

Features

  • Android: Update gradle configuration (475cc30), closes #5

2.0.4 (2019-11-03)

Bug Fixes

  • ios: Change settingsURL value so Apple accepts it. Referencing comments from: (653330e)

2.0.3 (2019-10-25)

Bug Fixes

2.0.2 (2019-10-24)

Bug Fixes

  • semantic-release: Add more extensions (40f0e01)