Releases: gearbox-solutions/eloquent-filemaker
Releases · gearbox-solutions/eloquent-filemaker
1.0
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
Fix for connection exception and retries
0.2.9
set a limit on finds to be 1000000000000000000 by default to match Laravel's default behavior
0.2.8
Added support for timestamp cast as well as custom date and datetime casts such as date:Y-m-j
.
0.2.7
Fixed whereIn() with paginate()
0.2.6
Fixed implementation of Model::all() to work like regular Eloquent, and only operate on the Model class.
0.2.5
Added support for containers in where clauses
0.2.4
Changed container upload path from getPathname to getPath + getFilename for better compatibility with Livewire
0.2.3
Added eager loading support, whereDate, date improvements
0.2.2
Changed default $keyType to be 'string' since FileMaker uses UUID strings by default.