Skip to content

v2.1.0

Compare
Choose a tag to compare
@Exilz Exilz released this 26 Jan 08:27
· 49 commits to master since this release
ce328ef

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.