v1.3.5: Bug Fixes 🐞
What’s Changed
🐛 Bug Fixes
We now filter the publisher of UserDefaults.didChangeNotification
to ensure that only the instance of UserDefaults
you are subscribed to will trigger changes to your flags. So if you're using an app group instance of UserDefaults
you will no longer see triggers when UIKit or other frameworks update UserDefaults.standard
.
This would also cause flag values to flop as different instance of UserDefaults
would have different flag values set.