Skip to content

Releases: symbol/symbol-sdk-typescript-javascript

v0.10.0-beta

30 Jun 18:15
Compare
Choose a tag to compare

broken backward compatibility

  • upgraded rxjs version to 6.

v0.9.5

27 Jun 10:40
Compare
Choose a tag to compare
v0.9.5 Pre-release
Pre-release
  • changed Account class adding the method signData(data: string): string: Given an string input, the account signs it with the private-public encryption and returns the data signed.
  • changed PublicAccount class adding the method verifySignature(data: string, signature: string): boolean: Given a signature and data, it checks if it has been signed by the public account.

v0.9-beta.3

22 May 16:49
Compare
Choose a tag to compare
v0.9-beta.3 Pre-release
Pre-release
  • Added support for NodeJS 10