Releases: tina4stack/tina4php-orm
Release v2.0.17
Fix for batch variables in ORM
Full Changelog: v2.0.16...v2.0.17
Release v2.0.16
Unstable release
Array data as a field value on ORM is automatically encoded.
Added beginning logic for batching statements and data on ORM.
Full Changelog: v2.0.15...v2.0.16
Release v2.0.15
Updates to the grid.twig template so the formToken will be passed in dynamically in AJAX calls
Param injection tests changed from the default filter
Full Changelog: v2.0.14...v2.0.15
Release v2.0.14
Latest boostrap is now implemented into the component CRUD generation
Components will generate from the project src/public/components folder if it exists
If the components folder does not exist it will be created in the main project from the ORM src/public/components folder
To get the latest components , delete the components folder under src/public
Full Changelog: v2.0.13...v2.0.14
Release v2.0.13
Updated ORM to receive any type of JSON input
Release v2.0.12
Changed save to return false instead of null when it does not save
Release v2.0.11
Updates to fix deprecations caused by PHP 8.2
Release v2.0.10
Fix for parse Filter
Release v2.0.9
Breaking changes, load , find and delete method on ORM now take in a params array to help avoiding injection attacks
Release v2.0.8
Fixes for field mapping when prefixes (aliases) are used