Skip to content
This repository has been archived by the owner on Jun 18, 2020. It is now read-only.

6.0.0

Compare
Choose a tag to compare
@frontendphil frontendphil released this 01 Jun 08:41
· 200 commits to master since this release
b17046c

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
)