Skip to content

Latest commit

 

History

History
64 lines (36 loc) · 1.35 KB

CHANGELOG.md

File metadata and controls

64 lines (36 loc) · 1.35 KB

v0.9.0

  • migrate to capacitor 5.0

v0.8.1

  • iOS - calling clear if storage if empty is not throwing an error

v0.8.0

  • migrate to capacitor 4.0

  • for Capacitor 3.X.X install version v0.7.1

v0.7.1

  • iOS - access when a device is locked, but after first unlock of device

v0.7.0

  • based on current Capacitor 3.5.1 plugin template
  • iOS - access when a device is locked
  • fixed keys() on Web

v0.6.2

  • fix keys() serialization error on Android

v0.6.1

  • fix keys() serializable error on iOS

v0.6.0

  • migrate to capacitor 3.0

  • for Capacitor 2.X.X install version v0.5.1

  • import plugin in web project in Capacitor v3 is import { SecureStoragePlugin } from 'capacitor-secure-storage-plugin'; directly, instead of import of Plugins from capacitor/core

v0.5.1

  • fix Capacitor version to 2.X.X

v0.5.0

  • added keys() method - warning: returns just keys saved from this version up
  • iOS: instead on standard keychain, wrapper service is used
  • migration is not needed, plugin saves new values to wrapped keychain and get method uses standard keychain as a fallback

v0.4.0

  • rebased on Capacitor v2 plugin template
  • added getPlatform() method

v0.3.2

  • update Capacitor dependencies

v0.3.1

  • fix long string handling