Skip to content

Releases: harrygulliford/laravel-firebird

v2.2.0

19 Sep 01:01
f7732e9
Compare
Choose a tag to compare
  • Support Laravel 8.x

v2.1.0

27 Mar 05:41
43e8f34
Compare
Choose a tag to compare
  • Add Laravel 7 support

v2.0.0

29 Nov 03:24
Compare
Choose a tag to compare
  • 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 with executeProcedure($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

28 Nov 23:16
3209fc2
Compare
Choose a tag to compare
  • Fixed stored procedure execution grammar

v1.0.1

15 Sep 03:25
Compare
Choose a tag to compare

Fixes for Laravel 6

v1.0.0

15 Sep 03:25
f629a76
Compare
Choose a tag to compare

Support for Laravel 6