Skip to content

Releases: digitalfortress-tech/localstorage-slim

v1.9.7

08 Jul 17:59
Compare
Choose a tag to compare
  • label export custom type definitions correctly

v1.9.5

06 Jul 11:38
Compare
Choose a tag to compare
  • 🐛 Fix library export

v1.9.4

06 Jul 11:18
Compare
Choose a tag to compare
  • 🏷️ Fix types of default export
  • 📝 update downloads badge
  • 🏷️ link types

v1.9.2

17 Jun 12:33
Compare
Choose a tag to compare
  • improve verification for LocalStorage support

release_v1.9.1

14 May 08:52
db20f91
Compare
Choose a tag to compare
  • chore: update make recipe
  • fix: JSON.parse() in flush() throws an error (thanks to @lc-soft)
  • docs: correct the import statement (thanks to @lc-soft)

v1.9.0

29 Apr 18:10
Compare
Choose a tag to compare
  • 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

22 Mar 10:56
Compare
Choose a tag to compare
  • docs: update readme
  • chore: refactor enableEncryption to encrypt

release_v1.7.0

11 Mar 16:24
Compare
Choose a tag to compare
  • 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

09 Mar 09:11
Compare
Choose a tag to compare
  • 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

05 Mar 23:52
Compare
Choose a tag to compare
  • feat: flatten config args, update docs
  • Refactor global_ttl and global_encrypt to ttl and encryption respectively
  • docs: fix readme, add keywords