SwiftyUserDefaults v5.2.0 Release Notes

Release Date: 2021-02-23 // about 3 years ago
    • 0️⃣ DefaultsAdapter's subscript setters are now nonmutating. This shouldn't change much on the client side, but it does fix the issue with simultaneous access (#241, #247). @sunshinejr
    • ➕ Added DefaultsProviding protocol that DefaultsAdapter implements. It should help with DI and creating test adapters (#268). @sunshinejr