Releases: hirespace/hs-cache-manager
Releases · hirespace/hs-cache-manager
3.3.1
Full Changelog: 3.2.2...3.3.1
3.3.0
Full Changelog: 3.2.2...3.3.0
3.2.2
Full Changelog: 3.2.1...3.2.2
3.2.1
What's Changed
- refactor: make optional dependencies optional peer dependencies
- feat: optionally enable storage driver to use map driver by @JasparGupta in #13
Full Changelog: 3.1.0...3.2.1
3.1.0
What's Changed
- Lint workflow by @JasparGupta in #11
- Callback ttl config by @JasparGupta in #12
Full Changelog: 3.0.0...3.1.0
3.0.0
What's Changed
- File driver by @JasparGupta in #10
Breaking changes
- Changed the
ttl
config from aDate
to anumber
representing the number of seconds to cache for.
Full Changelog: 2.8.0...3.0.0
2.8.0
What's Changed
- VercelKV driver by @JasparGupta in #9
- Support for callback as fallback argument by @JasparGupta in #9
Full Changelog: 2.7.0...2.8.0
2.7.0
What's Changed
- Hs 10222 missing map pins by @ashburnham in #7
- TTL config by @JasparGupta in #8
Full Changelog: 2.4.0...2.7.0
2.4.0
Full Changelog: 2.3.0...2.4.0
Features:
StorageDriver.prune()
method that deletes all expires cache items from its respective storage.