SwiftyUserDefaults v5.3.0 Release Notes
Release Date: 2021-02-24 // almost 4 years ago-
- Renamed
OptionalType.empty
toOptionalType.__swifty_empty
. Also removed theOptionalType.wrapped
since it wasn't used in the framework anymore. Please note that this still shouldn't be something you rely on tho, we're gonna explore ways to remove the publicOptionalType
in a future releases. @sunshinejr
- Renamed
Previous changes from v5.2.0
-
- 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 thatDefaultsAdapter
implements. It should help with DI and creating test adapters (#268). @sunshinejr
- 0️⃣ DefaultsAdapter's subscript setters are now