Releases: beberlei/DoctrineExtensions
Releases · beberlei/DoctrineExtensions
1.5.0
What's Changed
- Drop old phpunit and symfony versions by @connorhu in #433
- Made Carbon types compatible with DBAL 4 by @derrabus in #434
- Add Static Analysis config by @connorhu in #436
- Add missing export-ignore by @connorhu in #437
- Add paths for push and pull request operations. by @connorhu in #438
- ORM3 compatibility by @connorhu in #421
- Address PHPUnit deprecations by @derrabus in #439
- Replaced FCQN string with ::class constant by @connorhu in #440
- Remove execute filesystem flag by @connorhu in #442
- Fix broken type annotations by @derrabus in #441
- Switch back to stable dependencies by @derrabus in #445
Full Changelog: v1.4.0...v1.5.0
v1.4.0
This release fixes compatibility with recent releases of Doctrine Lexer and DBAL.
What's Changed
- Switch out Travis for GitHub Action by @stevelacey in #361
- Add MySQL WEEKOFYEAR by @tsadock in #362
- Support Symfony 6 by @stephanvierkant in #382
- php 8.0 return types compatible by @maikelohcfg in #380
- Feat: Add GitHub actions tests for php8.x on all branches by @Chris53897 in #386
- Add PHP 8.2 compatibility by @javer in #398
- Avoid deprecations with Doctrine/lexer 2 by @VincentLanglet in #410
- Add php8.3 compatibility tests by @connorhu in #422
- Use cache@v3 and checkout@v4 by @dfridrich in #418
- tests: fix column type (for doctrine/orm v3) by @Chris53897 in #416
- Md5: avoid calling deprecated AbstractPlatform::getMd5Expression by @glaubinix in #417
- Bump workflow action version by @greg0ire in #425
- Drop php-cs-fixer and setup phpcs by @connorhu in #423
- Add doctrine/annotations to dev deps by @derrabus in #427
- Remove Doctrine Cache by @derrabus in #426
- Use ramsey/composer-install by @derrabus in #429
- Run tests with Doctrine Annotations 2 by @derrabus in #428
- Add TestCase parent to Atan2Test class by @connorhu in #431
- Cleanup substring tests (function removed already b268b1) by @connorhu in #430
- Remove obsolete version checks by @derrabus in #432
New Contributors
- @tsadock made their first contribution in #362
- @stephanvierkant made their first contribution in #382
- @maikelohcfg made their first contribution in #380
- @Chris53897 made their first contribution in #386
- @javer made their first contribution in #398
- @VincentLanglet made their first contribution in #410
- @connorhu made their first contribution in #422
- @dfridrich made their first contribution in #418
- @glaubinix made their first contribution in #417
- @greg0ire made their first contribution in #425
- @derrabus made their first contribution in #427
Full Changelog: v1.3.0...v1.4.0
v1.3.0
- Add PHP 8.0 support
- Add support for symfony/yaml ^5.0
- Remove PHP 7.1 support
- Remove Doctrine 2.6 testing via Travis
v1.2.9
v1.2.8
v1.2.3
Add makedate extension
v1.1.5: Optional second parameter (fmt) for Oracle TRUNC function + test. (#301)
Oracle TRUNC function fmt parameter is optional
v1.1.3
Add MySQL IS_IPV4_MAPPED/COMPAT functions
v1.0.21
Use assertInstanceOf
v1.0.20
Adding YearMonth function (#266) Adding MySql YEARMONTH Function