Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@sgarner sgarner released this 11 Nov 00:44
· 45 commits to master since this release
66ff9b1

What's Changed

  • Return an empty RelationMap from buildForQuery if path not found by @sgarner in #882

⚠️ Breaking

If you try to map relations at a sub-path using buildForQuery() and that sub-path was not selected in the query submitted by a GraphQL client, an empty RelationMap will now be produced instead of throwing an error. The previous behavior was a bug, but we're treating it as a breaking change just to be safe.

Full Changelog: v2.0.2...v3.0.0