2.0.1 (2023-08-31)
New Features
- [NEW] Added support to provide dynamic list of providers inside a
FlagsLoader
. Just use the init withdynamicProviders
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 forLocalProvider
value updates (thanks to @NicFontana)
Fixes
- [#28] Fixed an issue with rendering of the cell inside the Browser controller (thanks to @ipodishima)