Skip to content

Releases: topology-foundation/ts-topology

Release 0.2.0

19 Sep 04:02
8139b54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.2.0

Release 0.1.1

11 Sep 15:29
3d0a645
Compare
Choose a tag to compare

null

What's Changed

Full Changelog: v0.1.0...v0.1.1

Release 0.1.1-3

11 Sep 15:23
7640ed9
Compare
Choose a tag to compare
Release 0.1.1-3 Pre-release
Pre-release
  • chore: add workspaces in package.json; update version; update pnpm-lock (e33a5bb)

Full Changelog: v0.1.1-2...v0.1.1-3

Release 0.1.1-2

11 Sep 15:19
d9bded5
Compare
Choose a tag to compare
Release 0.1.1-2 Pre-release
Pre-release
  • fix: use npm to publish instead pnpm (32bd190)

Full Changelog: v0.1.1-1...v0.1.1-2

Release 0.1.1-1

11 Sep 15:16
5f6494f
Compare
Choose a tag to compare
Release 0.1.1-1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.1-0...v0.1.1-1

Release 0.1.1-0

11 Sep 15:04
d27da5f
Compare
Choose a tag to compare
Release 0.1.1-0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.0...v0.1.1-0

Release 0.1.0

11 Sep 14:43
9442b7a
Compare
Choose a tag to compare
  • fix: e2e fixes (#138) (9e2c0ab)
  • chore(deps): bump @multiformats/multiaddr from 12.3.0 to 12.3.1 (#146) (a5873fd)
  • chore(deps-dev): bump @types/node from 22.5.0 to 22.5.4 (#145) (d66470a)
  • chore(deps): bump libp2p from 1.9.3 to 1.9.4 (#144) (d07e012)
  • chore(deps-dev): bump vite from 5.4.2 to 5.4.3 (#147) (905dd6d)
  • chore(deps): bump @libp2p/webtransport from 4.1.7 to 4.1.9 (#148) (393f5fc)
  • fix: remove unnecessary computation in toposort (#149) (c263da3)
  • feat: areCausallyRelated optimisation using BitSets (#133) (ae93d09)
  • chore(deps): bump libp2p from 1.9.2 to 1.9.3 (#139) (d4fc8c4)
  • chore(deps-dev): bump vite from 5.4.1 to 5.4.2 (#141) (08d6b66)
  • chore(deps-dev): bump tsx from 4.18.0 to 4.19.0 (#140) (c023e45)
  • chore(deps): bump @chainsafe/libp2p-noise from 15.1.1 to 15.1.2 (#142) (570eff0)
  • chore(deps): bump @libp2p/webrtc from 4.1.7 to 4.1.8 (#143) (4f805cb)
  • refactor: HG and AddWinsSet (put HG out of the CROs) (#131) (7f0b362)
  • chore: update lock file (e0709d8)
  • chore: remove webpack (d886178)
  • chore(deps-dev): bump @types/node from 22.4.1 to 22.5.0 (#130) (9b04f7f)
  • chore(deps): bump protobufjs from 7.3.2 to 7.4.0 (#129) (8592704)
  • chore(deps-dev): bump tsx from 4.16.5 to 4.18.0 (#128) (b665ba4)
  • chore(deps): bump ts-proto from 2.0.2 to 2.0.3 (#126) (d3d9240)
  • feat: add biome (#125) (5b6ebc0)
  • feat: OOR-Set CRDT & Tests (#72) (90a4f3d)
  • feat: wasm & protobuf integration (#101) (b5998ad)
  • feat: hashgraph (#103) (8122c18)
  • refactor: crdt folder structure (#119) (20789f5)
  • feat: Replicated Growable Array CRDT and Tests (#93) (0933078)
  • Revert "feat: logging improvement" (#118) (4c9ee54)
  • feat: add object store subscription (#116) (a5af72d)
  • feat: logging improvement (#102) (94ec5ef)
  • chore(deps-dev): bump @types/node from 20.14.10 to 22.4.1 (#113) (3911f15)
  • chore(deps-dev): bump typescript from 4.9.5 to 5.5.4 (#109) (5f22033)
  • chore(deps): bump @libp2p/webrtc from 4.1.4 to 4.1.7 (#111) (ac1c25e)
  • chore(deps): bump elliptic from 6.5.5 to 6.5.7 in the npm_and_yarn group (#114) (aac3056)
  • chore(deps): bump @chainsafe/libp2p-noise from 15.1.0 to 15.1.1 (#112) (839048c)
  • chore(deps-dev): bump @libp2p/interface from 1.6.3 to 1.7.0 (#110) (6c07b14)
  • chore(deps): bump @libp2p/dcutr from 1.1.1 to 1.1.4 (#105) (2f340db)
  • chore(deps): bump @libp2p/identify from 2.1.2 to 2.1.4 (#104) (66c8756)
  • chore(deps): bump @libp2p/webrtc from 4.1.3 to 4.1.4 (#106) (9f96436)
  • chore(deps): bump libp2p from 1.8.2 to 1.8.3 (#107) (3444ca2)
  • chore(deps): bump @libp2p/bootstrap from 10.1.3 to 10.1.4 (#94) (3aff50c)
  • chore(deps-dev): bump tsx from 4.16.2 to 4.16.5 (#95) (ad153b7)
  • chore(deps-dev): bump vitest from 2.0.3 to 2.0.5 (#96) (0983bb0)
  • chore(deps): bump @libp2p/circuit-relay-v2 from 1.1.2 to 1.1.4 (#98) (e06aaf2)
  • chore(deps): bump @libp2p/autonat from 1.1.1 to 1.1.4 (#97) (06969f6)
  • feat: LWW-Register impl & Tests (#90) (48feda3)
  • feat: Infinite-phase set CDRT and tests (#89) (b5e8951)

What's Changed

Read more

Release 0.0.23-5

30 Jul 15:46
59fff22
Compare
Choose a tag to compare
Release 0.0.23-5 Pre-release
Pre-release
  • fix: workflow useless secrets param (8989dc5)

Full Changelog: v0.0.23-4...v0.0.23-5

Release 0.0.23-4

30 Jul 15:45
e08df64
Compare
Choose a tag to compare
Release 0.0.23-4 Pre-release
Pre-release

Full Changelog: v0.0.23-3...v0.0.23-4

Release 0.0.23-3

30 Jul 15:42
1f4e17a
Compare
Choose a tag to compare
Release 0.0.23-3 Pre-release
Pre-release

Full Changelog: v0.0.23-2...v0.0.23-3