Skip to content

2.0.0

Compare
Choose a tag to compare
@orchetect orchetect released this 23 Aug 06:56
· 28 commits to main since this release
d54d5dd

PListKit 2.0.0

  • PList class can now have any plist value type as its root element, not just dictionary
  • Full documentation: browse online or view them directly in Xcode by selecting Product → Build Documentation
  • Various improvements

Migration from 1.2.0

  • The old PList class is now DictionaryPList (typealias for PList<PListDictionary>)
  • In order to read a plist file that is not known ahead of time to have a dictionary root, you can load it into AnyPList and unwrap it