Skip to content

Releases: Moonlight-io/asteroid-sdk-js

v0.1.0

24 Nov 13:42
Compare
Choose a tag to compare

Major revamp per #5

Examples and regression tests available on asteroid-sdk-js-examples.

v0.0.3

06 Nov 22:15
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

Methods

  • GetActiveTask => GetActiveTaskIDs
    • now returns and array of task IDs reflecting the active tasks of the requestor
  • GetTask => GetUnclaimedTask
    • no change to functionality
  • UnclaimTask(task_id)
    • Removes the claimed status of a task which the requestor has claimed and sets the task to queued

v0.0.2

05 Nov 00:23
Compare
Choose a tag to compare

General

  • Parity with the asteroid domain set of methods