Changelog History
Page 17
-
v1.3.10 Changes
➕ Added some
return
s to prevent errors withnoImplicitReturns
TypeScript rule. PR #4137Exclude the
src/
directory when publishingapollo-cache-inmemory
. Issue #4083
-
v1.3.9 Changes
- 🔀 Avoid modifying source objects when merging cache results. Issue #4081 PR #4089
-
v1.3.7 Changes
Throw when querying non-scalar objects without a selection set. Issue #4025 PR #4038
↪ Work around spec non-compliance of
Map#set
andSet#add
in IE11. Issue #4024 PR #4012
-
v1.3.6 Changes
⚡️ Optimize repeated
apollo-cache-inmemory
reads by caching partial query results, for substantial performance improvements. As a consequence, watched queries will not be rebroadcast unless the data have changed. PR #3394Include root ID and fragment matcher function in cache keys computed by
StoreReader#executeStoreQuery
andexecuteSelectionSet
, and work around bugs in the React NativeMap
andSet
polyfills. PR #3964 React Native PR #21492 (pending)📦 The
apollo-cache-inmemory
package now allows[email protected]^14.0.0
as a peer dependency. Issue #3978📦 The
apollo-cache-inmemory
package now correctly broadcasts changes even when the new data is===
to the old data, since the contents of the data object may have changed. Issue #3992 PR #4032
-
v1.3.5
May 09, 2020 -
v1.3.4
December 14, 2019 -
v1.3.3 Changes
December 14, 20192019-12-14
-
v1.3.2 Changes
June 06, 20192019-06-06
-
v1.3.1
June 04, 2019 -
v1.2.10 Changes
- No changes.