Releases: gosuperscript/laravel-eventstore
Releases · gosuperscript/laravel-eventstore
v5.1.4
5.1.4 (2019-09-16)
Bug Fixes
- support laravel 5.8 as well (05d0820)
v5.1.3
5.1.3 (2019-09-16)
Bug Fixes
- calls to getMetadata which might return null (7f1ae59)
v5.1.2
5.1.2 (2019-09-13)
Bug Fixes
v5.1.1
5.1.1 (2019-09-13)
Bug Fixes
v3.1.1
3.1.1 (2019-09-12)
Changes
- dependencies updated for compatibility with Laravel 6
v5.1.0
5.1.0 (2019-09-09)
Features
- volatile or persistent automatic (c791c39)
v5.0.0
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
4.0.1 (2019-09-06)
Bug Fixes
- set public props in events rather than using constructor (505285d)
v4.0.0
4.0.0 (2019-09-02)
BREAKING CHANGES
- New namespaces and event data is mapped to the event class
v3.1.0
3.1.0 (2019-08-05)
Features
- dispatch a serializable event so queued listeners can be used (#6) (2619633)