sunshinejr / SwiftyUserDefaults

Modern Swift API for NSUserDefaults
http://radex.io/swift/nsuserdefaults/static
MIT License
4.85k stars 366 forks source link

Make DefaultBridge implementations open #186

Closed fredpi closed 5 years ago

fredpi commented 5 years ago

As per the suggestions proposed here, we should make the default DefaultBridge implementations open to allow for better customization.

Also, making the set(encodable:) method implemented via the UserDefaults extension public would make customization easier.