Skip to content

v9.3.0

Choose a tag to compare

@kiki-kanri kiki-kanri released this 05 May 02:07
· 267 commits to main since this release

compare changes

🚀 Enhancements

  • Add enhancedLocalStorage, createKeyedEnhancedLocalStore and related files and dependencies (67dcb21)
  • createKeyedEnhancedLocalStore return object add resolveKey method (c11ffb0)
  • Add createEnhancedRedisStorage, createKeyedEnhancedRedisStore and related files and dependencies (2c1cbb5)
  • Add createKeyedLruStore and related files and dependencies (b34b852)

🩹 Fixes

  • Update checkAndGetEnvValue to only treat undefined as unset, not other falsy values (c3c054b)

📖 Documentation

  • Tidy up createKeyedEnhancedLocalStore jsdoc (f508402)
  • Update README, package description and keywords (92ea06e)

🏡 Chore

  • Move src/storage/enhanced-local to src/storage/enhanced/ (314d152)
  • Make createKeyedEnhancedLocalStore return object is freezed (4ccf950)
  • Update package exports config and build command (195e225)

✅ Tests

  • Add empty createKeyedLruStore test unit (1ec7494)

❤️ Contributors

  • kiki-kanri