Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@yakovmanshin yakovmanshin released this 13 May 20:05
· 2 commits to main since this release
a0a1205

Key Changes

  • Asynchronous feature-flag stores (#96 / #129)
  • Updated feature-flag store protocols
    • Added support for error-throwing (#132 / #139)
    • Removed containsValue(forKey:) (#140 / #141)
    • Removed saveChanges() (#148 / #149)
  • Support for optional feature-flag values (#130 / #143)
    • Optional values are not supported in UserDefaultsStore (see #150)
  • Massive FeatureFlagResolver updates
    • When feature-flag values are set or removed, all mutable stores are updated (#131 / #142)
  • Updated minimum Swift version to 5.8 (#135 / #136)
  • Updated deployment targets to iOS 13 and macOS 10.15 (#106 / #117)

Links