Skip to content

v2.1.1 Release

Compare
Choose a tag to compare
@tripflex tripflex released this 12 Apr 20:30

2.1.1 - 1/9/2018

  • Added Async Promise based methods
  • Fix issue with thread running before wifi is fully enabled
  • Added thread sleep for up to 10 seconds waiting for wifi to enable

2.1.0 - 1/8/2018

  • Added Async Promise based methods
  • Fixed incorrect Android Cordova exec methods incorrectly being called and returned (fixes INVALID ACTION errors/warnings)
  • Updated javascript code to call fail callback when error detected in JS (before calling Cordova)
  • Moved automagically enabling WiFi to exec actions (before actions called that require wifi enabled)
  • Added es6-promise-plugin cordova dependency to plugin.xml
  • Only return false in Cordova Android execute when invalid action is called
    Issue #1
  • Added JS doc blocks to JS methods
  • Added Async example code

2.0.0 - 1/5/2018

  • Added automatic disable of currently connected network on connect call (to prevent reconnect to previous wifi ssid)
  • Added initial disconnect() before and reconnect() after disable/enable network on connect call
  • Added getConnectedNetworkID to return currently connected network ID
  • Added verifyWiFiEnabled to automatically enable WiFi for methods that require WiFi to be enabled
  • Strip enclosing double quotes returned on getSSID (android) @props lianghuiyuan
  • Fixed Android memory leak @props Maikell84
  • Add new ScanResult fields to results (centerFreq0,centerFreq1,channelWidth) @props essboyer
  • Added getConnectedBSSID to Android platform @props caiocruz
  • Added isWiFiEnabled implementation for ios @props caiocruz
  • Android Marshmallow Location Permissions Request @props jimcortez
  • Only return connected SSID if supplicantState is COMPLETED @props admund1
  • Added support for WEP @props adamtegen
  • Fix null issues with getConnectedSSID @props jeffcharles
  • Added scan method to return networks in callback @props jeffcharles
  • Call success callback after checking connection (on connect to network) @props jeffcharles