Skip to content

Releases: gearbox-solutions/eloquent-filemaker

1.0

14 Feb 02:37

Choose a tag to compare

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

10 Feb 15:06

Choose a tag to compare

Fix for connection exception and retries

0.2.9

14 Jan 04:05

Choose a tag to compare

set a limit on finds to be 1000000000000000000 by default to match Laravel's default behavior

0.2.8

12 Jan 15:42

Choose a tag to compare

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

Choose a tag to compare

Fixed whereIn() with paginate()

0.2.6

15 Dec 05:14

Choose a tag to compare

Fixed implementation of Model::all() to work like regular Eloquent, and only operate on the Model class.

0.2.5

01 Oct 05:35

Choose a tag to compare

Added support for containers in where clauses

0.2.4

29 Sep 18:46

Choose a tag to compare

Changed container upload path from getPathname to getPath + getFilename for better compatibility with Livewire

0.2.3

24 Aug 17:44
6e98daa

Choose a tag to compare

Added eager loading support, whereDate, date improvements

0.2.2

05 Aug 18:17

Choose a tag to compare

Changed default $keyType to be 'string' since FileMaker uses UUID strings by default.