Releases: Procuret/procuret-swift
Releases · Procuret/procuret-swift
Procuret Swift 2.0.0
Procuret Swift 2.0.0
is a small release, but it contains one major breaking change (see first change log point below), and some minor breaking changes.
PaymentSeries.paymentMethod
is now optionalPayNowTransaction.create
method argument is nowIdentifiesPaymentMethod
, (wasPaymentMethod
)BankAccount.create
argumententityId: Int
removed in favour ofentity: Entity
- Adds
Utility.provideTestCard
method - Some tests disabled pending availability of supporting code, other tests enhanced for better subject coverage
1.1.0
Procuret Swift 1.1.0 is a small release. It adds...
- New
searchable: String?
parameter toSupplier.retrieveMany
, allowing a client to filter forSupplier
records that are appropriate for search result presentation (for example, they are the canonical representation of a particular brand name in Procuret). - New
userAgentPrefix: String?
property toSessionRepresentative
. This allows a client to prefix their user agent string in requests to the Procuret API, facilitating identification of a particular version of the Procuret Swift library in Procuret API for diagnostic purposes.
1.0.0
The Procuret iOS app is now available on the App Store. Procuret Swift is the open-source component of our iOS app, accounting for approximately 8,000 of the 24,000 lines of code in the iOS build. You can use Procuret Swift to access Procuret products, in the same way our iOS app does.