Skip to content

Releases: atlasphp/Atlas.Cli

2.2.2

30 May 19:18
Compare
Choose a tag to compare
  • Fix #23: fix property return type for ManyToMany

2.2.1

22 Jan 15:58
Compare
Choose a tag to compare

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

28 Jul 13:35
Compare
Choose a tag to compare

The skeleton generator command now accepts a second argument: a dot-separated
list of array elements leading to nested Atlas configuration values.

2.1.0

18 Jul 17:52
Compare
Choose a tag to compare

The Transform class now takes an array of table-to-type name conversions as
its only constructor param, and no longer converts "status" to "statu". Updated
the relevant documentation.

2.0.0

07 Jul 20:48
Compare
Choose a tag to compare

First stable release.

2.0.0-beta6

30 Jun 20:16
Compare
Choose a tag to compare
2.0.0-beta6 Pre-release
Pre-release

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

17 May 14:55
Compare
Choose a tag to compare
2.0.0-beta5 Pre-release
Pre-release

Fix: adds @Property docblocks for relationships only on Fields, not Rows.

2.0.0-beta4

17 May 14:37
Compare
Choose a tag to compare
2.0.0-beta4 Pre-release
Pre-release

Now adds @Property docblocks to the Fields trait for defined relationships.

2.0.0-beta3

11 May 12:39
Compare
Choose a tag to compare
2.0.0-beta3 Pre-release
Pre-release

Adds a docblock typehint for Record::getRow().

2.0.0-beta2

08 May 02:53
Compare
Choose a tag to compare
2.0.0-beta2 Pre-release
Pre-release

This release fixes a docblock typehint on generated Table classes.