Skip to content

v2.15.1

Choose a tag to compare

@linked-cm-release-bot linked-cm-release-bot released this 10 Aug 11:05
· 155 commits to main since this release
efa2e90

Patch Changes

  • #182 f3f2c4a Thanks @abdipramana! - Preserve child property keys when lowering nested array selections. Queries such as Action.select(action => ({image: action.image.select(image => [image.contentUrl])})) now map the nested value to image.contentUrl instead of incorrectly returning it as image.image.

  • #183 81c7b56 Thanks @abdipramana! - Preserve concrete nested shapes when serializing polymorphic preloadFor() queries. A preload such as person.pets.as(Dog).preloadFor(DogCard) now records the Dog shape IRI on the wire, allowing fields defined only on Dog to resolve correctly after client-server deserialization.