Releases: holochain/holochain-client-js
Releases · holochain/holochain-client-js
v0.12.3
v0.12.2
Added
- Function to generate a fake DNA hash.
Changed
- Switch to Nix flake for develop environment. Run
nix develop
from now on instead ofnix-shell
. Pass on--extra-experimental-features nix-command --extra-experimental-features flakes
or enable these features for your user in []~/.config/nix/nix.conf
](https://nixos.org/manual/nix/stable/command-ref/conf-file.html#conf-experimental-features).
v0.12.1
v0.12.0
v0.11.16
v0.11.15
Added
- Return additional field
agent_pub_key
inAppInfo
.
Changed
- BREAKING CHANGE: The resources field of bundles was changed from
Array<number>
toUint8Array
. - BREAKING CHANGE:
CreateCloneCell
returnsClonedCell
instead ofInstalledCell
. - BREAKING CHANGE:
EnableCloneCell
returnsClonedCell
instead ofInstalledCell
. - BREAKING CHANGE: Remove unused call
AdminRequest::StartApp
. - BREAKING CHANGE:
Cell
is split up intoProvisionedCell
andClonedCell
. - BREAKING CHANGE:
CellInfo
variants are renamed to snake case during serde.