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