Skip to content

Releases: yoomoney/yoomoney-core-api-swift

2.1.0

30 Dec 13:01
Compare
Choose a tag to compare
  • Проект адаптирован для сборки в Xcode 13

2.0.1

07 Oct 15:19
Compare
Choose a tag to compare
  • Update Functional swift dependency

2.0.0

08 Sep 08:39
Compare
Choose a tag to compare
  • Обьновлены версии ios deployment target = 10.0, watchos deployment target = 3.0

1.11.5

06 Sep 13:05
Compare
Choose a tag to compare
  • Обновлены зависимости FunctionalSwift

1.11.4

19 Jul 15:22
Compare
Choose a tag to compare
  • Изменена подпись для сборки xcframework

Date & Data decoding

24 Dec 09:08
b69a223
Compare
Choose a tag to compare
  • Now you can define dateDecodingStrategy and dataDecodingStrategy computed property in ApiResponse protocol. JsonApiResponse.makeResponse(response:data:) uses value from these properties for JSONDecoder.
  • ParametersEncoder protocol also have dateDecodingStrategy and dataDecodingStrategy stored property and uses these.