Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

V0.1.24-alpha

Compare
Choose a tag to compare
@gortok gortok released this 15 Jan 19:10
· 35 commits to master since this release

This release features improvements and changes to the following plugin wrappers:

$cordovaBle:

  • PR #1079 :
    Added start/stopScan, enable methods
    • renamed writeCommand to writeWithoutResponse (with backwards-compatibility in mind)
    • removed promise from startNotification

$cordovaSQLite:

  • PR #1007
    • Added Mocks for Unit Testing

$cordovaSocialSharing:

  • PR #1019
    • available() now returns a promise (as it should have all along. Sorry about that).

cordovaAppVersion:

  • PR #1038 and PR #1039
    • New functions available:
  • getAppName(), getPackageName(), getVersionNumber()

$cordovaOauth

  • PR #1123 and resolves issue #1117
    • Remove the $cordovaOauth module from the tree; it was a submodule, now it's separately released by @nraboy. This was due to a number of issues run into by developers when when trying to pull in changes from the module when creating PRs.

$cordovaNgCardIOProvider

  • PR #1096
  • We apparently forgot how to spell 'fields'. that has now been fixed.

$cordovaDatePicker

  • PR #1106
    • We now handle the the reject on show() if there's an error.

$cordovaFileTransfer

  • PR #1109 : The options and trust arguments are reversed
    This resolves an issue with the mock for $cordovaFileTransfer.download() where the 2nd and 3rd argument were reversed.

$cordovaToast

  • PR #1127 - add wrapper for Toast.hide()
    • you can now use $cordovaToast.hide(). Don't use it all in one place.

Docs:
PR #1130, update readme URLs to point to new redirects for projects.