Releases: eu-digital-identity-wallet/eudi-lib-ios-wallet-kit
Releases · eu-digital-identity-wallet/eudi-lib-ios-wallet-kit
v0.10.2
- Simplified OpenID4VCI configuration
wallet = try! EudiWallet(serviceName: Self.serviceName, trustedReaderCertificates: certs,
openID4VciConfig: OpenId4VCIConfiguration(useDPoP: true), logFileName: "temp.txt", secureAreas: [mySecureArea])
v0.10.0
v0.10.0
- Fix for nil docClaim in [DocElements]
- DocClaim conforms to Identifiable protocol
- Empty string as name for DocClaim array children
v0.9.9
v0.9.9
DocPresentInfo
struct members public
DocClaim
: added property path: [String]
to store the path of the claim in the document
v0.9.8
v0.9.8
- sdJwt nested elements presentation
DocElementsViewModel
replaced with enum DocElements
v0.9.6
OfferedIssuanceModel
: Change the issuerName
property to represent a friendly name instead of a URL and add a new issuerLogoUrl
property
v0.9.5
- Updated
eudi-lib-ios-openid4vci-swift
library to version v0.12.0
- EudiWallet
openID4VciConfig
property now accepts a DPoPConstructorType
.
- Updated
eudi-lib-ios-siop-openid4vp-swift
library to version v0.7.0
Breaking changes
ElementViewModel
: removed elementIdentifier
and displayName
properties and added elementPath
and displayNames
properties:
// path to locate the element
public let elementPath: [String]
// display names of the component paths
public let displayNames: [String?]
v0.9.4
- Added properties to
DocClaimsDecodable
protocol: validFrom
, validUntil
v0.9.3
- Fixed OpenID4VP presentation for 3 or more documents requested
0.9.2
- Fixed bugs for OpenID4VP presentation
- Added properties to
DocMetadata
struct: issuerDisplay
,credentialIssuerIdentifier
, configurationIdentifier