Releases: gearbox-solutions/eloquent-filemaker
Releases · gearbox-solutions/eloquent-filemaker
Fixed syntax issue with whereBetween
Fixed syntax issue with whereBetween
0.1
Added support and license information, 0.1 release
0.0.29
- added == for key searches in relationships to get exact matches and handle things like email addresses as keys
0.0.28
- Fix for static create() not using the right connection
- General cleanup of unnecessary code
0.0.27
Improved all() function to use the existing get() instead of going to the base query to improve result consistency between method calls, particularly with global scopes.
0.0.26
- Added support for setting filenames when inserting files into container fields
- Better error handling when there are no records to update on a find/update combo
- Fixed count() to return 0 when error code 401 is received from FileMaker to better match expected behavior
0.0.25
- Added count function support
- Improved error message when layout is missing to show the layout which was attempted
Improved morphMany support
Improved support for $model->morphMany()
0.0.23
- Improvements to match expected Laravel behavior when making an edit which doesn't change a record (possibly because it has been deleted)
- Reorganization and cleanup for compatibility improvements.