Releases: BinarCode/laravel-restify
Releases · BinarCode/laravel-restify
9.10.0
12 May 17:14
Compare
Sorry, something went wrong.
No results found
Added
Improved error AI solutions #628
9.9.1
29 Apr 15:36
Compare
Sorry, something went wrong.
No results found
Fixed
fixing defaultCallback method on fields #627
9.9.0
22 Apr 14:31
Compare
Sorry, something went wrong.
No results found
Added
Make sure to publishing on Laravel 12 exposes Restify provider.
9.8.0
04 Mar 06:57
Compare
Sorry, something went wrong.
No results found
9.7.1
25 Feb 12:14
Compare
Sorry, something went wrong.
No results found
Fixed
fix(Search): Correctly search for strings with quotes and double quotes (#624 )
9.7.0
17 Feb 07:50
Compare
Sorry, something went wrong.
No results found
Added
Add groupBy as a new feature in repositor #622
9.6.2
12 Jan 05:26
Compare
Sorry, something went wrong.
No results found
Fixed
Collect related when serialize for js
9.6.1
04 Dec 15:20
Compare
Sorry, something went wrong.
No results found
Default Stored Value
During any (update or store requests), this is called after the fill and store callbacks.
You can pass a callable or a value, and it will be attached to the model if no value provided otherwise.
Imagine it's like attributes in the model:
field('currency')->defaultCallback('EUR')
9.5.1
02 Dec 18:09
Compare
Sorry, something went wrong.
No results found
9.5.0
01 Dec 12:46
Compare
Sorry, something went wrong.
No results found
Added
Support for string (full URL) for file() fields.