Skip to content

Releases: Moonlight-io/asteroid-sdk-js

v0.7.0

17 Jan 03:47
Compare
Choose a tag to compare

Add User.RegisterInterest method

v0.6.1

17 Jan 01:38
Compare
Choose a tag to compare
  • Correct CreateClaimRequest interface
  • Correct SubmitWorkflowTokenRequest interface

v0.6.0

17 Jan 01:15
Compare
Choose a tag to compare
  • Automatic JWT renewal for ADW methods
  • Update SubmitWorkflowTokenResponse

v0.5.0

09 Jan 05:39
Compare
Choose a tag to compare
  • Add NeoContractClaims and modify relevant usages
  • Add NeoContractLx
  • Add docker as new networkType

v0.4.3

07 Jan 04:26
Compare
Choose a tag to compare
  • Correct interface definition for UserAttribute.claims

An example of what a correct claims parameter looks like in an attribute:

{
  "attr_id":"FSrIDZzaZ04fTO9L",
  "type":"email",
  "payload":{
    "is_primary":1,
    "verified":1,
    "created_date":1572840088,
    "edited_date":1572840109,
    "email":"[email protected]"
  },
  "claims":[
    {
      "claim_id":"66t2Ye3GNqsA6ROB",
      "claim_state":"pending"
    }
  ]
}

v0.4.2

07 Jan 03:51
Compare
Choose a tag to compare
  • Correct interface definition for UserAttribute.claims

v0.4.0

29 Dec 22:27
Compare
Choose a tag to compare
  • Update AttributeClaimState property options
  • Preliminary blockchain invocation static methods in classes NeoCommon, NeoContractIdentity and NeoContractNameService
  • Add GetClaimById method
  • Add UserProfile.profile_type property

v0.3.0

02 Dec 02:42
Compare
Choose a tag to compare
  • Add explicit typing for ProfileType
  • Add UserSocialLinkAttribute interface
  • Add UserProfile.statistics property to interface
  • Add UserProfile.associated_privileges property to interface
  • Implement minimal constructor validation to UserAsteroid class

v0.2.0

28 Nov 23:33
Compare
Choose a tag to compare

Addresses #10

v0.1.1

24 Nov 13:42
Compare
Choose a tag to compare
  • Remove legacy files carried over from 0.0.3.
  • Add some JSDoc comments to explains on some methods' return values
  • TypeScript transpiler now carry over comments, improves IDE intellisense
    • ie/ "removeComments": false