Skip to content

Releases: thoughtbot/Argo

0.2.2: yo dawg I heard you like types

16 Feb 15:37
Compare
Choose a tag to compare

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

16 Feb 15:32
Compare
Choose a tag to compare

JSONValue now conforms to Equatable

0.2.0: Initial (usable) Release

16 Feb 15:24
Compare
Choose a tag to compare

This is the initial (usable) release.