Skip to content

Releases: Procuret/procuret-swift

Procuret Swift 2.0.0

25 Sep 04:41
Compare
Choose a tag to compare

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 optional
  • PayNowTransaction.create method argument is now IdentifiesPaymentMethod, (was PaymentMethod)
  • BankAccount.create argument entityId: Int removed in favour of entity: Entity
  • Adds Utility.provideTestCard method
  • Some tests disabled pending availability of supporting code, other tests enhanced for better subject coverage

1.1.0

13 Jun 01:14
Compare
Choose a tag to compare

Procuret Swift 1.1.0 is a small release. It adds...

  • New searchable: String? parameter to Supplier.retrieveMany, allowing a client to filter for Supplier 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 to SessionRepresentative. 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

28 May 20:17
Compare
Choose a tag to compare

iphone_devTo

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.