Skip to content

Releases: BinarCode/laravel-restify

9.10.2

09 Jun 05:58
21bedd7
Compare
Choose a tag to compare

Fixed

  • fix(Matches): Correctly match Booleans: GET converts them to 0 and 1 #632

9.10.1

26 May 20:12
497161d
Compare
Choose a tag to compare

Fixed

  • Authenticate the user while login

9.10.0

12 May 17:14
d170cd0
Compare
Choose a tag to compare

Added

  • Improved error AI solutions #628

9.9.1

29 Apr 15:36
db47f84
Compare
Choose a tag to compare

Fixed

  • fixing defaultCallback method on fields #627

9.9.0

22 Apr 14:31
91a688c
Compare
Choose a tag to compare

Added

  • Make sure to publishing on Laravel 12 exposes Restify provider.

9.8.0

04 Mar 06:57
d0a670c
Compare
Choose a tag to compare

Added

  • Support for Laravel 12

9.7.1

25 Feb 12:14
0271556
Compare
Choose a tag to compare

Fixed

  • fix(Search): Correctly search for strings with quotes and double quotes (#624)

9.7.0

17 Feb 07:50
ae006b5
Compare
Choose a tag to compare

Added

  • Add groupBy as a new feature in repositor #622

9.6.2

12 Jan 05:26
Compare
Choose a tag to compare

Fixed

  • Collect related when serialize for js

9.6.1

04 Dec 15:20
b15e3f6
Compare
Choose a tag to compare

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')