You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 1.2.2
Bugfix release: the JSON class was excluded from Psalm static analysis. This has been corrected as well as some issues detected by Psalm.
FEAST now has support for adding onSave and onDelete on Mappers. These methods receive the model, and for the onSave call, whether it is new or preexisting. If you have already installed FEAST, it is recommended to copy vendor/feast/framework/Install/bin/templates/Mapper.php.txt to bin/templates/Mapper.php.txt to have the method skeletons automatically added to your generated mappers. Read more here
A fix for the Mapper templates has been made. If you have already installed FEAST, find all occurrences of protected const TABLE_NAME = and replace with public const TABLE_NAME =
Add setArguments on HttpRequestInterface to set the exact arguments.