You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
2.0.1 (2023-08-31)
New Features
[NEW] Added support to provide dynamic list of providers inside a FlagsLoader. Just use the init with dynamicProviders by passing a function. It will be called everytime you query a flag of the parent collection.
-[ #30] [NEW] Added the opportunity to emit changes through a Combine Publisher for LocalProvider value updates (thanks to @NicFontana)
Fixes
[#28] Fixed an issue with rendering of the cell inside the Browser controller (thanks to @ipodishima)