Skip to content

v0.3.0

Choose a tag to compare

@joamaki joamaki released this 06 Sep 13:48
· 33 commits to v0.3 since this release

What's Changed

  • Refactor API to use iter.Seq2 instead of Iterator[T] by @joamaki in #40
  • Validate the table name in NewTable by @joamaki in #52
  • Use Go standard library slices package instead of x/exp/slices by @tklauser in #50
  • Unify DB and Handle types into just DB by @joamaki in #51
  • Fix race with table init channel by @joamaki in #53

Full Changelog: v0.2.6...v0.3.0