Releases: rrainn/HeapStash
Releases · rrainn/HeapStash
v3.0.0
v2.0.0
- Setting minimum Node.js version to v10
- Migrating to TypeScript
- Adding MongoDB and Redis plugins
v1.2.1
- Updating dependencies
v1.2.0
- Adding settings object to
cache.fetch
with settings for the following- Custom TTL
- Internal cache only option
- Adding settings
ttl
false
option, to add item to cache with nottl
, which has the behavior of setting the item to never expire
v1.1.2
v1.1.1
v1.1.0
- Adding
cache.clear
method - Updating dependencies
- Adding Node.js v12 support