Releases: immobiliare/RealFlags
Releases · immobiliare/RealFlags
2.0.1
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)
2.0.0
2.0.0 (2023-02-08)
- Moved
RealFlagsFirebase
to its repository link
1.4.1
1.4.1 (2022-11-10)
- #26 - Updated RealFlagsFirebase for Firebase 10.0.x
Contributors
1.4.0
1.2.2 (2022-08-09)
- Minimum requirement version for Firebase iOS in RealFlagsFirebase is now moved to 9.0.0
- Fixed an issue with SPM and XIB/Storyboard processed rules
1.3.1
1.2.2 (2022-05-06)
- [FIX] #21 Define resources explicitly for SPM package compatibility
1.2.2
1.2.2 (2022-01-26)
- [FIX] #18
FlagProvider
's flagValue(from:fallback)
function ignores fallback setting
1.2.1
1.2.1 (2022-01-26)
- [NEW] #15 Give the opportunity to alter the default value of a
Flag
- [NEW] #16 Reset values for
LocalProvider
and per flag in every writable provider
1.2.0
1.2.0 (2022-01-22)
- [REF] #11 Make the Flags Browser more user friendly for general purpose users
- [FIX] #10 LocalProvider fail to throw error if something went wrong saving local flags
1.1.3
1.1.3 (2022-01-14)
- [FIX] #8 fix for
wrappedTypeFromOptionalType()
function in FirebaseRemoteProvider
which works only with optional type and fails with non-optional.
1.1.2
1.1.2 (2022-01-11)
- [FIX] #6 Fix a bug which prevents to allocate the
FlagsBrowserController
and their table's cell from an host project (with CocoaPods)