Releases: rotexsoft/leanorm-cli
Releases · rotexsoft/leanorm-cli
Minor Release
PHP 8.5 Deprecation notice fix
Full Changelog: 4.0.1...4.0.2
Minor Release Bug Fix
- Tweaked cli script to ignore absent Inflector helper files
Full Changelog: 4.0.0...4.0.1
New Major Release
Updated dependencies:
- "php": ">=8.2.0",
- "rotexsoft/sqlschema": "^4.0.0",
- "icanboogie/inflector": "^v4.0.0"
Full Changelog: 3.0.2...4.0.0
Minor Release
- Tweaked how icanboogie/inflector helper functions are autoloaded
Full Changelog: 3.0.1...3.0.2
Minor Release
- Changed dbFetchValue(\PDO $pdo, string $query)
- to dbFetchValue(\PDO $pdo, string $query): mixed in \LeanOrmCli\SchemaUtils
Full Changelog: 3.0.0...3.0.1
New Major Release
- Updated to using ^v3.0.0 of icanboogie/inflector
- No changes to the code base though
Full Changelog: 2.0.1...3.0.0
Minor Release
- Under the hood code tweaks
Full Changelog: 2.0.0...2.0.1
New Major Release
- Min PHP version is now 8.1
- Switched from aura/sqlschema to rotexsoft/sqlschema
- Now using PHPunit 10
- More compatible with MariaDB thanks to rotexsoft/sqlschema
- Still functionally equivalent to version 1.x which depends on PHP 7.4+
Full Changelog: 1.0.11...2.0.0
Maintenance Release
- Update to include the stub for this new
fetchOneByPkey($id, $relations_to_include = [] ): ?\GDAO\Model\RecordInterface method in \LeanOrm\Model in the docblock for Model classes generated with this tool
Full Changelog: 1.0.10...1.0.11
Maintenance Release
- Added code to make tests run on sqlite, mysql & pgsql databases.
Package should be able to generate ORM classes for Microsoft SQL Server databases, but tests have not yet been set up to run against Microsoft SQL Server databases.
Full Changelog: 1.0.9...1.0.10