Releases: AlbinoDrought/cachios
Releases · AlbinoDrought/cachios
v4.0.0
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.
v3.1.2
v3.1.0
Initial Typescript support, see #68
https://github.com/AlbinoDrought/cachios/blob/master/CHANGELOG.md#310
v3.0.0
Asynchronous cache repository support, see #61
https://github.com/AlbinoDrought/cachios/blob/master/CHANGELOG.md#300
v2.2.5
v2.2.4
Changes from v2.2.3:
Accepted axios package range widened from ^0.18.0 || ^0.19.0
to ^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0
v2.2.3
Changes from v2.2.2:
node-cache accepted version range widened to ^4.1.1 || ^5.0.0
v2.2.2
2.2.2
2.0.0
It removes:
export
,import
,let
,const
- eslint, but the project still adheres to
eslint-config-airbnb
babel-runtime
- this could affect browser compatibility, but it "shouldn't". Axios already requires promises to be natively supported (it does not polyfill them) and that is the only "new JS" we use.