Skip to content

0.2.0

Choose a tag to compare

@Smef Smef released this 27 Jul 04:08

Breaking change - Changed base query builder delete functionality to better match native Laravel behavior. It now supports passing a primary key. Previously you would need to pass in an internal FileMaker Record ID.

Added a new deleteByRecordId($recordId) function which matches the previous delete($recordId) functionality, accepting an internal FileMaker record ID.

Added support for bulk deletes after a where clause.