Skip to content

2.0.1

Latest
Compare
Choose a tag to compare
@malcommac malcommac released this 31 Aug 09:57
· 7 commits to main since this release
caceaf9

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)