New
5.2.0
Changelog
- 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
DefaultsProvidingprotocol thatDefaultsAdapterimplements. It should help with DI and creating test adapters (#268). @sunshinejr