Skip to content

Releases: nxht/cache-manager-bun-sqlite

v0.1.2

09 Aug 10:39
5127f14

Choose a tag to compare

  • Fix missing typing in some cases
  • Added sourceMap on build

Full Changelog: v0.1.0...v0.1.2

v0.1.0

06 Aug 07:29
44c6520

Choose a tag to compare

Full Changelog: v0.0.3...v0.1.0

  • New configuration option
    • purgeInterval: purge expired keys every x ms. Default: 5m
    • serializer: Serializer for sqlite value. Default: JSON.stringify
    • deserializer: Deserializer for sqlite value. Default: JSON.parse