Releases: Dukecity/DoctrineExtensions
Releases · Dukecity/DoctrineExtensions
Add MySQL BinToUuid and UuidToBin
What's Changed
- Replaced Token ArrayAccess in ConcatWs.php by @rhyd42 in #43
- Add MySQL BinToUuid and UuidToBin by @ToshY in #46
- chore: add testruns for php 8.3, bump github action versions by @Chris53897 in #47
- feat: bump dev dependencies (allow symfony 7) by @Chris53897 in #48
New Contributors
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- chore: add phpstan by @Chris53897 in #28
- feat: remove ZendDate by @Chris53897 in #29
- feat: add point() for mysql by @Chris53897 in #30
- feat: add ST_DISTANCE_SPHERE() for mysql by @Chris53897 in #31
- docs: add credits and motivation in readme by @Chris53897 in #38
- Replaced lookahead array access by public property. by @laurentmuller in #40
- Relaced single_blank_line_before_namespace by blank_lines_before_name… by @laurentmuller in #42
New Contributors
- @laurentmuller made their first contribution in #40
Full Changelog: v2.0...v2.0.1
Frist Release as standalone repo
What's Changed
- chore: fix ci deprecations by @Chris53897 in #1
- chore: upgrade php-cs-fixer from v2 to v3 by @Chris53897 in #2
- feat: small performance improvement by @Chris53897 in #3
- fix: import for exception by @Chris53897 in #4
- feat: modernize by @Chris53897 in #5
- chore: remove cache in ci by @Chris53897 in #6
- chore: apply-cs-fixer-rules by @Chris53897 in #7
- feat: fix deprecation for md5 by @Chris53897 in #8
- feat: fix deprecations, add some strong php types by @Chris53897 in #9
- feat: Added REGEXP_REPLACE to Mysql by @Chris53897 in #10
- feat: Add ILIKE to POSTGRES by @Chris53897 in #11
- feat: Add LAST_INSERT_ID to MYSQL by @Chris53897 in #12
- chore: update year of LICENSE by @Chris53897 in #13
- feat: add age() for POSTGRES by @Chris53897 in #14
- tests: Fix visibility for methods overriding TestCase::setUp() by @Chris53897 in #15
- chore: fix formatting by @Chris53897 in #16
- test: make test classes final by @Chris53897 in #17
- test: make abstract the TestCase base classes by @Chris53897 in #18
- feat: add quarter() for sqlite by @Chris53897 in #19
- feat: add conv() for mysql by @Chris53897 in #20
- feat: add REGEXP_SUBSTR() to mysql by @Chris53897 in #22
- feat: add JSON_UNQUOTE() and JSON_EXTRACT() to mysql by @Chris53897 in #23
- feat: add mod() to mysql by @Chris53897 in #24
- chore: add codecov and code-coverage by @Chris53897 in #25
- docs: improve readme by @Chris53897 in #26
- fix: listagg() for oracle by @Chris53897 in #21
- feat: change vendor name beberlei => dukecity by @Chris53897 in #27
New Contributors
- @Chris53897 made their first contribution in #1
Full Changelog: v1.3.0...v2.0.0