Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

v0.16.0

Choose a tag to compare

@rosen-vladimirov rosen-vladimirov released this 29 Jun 12:42
· 999 commits to master since this release

Breaking Change

getDebuggableApps signature and return types changes. Previously the method was called with a single deviceIdentifier, from now on it works with array of device identifiers. The result type is also changed and now returns array of Promises. Each Promise is resolved/rejected when there's result for the device. The result is array of objects containing information for device and application.

New Features

deviceEmitter will emit debuggableAppFound when there's new debuggable app and debuggableAppLost when application can't be debugged anymore.

Fixed

Remove .vscode and .npmignore from the npm package.