Skip to content

Releases: danielwertheim/rill

v0.1.0-pre8

06 Dec 21:10
8bad941
Compare
Choose a tag to compare
v0.1.0-pre8 Pre-release
Pre-release

Introduces an InMemoryRillStore.

v0.1.0-pre7

06 Dec 11:50
c366a2e
Compare
Choose a tag to compare
v0.1.0-pre7 Pre-release
Pre-release

Disables possibility of committing when empty.

v0.1.0-pre6

06 Dec 08:30
f27e38a
Compare
Choose a tag to compare
v0.1.0-pre6 Pre-release
Pre-release

Introduces the concepts of RillTransaction, RillCommit and RillStore.

v0.1.0-pre5

29 Nov 18:35
39bbc63
Compare
Choose a tag to compare
v0.1.0-pre5 Pre-release
Pre-release

Adds Rill.Reference and Rill.Sequence.

v0.1.0-pre4

28 Nov 22:26
Compare
Choose a tag to compare
v0.1.0-pre4 Pre-release
Pre-release

Adds Event.Timestamp and allows for passing Sequence when emitting an event.

v0.1.0-pre3

26 Nov 21:59
Compare
Choose a tag to compare
v0.1.0-pre3 Pre-release
Pre-release

Sames as v0.1.0-pre2 just with more meta so repeating release notes:

  • IRill<T> and IAsyncRill<T> exposes IRillConsumable<T> and IAsyncConsumable<T> via rill.Consume
  • IRill<T> and IAsyncRill<T> exposes IRillConsumable<object> and IAsyncConsumable<object> via rill.ConsumeAny

v0.1.0-pre2

26 Nov 21:48
Compare
Choose a tag to compare
v0.1.0-pre2 Pre-release
Pre-release

Main changes are:

  • IRill<T> and IAsyncRill<T> exposes IRillConsumable<T> and IAsyncConsumable<T> via rill.Consume
  • IRill<T> and IAsyncRill<T> exposes IRillConsumable<object> and IAsyncConsumable<object> via rill.ConsumeAny

v0.1.0-pre1

22 Nov 19:55
7cfae8f
Compare
Choose a tag to compare
v0.1.0-pre1 Pre-release
Pre-release

A first very early release.