Skip to content

Releases: holochain/holochain-client-js

v0.9.0

30 Sep 21:05
Compare
Choose a tag to compare

Holochain compatibility

Holochain v0.0.165 and up

Added

  • Added calls for clone cell management:
    • App API: create clone cell
    • App API: archive clone cell
    • Admin API: restore clone cell
    • Admin API: delete archived clone cells
  • Added utility class CloneId

Changed

  • BREAKING CHANGE: RegisterDnaRequest parameters have changed in Conductor API.
  • Upgraded isomorphic-ws to v5.0.0 which provides native ES modules.

v0.8.0

30 Sep 21:04
Compare
Choose a tag to compare

Changed

  • BREAKING!: Updated uid to network_seed after name change in Holochain.

v0.7.0

01 Aug 18:32
Compare
Choose a tag to compare

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

08 Jul 20:04
Compare
Choose a tag to compare

###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

05 Jul 22:30
ea39ddf
Compare
Choose a tag to compare

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

28 Jun 15:11
Compare
Choose a tag to compare

Fixed

  • Correct field name hashed in Header #113

v0.4.1

15 Jun 02:37
69643e6
Compare
Choose a tag to compare

Changed

  • Convert dynamic imports in bundle.ts to URL schema. #111

v0.4.0

07 Jun 02:12
Compare
Choose a tag to compare

Changed

  • Switched to pure ES module (dropped support for CommonJS)
  • improved directory structure by separating types and implementation

v0.3.2

20 Jan 13:59
Compare
Choose a tag to compare

Add ES module support

v0.3.1

20 Jan 13:58
51c7230
Compare
Choose a tag to compare

Fix type export & bump HC/HDK versions