Skip to content

Releases: rotexsoft/leanorm-cli

Minor Release

Choose a tag to compare

@rotexdegba rotexdegba released this 14 May 06:13

PHP 8.5 Deprecation notice fix

Full Changelog: 4.0.1...4.0.2

Minor Release Bug Fix

Choose a tag to compare

@rotexdegba rotexdegba released this 13 May 16:19
  • Tweaked cli script to ignore absent Inflector helper files

Full Changelog: 4.0.0...4.0.1

New Major Release

Choose a tag to compare

@rotexdegba rotexdegba released this 08 May 20:45

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

Choose a tag to compare

@rotexdegba rotexdegba released this 17 Jan 22:08
  • Tweaked how icanboogie/inflector helper functions are autoloaded

Full Changelog: 3.0.1...3.0.2

Minor Release

Choose a tag to compare

@rotexdegba rotexdegba released this 09 Dec 22:15
  • 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

Choose a tag to compare

@rotexdegba rotexdegba released this 06 Dec 19:06
  • 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

Choose a tag to compare

@rotexdegba rotexdegba released this 06 Dec 19:01
  • Under the hood code tweaks

Full Changelog: 2.0.0...2.0.1

New Major Release

Choose a tag to compare

@rotexdegba rotexdegba released this 13 Mar 22:28
  • 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

Choose a tag to compare

@rotexdegba rotexdegba released this 13 May 01:34
  • 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

Choose a tag to compare

@rotexdegba rotexdegba released this 25 Feb 08:30
  • 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