Skip to content

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

Release 3.0.1

29 Oct 09:20
3.0.1
583507e
Compare
Choose a tag to compare

3.0.1 (2024-10-29)

🐛 Bug Fixes

  • rename missing evva-sfw references; bump deps (dcd7ef6)

Release 3.0.0

28 Oct 08:06
3.0.0
fc900be
Compare
Choose a tag to compare

3.0.0 (2024-10-28)

⚠ BREAKING CHANGES

  • rename package from @evva-sfw/ to @evva/

chore

  • rename package from @evva-sfw/ to @evva/ (d6e3d10)

🐛 Bug Fixes

  • update definitions file and test cases (806cd55)

📝 Documentation

⚙️ Build System

  • deps: bump vite and @angular-devkit/build-angular in /test-app (edb91b7)

Release 2.1.1

14 Oct 12:25
2.1.1
e8cc420
Compare
Choose a tag to compare

2.1.1 (2024-10-14)

🐛 Bug Fixes

  • add missing options for keys method; conform ios to definitions (e5fd656)
  • formatting and ios tests (b886a18)

Release 2.1.0

14 Oct 08:22
2.1.0
e6ebfde
Compare
Choose a tag to compare

2.1.0 (2024-10-14)

🎉 Features

  • add support for more ios keychain attributes (88f05bc)

⚙️ Build System

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)