Releases: atlasphp/Atlas.Cli
Releases · atlasphp/Atlas.Cli
2.2.2
2.2.1
Transformation of words ending in double-s now handled more approproately. To
wit, changes the regex for "ending in 's'" to be "ending in a single 's'" so
that words like "address", "class", "illness", "pass", "press", etc. are not
unexpectedly truncated.
Also added documentation about custom templates.
2.2.0
2.1.0
2.0.0
2.0.0-beta6
Now adds a Table::DRIVER constant indicating the PDO driver used for the table.
Fix: adds use Atlas\Table\Row
to Type.tpl, since it is used as an argument
typehint in the docblock.
2.0.0-beta5
Fix: adds @Property docblocks for relationships only on Fields, not Rows.
2.0.0-beta4
Now adds @Property docblocks to the Fields trait for defined relationships.
2.0.0-beta3
Adds a docblock typehint for Record::getRow().
2.0.0-beta2
This release fixes a docblock typehint on generated Table classes.