Skip to content

Releases: hallgren/eventsourcing

v0.0.5

09 Jan 21:19
873e189
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release
  • Added Timestamp property on Event
  • Expose possibility to add meta data to events via the TrackChangeWithMetaData function

Fixed subscription issue

24 Dec 10:54
Compare
Choose a tag to compare
Pre-release
  • Fix issue in subscribing to specific event via the repository
  • Remove dep on github.com/imkira/go-observer in test and example
  • Point to one bbolt repository

subscribing functions runs in sequence

06 Dec 15:35
1bf0bc3
Compare
Choose a tag to compare
Pre-release
Merge pull request #31 from hallgren/sync_eventstream_updates

add lock to event stream to run all subscribing func in sync with the events

event subscription

25 Nov 18:46
436682a
Compare
Choose a tag to compare
event subscription Pre-release
Pre-release

Replaced the event stream with the registration of an event subscription function.

initial pre-release

25 Oct 19:42
92fbbad
Compare
Choose a tag to compare
initial pre-release Pre-release
Pre-release

The external API starts to stabilize.