Releases: rotexsoft/leanorm-cli
Minor Enhancement
- 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
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
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
- Added some method definitions in a phpdoc block for the Model template
Maintenance Release
Documentation Tweaks
-
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
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