Skip to content

Releases: gosuperscript/laravel-eventstore

v5.1.4

16 Sep 10:20
Compare
Choose a tag to compare

5.1.4 (2019-09-16)

Bug Fixes

  • support laravel 5.8 as well (05d0820)

v5.1.3

16 Sep 09:38
Compare
Choose a tag to compare

5.1.3 (2019-09-16)

Bug Fixes

  • calls to getMetadata which might return null (7f1ae59)

v5.1.2

13 Sep 16:19
Compare
Choose a tag to compare

5.1.2 (2019-09-13)

Bug Fixes

v5.1.1

13 Sep 14:04
4ac622c
Compare
Choose a tag to compare

5.1.1 (2019-09-13)

Bug Fixes

v3.1.1

12 Sep 13:20
Compare
Choose a tag to compare

3.1.1 (2019-09-12)

Changes

  • dependencies updated for compatibility with Laravel 6

v5.1.0

09 Sep 17:06
Compare
Choose a tag to compare

5.1.0 (2019-09-09)

Features

  • volatile or persistent automatic (c791c39)

v5.0.0

09 Sep 12:18
a00aad9
Compare
Choose a tag to compare

5.0.0 (2019-09-09)

  • DR-897 volatile subscription events (#7) (a00aad9), closes #7

BREAKING CHANGES

  • Split streams config var into SUBSCRIPTION_STREAMS and VOLATILE_STREAMS

v4.0.1

06 Sep 11:53
Compare
Choose a tag to compare

4.0.1 (2019-09-06)

Bug Fixes

  • set public props in events rather than using constructor (505285d)

v4.0.0

02 Sep 17:13
1f57bbf
Compare
Choose a tag to compare

4.0.0 (2019-09-02)

BREAKING CHANGES

  • New namespaces and event data is mapped to the event class

v3.1.0

05 Aug 09:44
2619633
Compare
Choose a tag to compare

3.1.0 (2019-08-05)

Features

  • dispatch a serializable event so queued listeners can be used (#6) (2619633)