Skip to content

Releases: Askedio/laravel-soft-cascade

Restrict Support

03 May 14:04
Compare
Choose a tag to compare
Restrict Support Pre-release
Pre-release
Merge pull request #24 from hoyvoy/master

Restricted relations and query builder for all to prevent multiple queries and optimized get's

Laravel 5.4 with Query Builder support.

26 Apr 16:25
Compare
Choose a tag to compare

Thanks to @mario-hoyvoy you can now use the query builder.

Laravel & Lumen 5.3 Support

06 Oct 05:17
Compare
Choose a tag to compare
Pre-release
  • Updated composer to require frameworks in dev only.
  • Added LumenServiceProvider to use a Lumen EventServiceProvider.
  • Duplicated testes or Lumen (I'm tired/lazy).
  • Tested.

Laravel 5.3 Support, no boot.

29 Aug 22:19
Compare
Choose a tag to compare

PR to remove boot method that states this package is now compatible with 5.3 (sorry, I've yet to use 5.3).

Styleci fixes

24 May 15:57
Compare
Choose a tag to compare
Merge pull request #11 from Askedio/analysis-8KoP5R

Applied fixes from StyleCI

Refactor 1.4

23 May 16:48
Compare
Choose a tag to compare

Refactored 1.4s update for not using withTrashed() on delete.

Fixed withTrashed() errors on Models with no softDelete

23 May 05:11
Compare
Choose a tag to compare

Fixed Laravel Version

17 May 15:21
Compare
Choose a tag to compare
1.3

Update SoftCascade.php

Error checks

05 May 19:17
Compare
Choose a tag to compare

This release has some small refactoring and added checks to ensure your relation function exists and is an Eloquent Relation.

Moved class

04 May 05:15
Compare
Choose a tag to compare
Merge pull request #4 from Askedio/analysis-zEAOPm

Applied fixes from StyleCI