Releases: gearbox-solutions/eloquent-filemaker
Releases · gearbox-solutions/eloquent-filemaker
2.6.3
18 Mar 17:16
Compare
Sorry, something went wrong.
No results found
Fixed Laravel 12 parameter issue for FM grammar constructor
2.6.2
25 Feb 02:25
Compare
Sorry, something went wrong.
No results found
2.6.1
24 Feb 23:34
Compare
Sorry, something went wrong.
No results found
Added missing support for portal limit and offset on raw FM get queries.
2.6.0
18 Nov 16:43
Compare
Sorry, something went wrong.
No results found
2.5.3
13 Nov 03:35
Compare
Sorry, something went wrong.
No results found
Fixed issue with record ID not being passed on FM facade requests.
2.5.2
14 Oct 15:47
Compare
Sorry, something went wrong.
No results found
Added support for passing the modId directly into withModId() on eloquent models.
2.5.1
13 Oct 15:16
Compare
Sorry, something went wrong.
No results found
Fixed inconsistent documentation, fixed name protected $withModId for consistency.
2.5.0
11 Oct 18:36
Compare
Sorry, something went wrong.
No results found
Added new withModId() features to support checking Modification ID when saving eloquent models
Added new --filemaker flag for artisan make:model ---filemaker to make new models as FMModel instead of Model
Added new stub publishing to set defaults for artisan make:model
Added support for toSql and toRawSql to get a string of the JSON query value which would be submitted in the FileMaker Data API request
2.4.4
06 Sep 20:01
Compare
Sorry, something went wrong.
No results found
Flattened bindings for better Telescope compatibility (and probably other things as well).
2.4.3
23 Aug 19:03
Compare
Sorry, something went wrong.
No results found
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 )