Skip to content

Releases: voiapp/iOS-VoiNetwork

v1.3.1

19 Aug 13:12
b6fbd3b
Compare
Choose a tag to compare

Added parse function variant to prevent code duplication in API layer while parsing API response.

Make FailableDecodable.base public

21 Oct 18:58
Compare
Choose a tag to compare
v1.1.2

Make FailableDecodable.base public

Make FailableDecodable Public

21 Oct 18:31
Compare
Choose a tag to compare
v1.1.1

Make FailableDecodable public

Add support for FailableDecodables

19 Oct 10:30
842885b
Compare
Choose a tag to compare

This version adds FailableDecodable to VoiNetwork, in order to support partial parsing of Decodables. It enables to filter-out failed subset decodables by keeping the superset decodable still available for consumer. Tests have been updated for demonstration