SwiftyUserDefaults v5.0.0-beta.4 Release Notes

Release Date: 2019-09-27 // over 4 years ago
  • Fixed a pretty bad indexing/building issue... See Migration Guide for more.

    ๐Ÿ”„ Changelog

    • ๐Ÿ›  Fixed an issue with Xcode freezing, never-finishing indexing/building the project when we used Defaults[\.keyPath] in conditional statement. Unfortunately we had to add key label to Defaults[key: DefaultsKey<String?>...] where you wouldn't have to add the label to the subscript before. @sunshinejr.