Skip to content

Releases: holochain/holochain-client-js

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

v0.3.0

13 Jan 21:12
73641a0
Compare
Choose a tag to compare
  • 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