Apr 1
Filtering for deep-keyed properties
Currently, the `defineMeta` helper function only accepts direct keys from the original data type; deep-keyed properties are not filterable.
For example, an issue may have an `assignee` property, which in turn has a `firstName` property. Accessing "assignee.firstName" is not feasible with the current implementation.
Completed

Completed! Changelog posted as well.