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

v0.13.0

Choose a tag to compare

@rosen-vladimirov rosen-vladimirov released this 02 Jun 11:30
· 1067 commits to master since this release

New API for deleting files in LiveSync operation

Introduce new API for deleting files in LiveSync operation:
liveSyncService.deleteFiles(devicesInfo: IDeviceLiveSyncInfo[], projectDir: string, filePaths: string[]): Promise<IDeviceLiveSyncResult>[] - Deletes specified files from devices's livesync directories.