Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
5.2.0.tar.gz | 2021-02-23 | 39.4 kB | |
5.2.0.zip | 2021-02-23 | 88.7 kB | |
README.md | 2021-02-23 | 408 Bytes | |
Totals: 3 Items | 128.5 kB | 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
DefaultsProviding
protocol thatDefaultsAdapter
implements. It should help with DI and creating test adapters (#268). @sunshinejr