- migrate to capacitor 5.0
- iOS - calling clear if storage if empty is not throwing an error
-
migrate to capacitor 4.0
-
for Capacitor 3.X.X install version v0.7.1
npm install [email protected]
- iOS - access when a device is locked, but after first unlock of device
- based on current Capacitor 3.5.1 plugin template
- iOS - access when a device is locked
- fixed keys() on Web
- fix keys() serialization error on Android
- fix keys() serializable error on iOS
-
migrate to capacitor 3.0
-
for Capacitor 2.X.X install version v0.5.1
npm install [email protected]
-
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
- fix Capacitor version to 2.X.X
- 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
- rebased on Capacitor v2 plugin template
- added getPlatform() method
- update Capacitor dependencies
- fix long string handling