Skip to content

RectangularSquid (Minor)

Choose a tag to compare

@allanhortle allanhortle released this 23 Dec 04:30
· 791 commits to master since this release

Split Entity Selectors out to be three less magical functions.

New

selectEntityByResult(state: object, resultKey: string): object
selectEntityById(state: object, entityType: string, id: string): object
selectEntityByType(state: object, entityType: string): List

Old Deprecated

selectEntity(state: object, resultKey: string)
selectEntityByPath(state: object, magicalEntityPath: array)