Skip to content
This repository was archived by the owner on Oct 29, 2023. It is now read-only.

Cache option

Pre-release
Pre-release

Choose a tag to compare

@javierbrea javierbrea released this 23 Feb 09:48

Added

  • feat(Provider): Add cache option, which disables cache if set to false. Default is true.

Changed

  • feat(Provider): [BREAKING CHANGE] Rename createChild into createChildMethod, for better identification of methods that can be overwritten.
  • feat(Provider): [BREAKING CHANGE] Rename addQueryMethod into addQuery, to avoid confussions as it is not designed to be overwritten by data origins implementations.