Releases: harrygulliford/laravel-firebird
Releases · harrygulliford/laravel-firebird
v3.3.0
v3.2.0
- Add support for Laravel 10
v3.1.0
- Add pagination support.
v3.0.0
- Added compatibility with Firebird 4.0 and 3.0
- Added support for Laravel 9
- Added support for PHP 8.1
- Added
Schema::dropIfExists()
support - Added operators:
not between
,not containing
,not starting with
- Overhauled package test suite.
- Changed package base namespace from
Firebird\
toHarryGulliford\Firebird\
- Removed
version
database driver config option - Dropped support for Firebird 1.5
- Minimum supported Laravel version bumped to 8.x
- Minimum supported PHP version bumped to 7.4
v3.0.0-beta.1
- Fixed
fromProcedure()
not working due to missingcompileProcedure()
function in Firebird Query Grammar.
v3.0.0-beta.0
- Added Firebird 4.0 Support
- Added Firebird 3.0 Support
- Support for Laravel 8.0+
- Support for PHP 7.4+ and 8.0+
- Added
Schema::dropIfExists()
support - Added
not between
operator - Added
not containing
operator - Added
not starting with
operator - Changed package namespace from
Firebird\
toHarryGulliford\Firebird\
- Removed Firebird 1.5 support
- Removed
version
database config option
v2.4.1
v2.4.0
- Add
is distinct from
andis not distinct from
operators.
v2.3.1
Clean up
v2.3.0
- Add legacy support for Firebird 1.5