All Versions
225
Latest Version
Avg Release Cycle
35 days
Latest Release
1780 days ago
Changelog History
Page 18
Changelog History
Page 18
-
v1.2.7 Changes
- No changes.
-
v1.2.6 Changes
- โ Add
__typename
andid
properties todataIdFromObject
parameter (typescript) @jfurler in #3641 - ๐ Fixed an issue caused by
dataIdFromObject
considering returned 0 values to be falsy, instead of being a valid ID, which lead to the store not being updated properly in some cases. @hwillson in #3711
- โ Add
-
v1.2.5 Changes
- No changes.
-
v1.2.4 Changes
- No changes
-
v1.2.2 Changes
- ๐ Fixed an issue that caused fragment only queries to sometimes fail. (@abhiaiyer91 in #3507)
- ๐ Fixed cache invalidation for inlined mixed types in union fields within arrays. (@dferber90 in #3422)
-
v1.1.21 Changes
- No changes.
-
v1.1.20 Changes
- โ Add
readQuery
test to make sure options aren't mutated. @CarloPalinckx in #3838
- โ Add