Skip to content

Releases: dipasqualew/lucertula

v1.0.0

27 Sep 17:11
ad83c4c
Compare
Choose a tag to compare

1.0.0 (2020-09-27)

Bug Fixes

  • storagehandler: minification removes constructor.name and fails decryption (#36) (ba0b14f), closes #35
  • JSON stringify/parse localStorage data. (df9ffaa)
  • Reference the correct di prop for LocalStorageHandler (a65f81f)

Features

  • Add keypair encryption strategy (5628ec8)
  • Add SessionStorageHandler (15ac91e)
  • Define implClear for all storage types. (f9b42d5)
  • Define InMemoryStorage. (8a7d339)
  • Define storage and encryption handlers. (e6d6a0f)