Skip to content

2.2.0

Compare
Choose a tag to compare
@MacFJA MacFJA released this 10 Oct 20:22
· 28 commits to main since this release

Added

  • createEncryptionStorage() function to customize the encryption
  • Encryption Interface for the encryption definition

Changed

Fixed

  • Error while compiling for SvelteKit (#31)

Deprecated

  • createEncryptedStorage() use createEncryptionStorage() instead
  • NO_ENCRYPTION_BEHAVIOR enum (no replacement)
  • noEncryptionBehavior() (no replacement, function do nothing)

Thanks to @kroniapp for reporting the issue