Skip to content

Version 0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Mar 22:36
· 431 commits to main since this release
v0.5.0
974cced

Added

  • Added typedjournal.IsEmpty(), which returns true if a journal currently has no records.
  • Added typedjournal.IsFresh(), which returns true if a journal has never been written to.
  • Added typedjournal.FirstRecord() and LastRecord().
  • Added typedmarshaler.Zero()

Changed

  • [BC] Changed typedjournal.Journal to use pointer receivers
  • [BC] Changed typedkv.Keyspace to use pointer receivers