Skip to content

Releases: gearbox-solutions/eloquent-filemaker

Fixed syntax issue with whereBetween

07 Jun 19:17
Compare
Choose a tag to compare

Fixed syntax issue with whereBetween

0.1

17 May 18:33
Compare
Choose a tag to compare
0.1

Added support and license information, 0.1 release

0.0.29

14 May 03:25
Compare
Choose a tag to compare
  • added == for key searches in relationships to get exact matches and handle things like email addresses as keys

0.0.28

11 May 21:22
Compare
Choose a tag to compare
  • Fix for static create() not using the right connection
  • General cleanup of unnecessary code

0.0.27

05 May 03:15
Compare
Choose a tag to compare

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

22 Apr 00:25
Compare
Choose a tag to compare
  • 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

05 Apr 17:06
Compare
Choose a tag to compare
  • Added count function support
  • Improved error message when layout is missing to show the layout which was attempted

Improved morphMany support

31 Mar 03:16
Compare
Choose a tag to compare

Improved support for $model->morphMany()

0.0.23

23 Mar 16:53
Compare
Choose a tag to compare
  • 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.

0.0.21

04 Mar 21:29
Compare
Choose a tag to compare

Laravel 9 compatibility