Skip to content

Releases: gearbox-solutions/eloquent-filemaker

0.2.1

01 Aug 22:16

Choose a tag to compare

Added support for guarded properties in models.

0.2.0

27 Jul 04:08

Choose a tag to compare

Breaking change - Changed base query builder delete functionality to better match native Laravel behavior. It now supports passing a primary key. Previously you would need to pass in an internal FileMaker Record ID.

Added a new deleteByRecordId($recordId) function which matches the previous delete($recordId) functionality, accepting an internal FileMaker record ID.

Added support for bulk deletes after a where clause.

0.1.3

18 Jul 03:16

Choose a tag to compare

  • Improved date support with custom grammar, whereDate support
  • Added missing throw in 0.1.2

Fixed syntax issue with whereBetween

07 Jun 19:17

Choose a tag to compare

Fixed syntax issue with whereBetween

0.1

17 May 18:33

Choose a tag to compare

0.1

Added support and license information, 0.1 release

0.0.29

14 May 03:25

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

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

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

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

Choose a tag to compare

  • Added count function support
  • Improved error message when layout is missing to show the layout which was attempted