Skip to content

Releases: cesargb/laravel-cascade-delete

version 1.0.0

11 Mar 15:05
Compare
Choose a tag to compare
v1.0.0

command output with more info

Add support to Laravel 7

03 Mar 16:01
6c9f939
Compare
Choose a tag to compare
Merge pull request #8 from cesargb/analysis-PxBY2m

Apply fixes from StyleCI

version 0.7.1

24 Feb 16:38
afb1bf5
Compare
Choose a tag to compare
  • Add autoload models to clean residual

pre version 1.0

20 Jan 12:55
34e7499
Compare
Choose a tag to compare
Merge pull request #6 from cesargb/analysis-ajjeK7

Apply fixes from StyleCI

Add support to Laravel 6

05 Sep 15:23
Compare
Choose a tag to compare
v0.6.0

change require version

Add support to MorphOne

04 Jul 09:12
Compare
Choose a tag to compare
0.5.0

update readme

Add support to Laravel 5.8

27 Feb 19:21
8eb6daf
Compare
Choose a tag to compare

Add support to Laravel 5.8

Residual clean

18 Jan 08:22
800e4b3
Compare
Choose a tag to compare

If you bulk delete a model with morphological relationships, you will have residual data that has not been deleted.

This PR tries to clean up this waste.

  • Add method deleteMorphResidual
  • Add command morph:clean

Compatibility with Laravel 5.7

04 Sep 18:08
Compare
Choose a tag to compare
0.2.0

Compatibility with Laravel 5.7

0.1.1

10 Aug 11:27
Compare
Choose a tag to compare

Change throw Exception by LogicException