Releases: holochain/holochain-client-js
Releases · holochain/holochain-client-js
v0.5.0
Added
- Type
Record
and RecordEntry
Changed
- Updates nomenclature in types from Header/Element to Action/Record as per changes from holochain 0.0.145 PR #117
- Update test fixture to holochain 0.0.147 PR #117
v0.4.3
Fixed
- Correct field name
hashed
in Header #113
v0.4.1
Changed
- Convert dynamic imports in
bundle.ts
to URL schema. #111
v0.4.0
Changed
- Switched to pure ES module (dropped support for CommonJS)
- improved directory structure by separating types and implementation
v0.3.1
Fix type export & bump HC/HDK versions
v0.3.0
- Adding types and dump full state call #94
- Removed outdated files
- Renamed package to @holochain/client
- Use git tag instead of revision SHA for version mentions #92
- Updated to Holochain v0.0.121 and HDK v0.0.117
- Failed tests cause non-zero exit code #93
v0.2.4
Updates for holochain 0.0.114
v0.2.1
Updates for compatibility with Holochain v0.0.107 in testing, support for UninstallApp command, and support for launcher compatibility.
v0.0.2
Added
listAppInterfaces
admin function #58
Fixed
- Stop mutating arguments to
zomeCall
#57
- Pin
@msgpack/msgpack
version to one that doesn't cause a TypeScript build failure #60