This repository has been archived by the owner on Sep 15, 2021. It is now read-only.
V0.1.24-alpha
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
:
$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.
- We now handle the the reject on
$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.
- you can now use
Docs:
PR #1130, update readme URLs to point to new redirects for projects.