This repository has been archived by the owner on Jun 18, 2020. It is now read-only.
6.0.0
Breaking changes
If you've implemented your own cache policy, you might need to update the method signature.
Old
updateRequestOnCollectionChange(
request,
collection
)
New
updateRequestOnCollectionChange(
apiTypes,
request,
collection,
entityType
)