Removed the partial property from the denormalize() return object. Partial results was not implemented and instead we can check if the data is undefined instead. See issue #47 and PR #48.
Use colon as default ID separator. See issue #42 and PR #43.
Genearate fallback IDs using the nearest parent as base. See issue #27 and PR #41.
Removed
Removed staleness checking from denormalize(). See issue #38 and PR #40. Staleness checking is now available in the external package graphql-norm-stale.