Releases: holochain/holochain-client-js
Releases · holochain/holochain-client-js
v0.17.0-dev.7
Fixed
- Type:
AppInfoResponse
can benull
if the requested app is not found.
v0.16.10
v0.17.0-dev.6
Changed
- BREAKING:
Websocket.connect()
functions' mandatoryurl
parameter is replaced by an optional options object, which contains optional propertiesurl
anddefaultTimeout
. Callingconnect
if the url is not defined by parameter, nor by launcher environment will throw an error. Order of parameters in theAppAgentWebsocket.connect
function is changed, so the required parameter goes first.
v0.17.0-dev.5
Fixed
- Work around cell_id being a proxy object in Vue.
v0.16.9
v0.12.8
v0.16.8
v0.17.0-dev.4
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
v0.17.0-dev.3
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