Releases: holochain/holochain-client-js
Releases · holochain/holochain-client-js
v0.8.0
Changed
- BREAKING!: Updated uid to network_seed after name change in Holochain.
v0.7.0
Added
- Main entry points in
package.json
for CommonJS and ECMA modules.
Removed
- BREAKING:
bundle.ts
module, which was Nodejs-specific and not compatible with browser-based clients.
Fixed
- Update link to launcher in comment (#123).
- Cater for some edge cases for function
getDhtOpAction
(#122).
v0.6.0
###Changed
- Use more specific type DnaHash in CellId #120
- Change argument appInfoTransform of appInfo to take an AppWebsocket #121
###Fixed
- fix(type): use entry type for record #119
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