v2.1.0
Features
- Add
ignoreHeadersWhenCaching
option. This is available at API, service and fetch options level.
Enabling this will make sure you'll use your cached data when you're firing the same request but with different headers. This is useful if you need to sign all your API calls with the current date for example.