Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@AlbinoDrought AlbinoDrought released this 14 Sep 04:04
· 2 commits to master since this release

Uses an object-hash replacer to transform FormData objects to key-value object maps before hashing.

This allows requests using FormData to be cached: #7

Applications that relied on exceptions being thrown when sending FormData requests through Cachios should be modified to expect the updated behaviour.