Releases: yoomoney/yoomoney-core-api-swift
Releases · yoomoney/yoomoney-core-api-swift
2.1.0
2.0.1
- Update Functional swift dependency
2.0.0
- Обьновлены версии ios deployment target = 10.0, watchos deployment target = 3.0
1.11.5
- Обновлены зависимости FunctionalSwift
1.11.4
- Изменена подпись для сборки xcframework
Date & Data decoding
- Now you can define
dateDecodingStrategy
anddataDecodingStrategy
computed property inApiResponse
protocol.JsonApiResponse.makeResponse(response:data:)
uses value from these properties forJSONDecoder
. ParametersEncoder
protocol also havedateDecodingStrategy
anddataDecodingStrategy
stored property and uses these.