Releases: digitalfortress-tech/localstorage-slim
Releases · digitalfortress-tech/localstorage-slim
v1.9.7
- label export custom type definitions correctly
v1.9.5
- 🐛 Fix library export
v1.9.4
- 🏷️ Fix types of default export
- 📝 update downloads badge
- 🏷️ link types
v1.9.2
- improve verification for LocalStorage support
release_v1.9.1
v1.9.0
- chore: use generics for types
- docs: clarify flush API method
- chore: move repo homepage to organisation
- docs: fix number of args for
set()
release_v1.8.0
- docs: update readme
- chore: refactor
enableEncryption
toencrypt
release_v1.7.0
- docs: add api method
flush()
- feat: flush on init internally, deprecate config option
flushOnInit
- test: fix tests for flush method
- feat: fix flush method and add relevant tests
- test: verify that ttl is not encrypted
- feat: when encryption is enabled, do not encrypt ttl
- feat: Add
flush()
method,flushOnInit
config option - chore: optimize obfus fn, update readme
release_v1.6.0
- docs: add docs for newly added API methods
- fix: use correct
enableEncryption
flag - feat: add
clear()
,remove()
methods - docs: fix minor readme mixups
release_v1.5.0
- feat: flatten
config
args, update docs - Refactor
global_ttl
andglobal_encrypt
tottl
andencryption
respectively - docs: fix readme, add keywords