Laravel Event Projector Versions Save

Event sourcing for Artisans 📽

3.1.3

4 years ago

3.1.2

4 years ago
  • fix for replay events command with no-interaction flag (#197)

3.1.1

4 years ago

3.1.1 - 2019-09-06

  • Add schemaless-attributes again for Eloquent models

3.1.0

4 years ago
  • re-introduce the stored_event_model config

3.0.1

4 years ago
  • Make sure events are retrieved in the correct order

3.0.0

4 years ago
  • don't require eloquent for storing and retrieving events
  • add support for Laravel 6

2.8.2

4 years ago
  • fix for projectors with non-public methods

2.8.1

4 years ago

2.8.0

4 years ago
  • added aggregate test methods

2.7.0

4 years ago
  • added event_class_map to alias your event classes which allows for refactoring after events have been fired