Releases: thoughtbot/Argo
Releases · thoughtbot/Argo
0.2.2: yo dawg I heard you like types
This release introduces the DecodedType
typealias. This typealias exists to help use Argo with class
type models.
If you are using Argo
with a class
, you will need to set DecodedType
to your class type. This will ensure that the compiler can guarantee that the return type for the decode
function is the proper type. If you are trying to use a struct
, or an enum
, this type will already be set to Self
.
0.2.1: Equality Now
JSONValue
now conforms to Equatable
0.2.0: Initial (usable) Release
This is the initial (usable) release.