Releases: RonasIT/laravel-helpers
Releases · RonasIT/laravel-helpers
HttpRequestService update
- Moved options clearing after request send instead of before;
1.3.0
Version 1.1 released
Changed format getSearchResults method result. Further information in migration guide
1.0.63
1.0.56: Merge branch 'dpankratov/multidimension-array-unique' into 'master'
array_unique_object
became deprecated. Now it named as array_unique_objects
.
Added new options of array_unique_object
now it could filter values by list of keys and callback
1.0.55: Merge branch 'dpankratov/find-findby-methods' into 'master'
Added methods find and findBy to EntityControlTrait.
It just a sugar for shorter writing of first and firstWithRelations method