Skip to content

Releases: dscyrescotti/CodableX

Version 0.2.0

21 Jul 13:39
7347c5b
Compare
Choose a tag to compare

What's new in 0.2.0?

  • @AnyValuable is a brand new property wrapper that stores that data inside AnyValue instead of assigning into Any and provides way easier to access the data than @Anyable.
  • @ArrayAnyValuable is designed to hold the array of AnyValuable.
  • @OptionalAnyValuable is able to handle the optional value of AnyValuable.
  • CodableX is now available to install via Cocoapods.

Version 0.1.1

13 Feb 09:06
Compare
Choose a tag to compare

Changed the conformed type of Element or Value of defaultable Collection to AnyCodable that makes more sense than using DefaultCodable.

Version 0.1.0

12 Dec 17:27
f9f1d56
Compare
Choose a tag to compare

This is the first release version of CodableX.