Skip to content

Releases: gearbox-solutions/eloquent-filemaker

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

0.0.20

23 Feb 19:03
Compare
Choose a tag to compare

Implemented "update" method

change to insert/refresh behavior

03 Jun 22:24
Compare
Choose a tag to compare
0.0.19

changed insert to not use refresh for optimization

0.0.18

02 Jun 23:35
Compare
Choose a tag to compare
added auto-refresh on insert, added refresh functionality

0.0.14

17 May 04:55
Compare
Choose a tag to compare

Improved date casting and writing back to FileMaker
Added automatic handling of writing null as an empty string to FileMaker.

Pagination scope fix

10 May 17:06
Compare
Choose a tag to compare

Scopes should now be properly applied to pagination queries

0.0.11

16 Apr 19:31
Compare
Choose a tag to compare

Fixed omits

Fixed query builder for cross-database relationships

10 Apr 05:31
Compare
Choose a tag to compare

You should now be able to create relationships across database types, from native Model classes to FMModel classes. Check the updated docs for instructions.