Releases: gearbox-solutions/eloquent-filemaker
Releases · gearbox-solutions/eloquent-filemaker
2.6.0
What's Changed
- Add setTimeout method to FileMakerConnection by @likeadeckofcards in #91
Full Changelog: 2.5.3...2.6.0
2.5.3
2.5.2
2.5.1
2.5.0
- Added new
withModId()
features to support checking Modification ID when saving eloquent models - Added new
--filemaker
flag forartisan make:model ---filemaker
to make new models asFMModel
instead ofModel
- Added new stub publishing to set defaults for
artisan make:model
- Added support for
toSql
andtoRawSql
to get a string of the JSON query value which would be submitted in the FileMaker Data API request
2.4.4
2.4.3
- Uses the Http facade to create a pending request instead of manually creating a PendingRequest (#76 @macbookandrew)
- Ensures logs for FM requests always fire even when encountering an error (#77 @Smef)
2.4.2
2.4.1
This release fixes backwards compatibility with Laravel 10 by checking that Http::createPendingRequest
exists before calling it.
2.4.0
In this release:
- adds the MorphTo Relationship to the FMHasRelationship trait
- The MorphTo relationship class resolves wether to handle the models as FM query or pass it to the default Eloquent Model.