Skip to content

v1.3.5: Bug Fixes 🐞

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Mar 05:29
· 236 commits to main since this release
fb58548

What’s Changed

🐛 Bug Fixes

  • Filter UserDefaults so only the subscribed instance emits @bok- (#75)

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.