Skip to content

Releases: rotexsoft/leanorm-cli

Minor Enhancement

28 Jan 05:55

Choose a tag to compare

  • Added an optional last argument that is meant to represent the name of a table or view you only want classes to be generated for.

Full Changelog: 1.0.5...1.0.6

Minor Enhancement

07 Jan 16:13

Choose a tag to compare

The overridden definitions of getModel() in the record & collection templates to return the exact type of model for the collection and record have been moved into the phpdoc section at the top of the template classes.

Minor Enhancement

06 Jan 16:58

Choose a tag to compare

Added overridden definitions of getModel() in the record & collection templates to return the exact type of model for the collection and record. getModel() returns \GDAO\Model which would not be helpful for ide auto-completion methods and properties specific to LeanOrm\Model & its sub-classes. This fixes this problem.

Full Changelog: 1.0.3...1.0.4

Maintenance Release

01 Jan 10:59

Choose a tag to compare

  • Added some method definitions in a phpdoc block for the Model template

Maintenance Release

31 Dec 22:20

Choose a tag to compare

Documentation Tweaks

31 Dec 13:49

Choose a tag to compare

  • Documentation Tweaks

  • See the README.md for full details of how this version of this tool works.

Full Changelog: 1.0.0...1.0.1

First Stable Release

31 Dec 13:25

Choose a tag to compare

First stable release of this tool. See the README.md for full details of how this version of this tool works.

Full Changelog: https://github.com/rotexsoft/leanorm-cli/commits/1.0.0