Skip to content

Releases: holochain/holochain-client-js

v0.17.0-dev.7

27 Feb 21:19
Compare
Choose a tag to compare
v0.17.0-dev.7 Pre-release
Pre-release

Fixed

  • Type: AppInfoResponse can be null if the requested app is not found.

v0.16.10

27 Feb 21:15
Compare
Choose a tag to compare

Fixed

  • Type: AppInfoResponse can be null if the requested app is not found.

v0.17.0-dev.6

23 Feb 21:00
Compare
Choose a tag to compare
v0.17.0-dev.6 Pre-release
Pre-release

Changed

  • BREAKING: Websocket.connect() functions' mandatory url parameter is replaced by an optional options object, which contains optional properties url and defaultTimeout. Calling connect if the url is not defined by parameter, nor by launcher environment will throw an error. Order of parameters in the AppAgentWebsocket.connect function is changed, so the required parameter goes first.

v0.17.0-dev.5

02 Feb 18:39
Compare
Choose a tag to compare
v0.17.0-dev.5 Pre-release
Pre-release

Fixed

  • Work around cell_id being a proxy object in Vue.

v0.16.9

02 Feb 18:39
Compare
Choose a tag to compare

Fixed

  • Work around cell_id being a proxy object in Vue.

v0.12.8

01 Feb 17:26
Compare
Choose a tag to compare

Fixed

  • work around cell_id being a proxy object in Vue

v0.16.8

29 Jan 18:43
Compare
Choose a tag to compare

Changed

  • Decouple host zome call signer from environment. Now a zome call signer can be provided separatedly from the environment that the client is used in.

v0.17.0-dev.4

27 Jan 12:36
Compare
Choose a tag to compare
v0.17.0-dev.4 Pre-release
Pre-release

Changed

  • Decouple host zome call signer from environment. Now a zome call signer can be provided separatedly from the environment that the client is used in.

v0.12.6

27 Jan 12:43
Compare
Choose a tag to compare

Changed

  • Decouple host zome call signer from environment. Now a zome call signer can be provided separatedly from the environment that the client is used in.

v0.17.0-dev.3

29 Nov 18:30
Compare
Choose a tag to compare
v0.17.0-dev.3 Pre-release
Pre-release

Added

  • Utility functions for slicing hashes into their components: sliceHashType, sliceCore32, sliceDhtLocation
  • Utility functions for generating hashes from components: dhtLocationFrom32, hashFrom32AndType:

Changed

  • Utility functions fakeAgentPubKey, fakeEntryHash, fakeActionHash and fakeDnaHash now generate valid hashes with a valid final 4 bytes
  • Utility functions fakeAgentPubKey, fakeEntryHash, fakeActionHash and fakeDnaHash now optionally take a single parameter coreByte which if defined will be repeated for all core 32 bytes of the hash