Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 3.49 KB

CHANGELOG.md

File metadata and controls

52 lines (30 loc) · 3.49 KB

Changelog

1.2.1 (2024-03-12)

Bug Fixes

1.2.0 (2024-03-12)

Features

1.1.0 (2024-03-08)

Features

  • add basic docker setup and CI (375a63f)

Bug Fixes

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)