Skip to content

v0.8.1

Compare
Choose a tag to compare
@phisakel phisakel released this 04 Dec 09:36
· 66 commits to main since this release
8bdf0a9

v0.8.1

Breaking changes

  • SecureArea protocol static factory method added: nonisolated public static func create(storage: any SecureKeyStorage) -> Self
  • Removed SecureArea protocol initializer: init(storage: any SecureKeyStorage) (use the static factory method instead)
  • Removed property storage from SecureArea protocol