Releases: gearbox-solutions/eloquent-filemaker
Releases · gearbox-solutions/eloquent-filemaker
1.0
14 Feb 02:37
Compare
Sorry, something went wrong.
No results found
Version 1.0 is Released!
Eloquent FileMaker will now be maintained under Gearbox Solutions
Going forward, only the actively supported versions of the Laravel framework will be supported by this package.
0.2.10
10 Feb 15:06
Compare
Sorry, something went wrong.
No results found
Fix for connection exception and retries
0.2.9
14 Jan 04:05
Compare
Sorry, something went wrong.
No results found
set a limit on finds to be 1000000000000000000 by default to match Laravel's default behavior
0.2.8
12 Jan 15:42
Compare
Sorry, something went wrong.
No results found
Added support for timestamp cast as well as custom date and datetime casts such as date:Y-m-j.
0.2.7
15 Dec 22:00
Compare
Sorry, something went wrong.
No results found
Fixed whereIn() with paginate()
0.2.6
15 Dec 05:14
Compare
Sorry, something went wrong.
No results found
Fixed implementation of Model::all() to work like regular Eloquent, and only operate on the Model class.
0.2.5
01 Oct 05:35
Compare
Sorry, something went wrong.
No results found
Added support for containers in where clauses
0.2.4
29 Sep 18:46
Compare
Sorry, something went wrong.
No results found
Changed container upload path from getPathname to getPath + getFilename for better compatibility with Livewire
0.2.3
24 Aug 17:44
Compare
Sorry, something went wrong.
No results found
Added eager loading support, whereDate, date improvements
0.2.2
05 Aug 18:17
Compare
Sorry, something went wrong.
No results found
Changed default $keyType to be 'string' since FileMaker uses UUID strings by default.