Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Releases: learngraph/old-learn-graph-backend-golang

v0.1.1

19 Oct 15:59
045727b
Compare
Choose a tag to compare

What's Changed

  • fix: only single edge vote per user in aggregation of edge weight by @suxatcode in #15
  • feat: add graphQL completion API by @suxatcode in #16

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

v0.1.0

30 May 12:52
5601c33
Compare
Choose a tag to compare

What's Changed

  • feat: delete own nodes (even with edges present) by @suxatcode in #13

Full Changelog: v0.0.2...v0.1.0

v0.0.2

23 May 15:26
Compare
Choose a tag to compare

What changed?

  • CI fix release action

Full Changelog: v0.0.1...v0.0.2

v0.0.1

23 May 15:06
Compare
Choose a tag to compare

Init

The first learngraph.org backend release includes:

  • graph edits & user account creation
  • force-based graph embedding in 2D
  • graphql interface