Skip to content

Releases: rotexsoft/leanorm-cli

Minor Release

14 May 06:13

Choose a tag to compare

PHP 8.5 Deprecation notice fix

Full Changelog: 4.0.1...4.0.2

Minor Release Bug Fix

13 May 16:19

Choose a tag to compare

  • Tweaked cli script to ignore absent Inflector helper files

Full Changelog: 4.0.0...4.0.1

New Major Release

08 May 20:45

Choose a tag to compare

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

17 Jan 22:08

Choose a tag to compare

  • Tweaked how icanboogie/inflector helper functions are autoloaded

Full Changelog: 3.0.1...3.0.2

Minor Release

09 Dec 22:15

Choose a tag to compare

  • 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

06 Dec 19:06

Choose a tag to compare

  • 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

06 Dec 19:01

Choose a tag to compare

  • Under the hood code tweaks

Full Changelog: 2.0.0...2.0.1

New Major Release

13 Mar 22:28

Choose a tag to compare

  • 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

13 May 01:34

Choose a tag to compare

  • 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

25 Feb 08:30

Choose a tag to compare

  • 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