Skip to content

Releases: wnfs-wg/nest

nest: v2.0.0

05 Apr 13:21
baec36e
Compare
Choose a tag to compare

2.0.0 (2024-04-05)

⚠ BREAKING CHANGES

  • Reduce complexity of paths
  • Create private node using exchange key pair

Features

  • Add Share class (055e351)
  • Add share class methods (d1a5104)
  • Create private node using exchange key pair (0f322fe)
  • Implement private shares (89f7d22)
  • Release v2.0.0 (f0fd48c)

Code Refactoring

  • Reduce complexity of paths (2414180)

nest: v1.0.0

21 Mar 14:17
1e59a42
Compare
Choose a tag to compare

1.0.0 (2024-03-21)

⚠ BREAKING CHANGES

  • Switch to SHA256 hashed CIDs, instead of rs-wnfs default Blake3, for better compatibility

Features

  • Switch to SHA256 hashed CIDs, instead of rs-wnfs default Blake3, for better compatibility (743e3b7)

nest: v0.4.0

08 Mar 11:55
2fef0e4
Compare
Choose a tag to compare

0.4.0 (2024-03-08)

Features

nest: v0.3.3

08 Mar 11:08
5f63ff2
Compare
Choose a tag to compare

0.3.3 (2024-03-08)

Bug Fixes

nest: v0.3.2

19 Feb 11:31
3f7254b
Compare
Choose a tag to compare

0.3.2 (2024-02-19)

Bug Fixes

nest: v0.3.1

19 Feb 10:40
ccf2b9a
Compare
Choose a tag to compare

0.3.1 (2024-02-19)

Bug Fixes

nest: v0.3.0

18 Feb 22:19
7c9bb2c
Compare
Choose a tag to compare

0.3.0 (2024-02-18)

Features

  • add ability to read with offset and length + update to wnfs 0.2.0 (0478813)

nest: v0.2.2

22 Dec 22:45
af8b6ed
Compare
Choose a tag to compare

0.2.2 (2023-12-22)

Bug Fixes

  • nest: add missing files to npm output (3276417)

nest: v0.2.1

22 Dec 20:08
e7e9ad6
Compare
Choose a tag to compare

0.2.1 (2023-12-22)

Bug Fixes

  • nest: add missing crypto browser redirect (5d48dae)

nest: v0.2.0

21 Dec 17:47
7f0c953
Compare
Choose a tag to compare

0.2.0 (2023-12-21)

Features

  • add demo (118f7a2)
  • add modifications to publish event (d6b654c)
  • add onCommit option (ac1b2c7)
  • expose errors via entry point (d8ec1b5)
  • throw an error if an infused transaction is a no-op (a21de2a)

Bug Fixes