Skip to content

Releases: babelcloud/gbox-sdk-ts

v0.8.0

20 Jun 04:03
640e939
Compare
Choose a tag to compare

0.8.0 (2025-06-20)

Full Changelog: v0.7.0...v0.8.0

Features

Bug Fixes

  • android apk open, restart and close (243044f)
  • fs write type (0750a08)

Chores

  • internal: codegen related update (01656d2)
  • internal: codegen related update (9a07d53)
  • readme: use better example snippet for undocumented params (48eb596)
  • update SDK settings (fc60169)

v0.7.0

18 Jun 22:59
bd4b936
Compare
Choose a tag to compare

0.7.0 (2025-06-18)

Full Changelog: v0.6.0...v0.7.0

Features

v0.6.0

18 Jun 20:06
3a95e97
Compare
Choose a tag to compare

0.6.0 (2025-06-18)

Full Changelog: v0.5.0...v0.6.0

Features

  • api: api update (5b33c67)
  • box: add liveView method to retrieve live view URL (7d44610)

v0.5.0

18 Jun 19:19
1c01fa0
Compare
Choose a tag to compare

0.5.0 (2025-06-18)

Full Changelog: v0.4.1...v0.5.0

Features

  • Enhance ActionOperator to support screenshot saving. Added ActionScreenshot interface with optional path property. Implemented saveDataUrlToFile method to handle file writing for screenshots. (f36a8dd)

v0.4.1

18 Jun 17:26
0fdce9b
Compare
Choose a tag to compare

0.4.1 (2025-06-18)

Full Changelog: v0.4.0...v0.4.1

v0.4.0

18 Jun 17:01
d4a76bb
Compare
Choose a tag to compare

0.4.0 (2025-06-18)

Full Changelog: v0.3.1...v0.4.0

Features

  • api: api update (97820d6)
  • workflow: add GitHub Pages deployment workflow (0069ae1)

v0.3.1

18 Jun 11:24
c807559
Compare
Choose a tag to compare

0.3.1 (2025-06-18)

Full Changelog: v0.3.0...v0.3.1

Features

Chores

v0.3.0

17 Jun 09:30
f1c12cb
Compare
Choose a tag to compare

0.3.0 (2025-06-17)

Full Changelog: v0.2.0...v0.3.0

Features

  • add typeDoc (a81a6f0)
  • api: add read and write methods to FileSystemOperator and enhance DirectoryOperator with listInfo and list methods (579ea43)
  • api: api update (1515295)
  • api: api update (152fb79)
  • api: api update (ca6b440)
  • api: api update (91422c4)
  • api: api update (b1c6f3d)
  • api: api update (378355a)
  • api: api update (f5224e0)
  • api: api update (2925ec7)
  • api: api update (22c87fc)
  • api: api update (ebec36a)
  • api: api update (c2fc3b0)
  • api: api update (05cff42)
  • api: api update (35617a4)
  • api: api update (6e4209c)
  • api: enhance box interfaces with timeout support and update delete method (3f9e5d0)
  • api: expose app property and rename listApps method to list in AndroidBoxOperator (15bd9c2)
  • api: extend action interfaces to include optional screenshotDelay parameter (819ad3f)
  • client: add support for endpoint-specific base URLs (d591c9f)
  • fs (7d608f9)

Bug Fixes

  • publish script — handle NPM errors correctly (f0108e4)
  • remove connect url (9e5e7b1)
  • remove timeout (63b66c0)

Chores

  • ci: enable for pull requests (9ce0800)
  • client: refactor imports (729a4c7)
  • internal: add pure annotations, make base APIResource abstract (c2cb166)

Documentation

v0.2.0

12 Jun 02:39
1040ed6
Compare
Choose a tag to compare

0.2.0 (2025-06-12)

Full Changelog: v0.1.1...v0.2.0

Features

v0.1.1

09 Jun 09:01
6b2df67
Compare
Choose a tag to compare

0.1.1 (2025-06-09)

Full Changelog: v0.1.0...v0.1.1

Features

Bug Fixes

  • box delete method (039414f)
  • docs: correct section title from Feature to Features in README.md; update runCode method to remove hardcoded type in base.ts (2b8a37c)
  • test case (9c00c9e)
  • uninstall type (d24a72a)

Chores

  • avoid type error in certain environments (9ff4349)
  • internal: codegen related update (4a0d1e7)
  • optimize SDK API usage (5ac2a94)
  • support box delete body param (a83796f)