Skip to content

Releases: kingledion/go-tools

v0.6.0

27 Jun 16:48
32f4f7f

Choose a tag to compare

  • Fixed serialization issue with certain structs
  • Upgraded to go version 1.18
  • Implemented generics for the tree's associated data

v0.5.0

18 Jun 01:50
20a440c

Choose a tag to compare

  • Added serialization and de-serialization functionality.
  • Improved unit test coverage
  • Added LICENSE and updated READMEs

v0.4.1

01 Apr 19:11
e18c51e

Choose a tag to compare

Completed Find and FindParent unit testing.

Added Merge function to merge two trees.

v0.4.0-alpha

02 Mar 22:23

Choose a tag to compare

v0.4.0-alpha Pre-release
Pre-release

Initial test of Find & FindParents as well as conversion from uint64 to uint

v0.3.0

28 Feb 22:27

Choose a tag to compare

Redesigned into a tools repository.

v0.2.0

28 Feb 20:40
21ed065

Choose a tag to compare

  • Added documentation and testing.
  • Reimplemented the BFS() function to return an iterator implemented with a channel, instead of an array.

Initial release

25 Feb 19:08

Choose a tag to compare

Initial production version.

No testing, no benchmarking, no documentation added yet.