Skip to content

Releases: chelout/laravel-relationship-events

v1.0.0

04 Mar 07:56
7233576
Compare
Choose a tag to compare

Changed

  • Added Laravel 5.8 compatibility
  • Breaking change droped Laravel 5.5, 5.6, 5.7 compatibility

v0.6.3

31 Jan 05:50
b28e63e
Compare
Choose a tag to compare
  • Fixed Laravel 5.5 compatibility.

v0.6.2

28 Sep 13:21
8246ba0
Compare
Choose a tag to compare
  • Fixed custom model event ids and attributes

v0.6.1

11 Sep 06:24
2d257a2
Compare
Choose a tag to compare

Changed

  • Fixed HasBelongsToEvents not passing relation name to custom model event

v0.6

07 Sep 11:16
4064cec
Compare
Choose a tag to compare

Changed

  • Breaking change changed parameters passed to custom event classes. (#4)

v0.5.1

29 Aug 08:00
e47565c
Compare
Choose a tag to compare

Changed

  • Removed dding
  • Style fixes

Laravel 5.7

29 Aug 07:52
a20eb1a
Compare
Choose a tag to compare

Added

  • Laravel 5.7 support.

Changed

  • Breaking change added HasDispatchableEvents trait in order to pass additional parameters to custom event classes. (#4)

Observer classes support

27 Jul 12:02
7263f13
Compare
Choose a tag to compare

Added

  • observer classes support for relationships events

Documentation

24 Jul 07:05
d1ff6f4
Compare
Choose a tag to compare

Finished documentation.

Requirements fix

01 May 21:14
ad9061a
Compare
Choose a tag to compare

Changed

  • requirements (Laravel 5.5 or Laravel 5.6)