Yams v4.0.0 Release Notes

Release Date: 2020-08-21 // over 3 years ago
  • ๐Ÿ’ฅ Breaking
    • ๐Ÿ— Swift 5.1 or later is now required to build Yams.
      JP Simard
    โœจ Enhancements
    • YAMLDecoder now conforms to the TopLevelDecoder protocol when Apple's Combine framework is available.
      JP Simard #261

    • โž• Add YAMLDecoder.decode(...) overload tha takes a YAML string encoded as Data using UTF8 or UTF16.
      JP Simard

    ๐Ÿ› Bug Fixes