Skip to content

Releases: michaeldyrynda/laravel-cascade-soft-deletes

4.6.1

20 Mar 21:09
9c2dd92

Choose a tag to compare

What's Changed

  • fix: iterate chunk collection individually in cascading deletes by @michaeldyrynda in #86
  • Update pestphp/pest requirement from ^2.34 || ^3.7 to ^4.4.2 by @dependabot[bot] in #87

Full Changelog: 4.6.0...4.6.1

4.6.0

20 Mar 03:18
a58feba

Choose a tag to compare

What's Changed

Full Changelog: 4.5.0...4.6.0

4.5.0

26 Feb 10:23
df5fee4

Choose a tag to compare

This release drops support for Laravel 10.x and PHP 8.1.

What's Changed

Full Changelog: 4.4.1...4.5.0

4.4.1

06 Jan 22:57
d5d78b9

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.4.0...4.4.1

4.4.0

18 Mar 23:18
467aa81

Choose a tag to compare

What's Changed

Full Changelog: 4.3.0...4.4.0

4.3.0

16 Feb 01:47
a857578

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.2.1...4.3.0

4.2.1

22 Nov 03:12
6dc274b

Choose a tag to compare

What's Changed

  • Fixes issue with Laravel's new strict mode on models by @totov in #56
  • Update README to remove event priority note by @decaylala in #57

New Contributors

Full Changelog: 4.2.0...4.2.1

4.2.0

26 Jan 03:53
6a4826c

Choose a tag to compare

Adds support for Laravel 9.x

4.1.2

05 Jan 00:58
f961920

Choose a tag to compare

What's Changed

  • Call relationship directly to allow deletes with lazy loading disabled by @lukasleitsch in #50

New Contributors

Full Changelog: 4.1.0...4.1.2

4.1.0

01 Dec 02:44
dcfd120

Choose a tag to compare

Add PHP 8 support #44 (@gahlawat)