Releases: BinarCode/laravel-restify
Releases · BinarCode/laravel-restify
5.2.2
27 Jun 15:02
Compare
Sorry, something went wrong.
No results found
5.2.1
27 Jun 15:00
Compare
Sorry, something went wrong.
No results found
Added
Publishing migrations when running restify:setup command.
5.2.0
27 Jun 14:58
Compare
Sorry, something went wrong.
No results found
Added
Log custom actions for models.
Changed default auth controllers.
5.1.7
16 Jun 21:38
Compare
Sorry, something went wrong.
No results found
User_model configuration.
5.1.6
04 Jun 14:15
Compare
Sorry, something went wrong.
No results found
Added
Support for spatie/once v3.
5.1.5
28 May 07:30
Compare
Sorry, something went wrong.
No results found
Fixed
Paginator delegate to Laravel defaults.
5.1.4
27 May 12:35
Compare
Sorry, something went wrong.
No results found
Fixed
PostRepository::$match = [
'title' => 'text',
];
{#1287
+"type": "text"
+"advanced": false
+"title": "Title"
+"description": ""
+"column": "title"
+"key": "matches"
}
5.1.3
27 May 12:13
Compare
Sorry, something went wrong.
No results found
Added
Use column as a fallback for studly the title column. ie:
array:6 [
"type" => "matchable"
"advanced" => false
"title" => "Approved At"
"description" => ""
"column" => "approved_at"
"key" => "matches"
]
5.1.2
27 May 12:01
Compare
Sorry, something went wrong.
No results found
Added
Make sure Advanced Filters are picked up #399
5.1.1
27 May 11:57
Compare
Sorry, something went wrong.
No results found