Releases: digitalfortress-tech/localstorage-slim
Releases · digitalfortress-tech/localstorage-slim
v2.7.1
v2.7.0
v2.6.0
v2.5.0
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
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
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
v2.1.1
- chore: correct the browser field in the
package.json
file
v2.1.0
- 📝 docs: add working screenshot
- ⚡️ chore: optimise flush on init, deprecate check-flag
v2.0.0
- 📝 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