Skip to content

Version 0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Mar 00:27
· 434 commits to main since this release
v0.4.0
c7c00a4

Changed

  • [BC] Moved typedjournal and typedkv packages into adaptor directory.

Added

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

Removed

  • [BC] Removed typedjournal.Marshaler and typedkv.Marshaler. Use typedmarshaler.Marshaler instead.