Releases: dscyrescotti/CodableX
Releases · dscyrescotti/CodableX
Version 0.2.0
What's new in 0.2.0?
@AnyValuable
is a brand new property wrapper that stores that data insideAnyValue
instead of assigning intoAny
and provides way easier to access the data than@Anyable
.@ArrayAnyValuable
is designed to hold the array ofAnyValuable
.@OptionalAnyValuable
is able to handle the optional value ofAnyValuable
.- CodableX is now available to install via Cocoapods.
Version 0.1.1
Changed the conformed type of Element
or Value
of defaultable Collection
to AnyCodable
that makes more sense than using DefaultCodable
.
Version 0.1.0
This is the first release version of CodableX.