Skip to content

Releases: holochain/holochain-client-js

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

v0.2.4

09 Nov 18:11
Compare
Choose a tag to compare

Updates for holochain 0.0.114

v0.2.1

22 Sep 23:12
5256a8f
Compare
Choose a tag to compare

Updates for compatibility with Holochain v0.0.107 in testing, support for UninstallApp command, and support for launcher compatibility.

v0.0.2

02 Apr 01:09
3d97cb6
Compare
Choose a tag to compare

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