Skip to content

v1.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 May 12:11
· 453 commits to master since this release

Breaking changes

Changed isAvaliable to isAvailable
Changed result types for few endpoints

- control.isAvaliable()
+ control.isAvailable()

- public isAvaliable(): Promise<string>
+ public isAvailable(): Promise<boolean>

- public isAvailablePing(): Promise<string>
+ public isAvailablePing(): Promise<boolean>

- public turnOn(): Promise<string>
+ public turnOn(): Promise<boolean>

New API:

+ openAppByAppIdAndType(appId: string, type: number, done?)
+ openAppByAppIdAndTypePromise(appId: string, type: number)

Commits

  • [fb39b43]: Bump jquery from 3.4.1 to 3.5.0 (#26) (dependabot[bot]) #26
  • [addb1b1]: Minor spelling mistakes and promises now return booleans instead of strings (#28) (Stijn Bernards) #28
  • [1aab508]: Adds open by appId and type (#29) (Stijn Bernards) #29
  • [57f490c]: 1.10.0 (Anton Palgunov)