Skip to content

v4.0.0

Compare
Choose a tag to compare
@JuanSeBestia JuanSeBestia released this 01 May 11:47
· 147 commits to master since this release

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