Skip to content

v1.0.0

Compare
Choose a tag to compare
@rustamch rustamch released this 16 Feb 22:20

1.0.0 (2024-02-16)

Features

  • add example store, additional columns (#2) (b215f0c)
  • create initial sql schema (#1) (eb325f7)
  • implement Update and Delete (d9b73ba)
  • implemented Delete() (dd2c50c)
  • implemented partial user.go interface (92cc454)
  • implemented partial user.go methods (62d2348)
  • implemented Update() (624a95e)
  • init project (e6cee18)
  • Partially implemented EventStore (07699ae)

Bug Fixes

  • converted date formatting to sql timestamp (3284bf8)
  • fixed issues within previous commit (658ae49)
  • spelling in comment (4668d08)
  • syntax error in Update() (eb6a48b)
  • type assignment error (e5727d6)