Changelog
3.0.0
Adds support for asynchronous cache repositories like keyv: https://github.com/AlbinoDrought/cachios/issues/61
If you use a synchronous cache store and have not modified getCachedValue
or setCachedValue
in your project, Cachios v3 will be backwards compatible for you.
If you modified Cachios to use an asynchronous cache store, or getCachedValue
to return promises or undefined values, or setCachedValue
to return promises, Cachios v3 may not be backwards compatible for you.
The full change can be viewed in 9ee35e125ee7c8dc08c80da0db9f972c222c0462 , human-readable changes summarized below:
Changelog
2.2.5
Prevents issues with sharing cancelled promises: https://github.com/AlbinoDrought/cachios/issues/55
Changelog
2.2.4
Support Axios ^0.21.0 and ^0.20.0 in addition to ^0.18.0 and ^0.19.0