Releases: usernane/phMysql
Releases · usernane/phMysql
Version 1.4.2 Stable
Version 1.4.1 Stable
v1.4.1 Update README.md
Version 1.4.0 Stable
New features
- Added support for boolean type.
- Added a way for developers to add custom filter for query values.
Improvements
- Entity class can implement the interface 'JsonI' optionally.
- Added more testing to increase reliability.
- Fixed detected bugs.
- Added SonarCloud Scanner to detect code quality issues.
Version 1.3.9.1 Stable
Applied coding standards.
Version 1.3.9 Stable
New features
- Added the ability to join tables.
- Added a way to map select result to an entity class.
- Added a way to create entity class given a table.
Improvements
- Added more test cases.
- Increased coverage
- Fixed detected bugs.
Refactoring
- Renamed the class
Column
toMySQLColumn
. - Made the class
MySQLQuery
non-abstract.
Version 1.3.8 Stable
- Fixed many bugs.
- Improved security.
Version 1.3.7 Stable
- Added support for select count query.
- Bugs Fixes.
Version 1.3.6 Stable
Bug fixes
Version 1.3.5 Stable
Many improvements and changes
Version 1.3.4 Stable
Bug fixes.