Releases: harrygulliford/laravel-firebird
Releases · harrygulliford/laravel-firebird
v2.2.0
- Support Laravel 8.x
v2.1.0
- Add Laravel 7 support
v2.0.0
- Added support for roles.
- Added a new way to interact with stored procedures. It can now be utilised in a query by adding
fromProcedure($procedure, $bindings)
or directly against a DB instance withexecuteProcedure($procedure, $bindings)
- Removed old stored procedure functionality as it was inflexible (a breaking change and the reason for the version bump - please see the new stored procedure syntax to upgarde).
v1.0.2
- Fixed stored procedure execution grammar
v1.0.1
Fixes for Laravel 6
v1.0.0
Support for Laravel 6