Skip to content

Releases: RonasIT/laravel-helpers

HttpRequestService update

17 Jul 14:18
a9fd0c1
Compare
Choose a tag to compare
  • Moved options clearing after request send instead of before;

1.3.0

24 Apr 06:55
3830091
Compare
Choose a tag to compare
  • Updated Exporter class;
  • Increased required Laravel-Excel version;
  • Increased required PHP version;

Version 1.1 released

21 Dec 13:20
Compare
Choose a tag to compare

Changed format getSearchResults method result. Further information in migration guide

1.0.63

06 Jul 05:28
Compare
Choose a tag to compare

Fixed init command migration template.
Removed replacing from . to -> in SearchTrait

1.0.56: Merge branch 'dpankratov/multidimension-array-unique' into 'master'

05 Jun 09:57
Compare
Choose a tag to compare

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'

10 May 08:09
Compare
Choose a tag to compare

Added methods find and findBy to EntityControlTrait.
It just a sugar for shorter writing of first and firstWithRelations method

1.0.51

17 Apr 11:08
Compare
Choose a tag to compare

Added Importer and Exporter.
Added scope for sorting by related table field to ModelsTrait

1.0.50

02 Apr 07:39
Compare
Choose a tag to compare

Set filterByQueryOnRelation as deprecated.

Refactored filterByQuery for dot notation.

1.0.47

13 Mar 11:37
Compare
Choose a tag to compare

If the fixture you are trying to get by getFixture method not exists test will fail with message fixture does not exist
Fixed bug with property duplication of SearchTrait and EntityControlTrait