SwiftyUserDefaults v4.0.0-beta.1 Release Notes

Release Date: 2019-02-25 // about 5 years ago
  • โšก๏ธ This update introduces few cool additions to the library! ๐ŸŽ‰

    ๐Ÿ”„ Changelog

    • โž• Added support for launch arguments/plist for Bool, Double, Int, String values. @sunshinejr
    • โž• Added support for KVO! DivineDominion, toshi0383, @sunshinejr
    • ๐Ÿ‘ Brought back dictionary support for [String: Any]/[String: String] and corresponding array version of it [[String: Any]]/[[String: String]]. @sunshinejr

    ๐Ÿ‘€ If you have already created a custom bridge for you type, and you want to use it with KVO, you'll need to override two new functions: isSerialized() and deserialize(_:). See Readme for more instructions.