Skip to content

Releases: digitalfortress-tech/localstorage-slim

v2.7.1

15 Apr 11:15
Compare
Choose a tag to compare

Release Notes

  • 🏷️🩹 fix: typing info for localConfig
  • 💸 Update open-collective funding info
  • 💸 Update funding info

v2.7.0

01 Nov 19:25
Compare
Choose a tag to compare

Release Notes

  • Fix a bug in ls.flush() Thanks to @Res260

v2.6.0

13 Sep 06:49
Compare
Choose a tag to compare

Release Notes

  • Fix exception handling when 3rd-party cookies are disabled Fixes #27 (Thanks to @cdauth )

v2.5.0

01 Sep 13:21
Compare
Choose a tag to compare

Release Logs

  • 🔖 minor version bump to v2.5.0. Closes #25
  • 📄 docs: add link to downloads ref
  • 📝 docs: add details about the new storage config option
  • ✨✅ feat: flush items set by ls alone, add unit tests
  • ✨ feat: return raw value for get API when value is set by external libs
  • 🐛 fix: catch parsing error for values written to ls by external libs
  • ♻️ chore: refactor obfus to encryptor
  • ♻️ chore: refactor memoryStore into a helper instead of an IIFE
  • 🚧 chore: temporary fallback to in memory store
  • 🏷️ chore: update localConfig types
  • 🩹 fix: fallback to custom storage correctly
  • ✨🗑️ chore: deprecate in memory store, allow using sessionStorage Fixes #16
  • ✨🔥🗑️ feat: setup inmemory store, add possibility to use sessionStorage, deprecate LSsupport check
  • ✨🚧 feat: add a fallback store
  • 👷 feat: replace travisCI with circleCI

v2.4.0

10 Feb 12:02
Compare
Choose a tag to compare

Release Notes

  • 🗑️ chore: remove unused param in catch block
  • ⏪️ chore: revert target to support webpack and older versions of rollup
  • 📝 docs: add cdn hits badge
  • ⚡️ chore: update target build
  • ⬆️ chore: upgrade npm dev deps

v2.3.0

06 Jun 00:29
Compare
Choose a tag to compare

Release Notes

  • 🔨 Update issue template, PR template, funding info
  • 📝 docs: fix typos, make more intuitive
  • ⚡️🩹 early check for ttl, improve perf
  • 🔧 npm audit fixes
  • 📝 docs: Add donate via paypal shield
  • 📝 update github issue template
  • Setup code scanning analysis workflow

v2.2.0

08 Nov 10:53
Compare
Choose a tag to compare
  • 🐛 Fix SupportLS function (Thanks to @rostow )

v2.1.1

30 Aug 10:06
Compare
Choose a tag to compare
  • chore: correct the browser field in the package.json file

v2.1.0

17 Aug 21:22
Compare
Choose a tag to compare
  • 📝 docs: add working screenshot
  • ⚡️ chore: optimise flush on init, deprecate check-flag

v2.0.0

18 Jul 13:43
Compare
Choose a tag to compare
  • 📝 docs: clarify configuration types
  • ✅🎨 test: add cipher tests, optimize others
  • ✨ feat: add decrypt flag
  • 📝 docs: mention support for different ciphers
  • ⚡️ test: improve timings
  • ✅ ➕ add crypto-js, test with AES encryption
  • 📝 docs: add link to localstorage encryption
  • ✅ add tests to verify encryption of objects and arrays
  • ✅ fix encryption/decryption tests
  • 🐛 fix default encryption of objects, arrays