This repository has been archived by the owner on May 11, 2021. It is now read-only.
2.2.0
github-actions
released this
15 Jul 21:56
·
2 commits
to release/2.2
since this release
What’s Changed
- Drop PHP 7.2 support (#222) @mvorisek
- Add testing with PHP 8.0 (#219) @mvorisek
- [refactor] introduce debug classes under new structure (#213) @georgehristov
- Expression::getDebugQuery() no longer accepts $html param (#216) @georgehristov
- Fix composer develop install issue (#228) @DarkSide666
- Update CS for PHP 7.3 (#227) @mvorisek
- Fix PSR class/trait/method naming (#226) @mvorisek
- Use refactored TestCase::callProtected() method (#225) @mvorisek
- Move safe "@return bool" phpdoc to code (#221) @mvorisek
- Remove "See our "Awesome Queries" gallery" from README (#224) @mvorisek
- Test with native MySQL 8.0 (#220) @mvorisek
- Rename classes - use NS instead of flat structure with "_" (#215) @georgehristov
- Revert removed doc (#217) @mvorisek
- Implement query->allowToWrapInParenthesis property (#212) @DarkSide666
- Small normalization changes (#194) @mvorisek
- Remove @throws by CS fixer (#211) @mvorisek
- Remove badly fixed phpdoc comment (#210) @mvorisek
- Delete CHANGELOG.md (#209) @mvorisek
Enhancements
- Add Connection classes registry (instead of hardcoded list) (#218) @georgehristov