Skip to content

Latest commit

 

History

History
233 lines (103 loc) · 12 KB

CHANGELOG.md

File metadata and controls

233 lines (103 loc) · 12 KB

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)