Skip to content

Version 0.2.0

Latest
Compare
Choose a tag to compare
@dscyrescotti dscyrescotti released this 21 Jul 13:39
· 12 commits to main since this release
7347c5b

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.