Skip to content

5.2.0

Compare
Choose a tag to compare
@sunshinejr sunshinejr released this 23 Feb 18:51
· 5 commits to master since this release

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 that DefaultsAdapter implements. It should help with DI and creating test adapters (#268). @sunshinejr