This repository was archived by the owner on Oct 29, 2023. It is now read-only.
Cache option
Pre-release
Pre-release
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.