Skip to content

Releases: evva-sfw/capacitor-secure-storage-plugin

Release 2.0.1

27 Sep 12:46
2.0.1
af42cb3
Compare
Choose a tag to compare

2.0.1 (2024-09-27)

🧹 Chore

  • use correct podspec and add license file #18
  • bump android-sdk version #15

Release 2.0.0 Capacitor 6

27 Sep 11:33
2.0.0
b781368
Compare
Choose a tag to compare

2.0.0 (2024-09-27)

🐛 Bug Fixes

  • use stderr stream for global error handler (8ada7c0)

📝 Documentation

⚙️ Build System

  • remove test-app traces for test action (370ff12)
  • set minimum deployment target for pods; add cap sync before tests (fb6b14e)
  • update main podfile; revert workflow (6b8ff33)

🚀 Continuous Integration

  • add workflow to check if package-lock.json is synced (34ce477)
  • reconfigure auto-changelog to only track merge commits (#13) (282c57c)

Release 1.0.2

06 Sep 12:26
1.0.2
69490b8
Compare
Choose a tag to compare

1.0.2 (2024-09-06)

🎉 Features

  • #20: add keys api to README.md (54a919b), closes #20
  • #20: Add keys/allKeys API (f41c3ec), closes #20
  • #20: ios: remove keys from standard and dedicated keychain, migrate items on get (748f7d3), closes #20
  • #20: use "cap_sec" keychain wrapper service for ios (18856dc), closes #20
  • #20: use standard ios keychain wrapper as fallback for getKey on ios (127c6e0), closes #20

📝 Documentation

  • 📝 Updated Docs for capacitor V4 (b2af83b)
  • readme: How to register plugin in Android (03c378d)

🔀 Code Refactoring

  • use new iOS keychain library; add support for accessibility flags (#7) (33b9f25)

⚙️ Build System

  • config eslint and add lint github action (#9) (e5dbc1e)

🚀 Continuous Integration

  • add dependency for an automatic changelog on each new release (8385fae)
  • release-it setup (#10) (49ac77e)
  • use correct package manager on release workflow (52cfb15)