Skip to content

v3.0.0

Compare
Choose a tag to compare
@rosen-vladimirov rosen-vladimirov released this 09 May 05:36
· 114 commits to master since this release

Breaking changes:

Public API for stoping application requires different arguments:

  • old API:
stopApplication(deviceId: string, appIdentifier: string): string;
  • new API:
stopApplication(deviceId: string, appIdentifier: string, bundleExecutable: string): string;