Releases: gearbox-solutions/eloquent-filemaker
Releases · gearbox-solutions/eloquent-filemaker
1.1.2
Fixed exception when writing to portals
1.1.1
Empty fields in FIleMaker are returned as strings, which can screw up casting. This update treats empty strings as null for casting purposes so that you retrieve null for cast fields from an empty string. This is a big fix for dates, which previously incorrectly returned the current timestamp instead of null for empty date fields.
1.1.0
Added new features for limiting portal record responses, offsetting portal records, and selecting portals to be returned.
1.0.9
Fixed issue with FM::setGlobalFields()
and updated documentation with example.
1.0.8
Fixed prerequest script parameter
1.0.4
Fixed deprecated usage of str_starts_with
1.0.3
getLayoutMetadata functionality and documentation improvements.
1.0.2
Fixes for broken writes of dates and timestamps
1.0.1
fix for broken datetime writing to FileMaker with only dates - added additional checks for when formatting dates when writing FileMaker