Skip to content

Releases: rrainn/HeapStash

v3.0.0

25 Sep 17:21
v3.0.0
1b31397
Compare
Choose a tag to compare
  • Setting minimum Node.js version to v12

v2.0.0

18 Sep 16:53
v2.0.0
dba1560
Compare
Choose a tag to compare
  • Setting minimum Node.js version to v10
  • Migrating to TypeScript
  • Adding MongoDB and Redis plugins

v1.2.1

07 Jun 02:18
91d58ec
Compare
Choose a tag to compare
  • Updating dependencies

v1.2.0

07 Jun 02:16
e53bef8
Compare
Choose a tag to compare
  • 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 no ttl, which has the behavior of setting the item to never expire

v1.1.2

25 May 18:56
9b94541
Compare
Choose a tag to compare
  • Fixing TTL issue related to v1.1.1 and #6

v1.1.1

25 May 18:56
1f05895
Compare
Choose a tag to compare
  • Fixing issue with DynamoDB not being able to store empty strings in objects #6

v1.1.0

17 May 05:05
0b3c7e2
Compare
Choose a tag to compare
  • Adding cache.clear method
  • Updating dependencies
  • Adding Node.js v12 support