8.2.0
Added:
- #260 ability to use dot notation within relation
on
definition in active record models to pick fields out of structures, for example:author.id
will use theid
field in the author field. It supports both single structure (1D) and multiple row structure (2D)