Releases: growthbook/growthbook-swift
Release list
1.1.12
1.1.11
feat: add customFields property to Experiment (#165)
1.1.10
fix: raw-map preloaded features fallback (#163)
1.1.9
fix: surface network error and recover after cache fallback (#159)
-
fix: surface network error and recover after cache fallback
-
fix: conform test delegates to FeaturesFlowDelegate
1.1.8
chore: call refreshHandler once and even if features are up to date (#162)
-
chore: call refreshHandler once and even if features are up to date
-
chore: fixed trailing coma in function parameters
-
chore: remove unneded changes
-
chore: fix typo
-
chore: always call the refreshHandler
1.1.7
feature/increase test coverage (#157)
-
test: add unit tests for models, utils, common, decryption, and sticky bucket
-
test: add GrowthBookSDK public API tests
-
test: add init(json:) tests for model types
-
test: add extensions and utils tests
-
test: add constants and model tests
-
fix: resolve swift concurrency mutation error in sdk tests
-
test: cover condition evaluator operators
-
test: add feature evaluator tests
-
test: add experiment evaluator tests
-
test: extend viewmodel and evaluator coverage
-
test: cover formatter, context and model gaps
1.1.6
fix: make CachingManager thread-safe and writes atomic (#154)
-
fix: add withLock for clearCache in GrowthBookSDK
-
fix: improve atomicity in CachingManager
-
refactor: clean up code
1.1.5
fix: restore savedGroups from cache on app restart (#156)
1.1.4
Merge pull request #155 from growthbook/fix/multirange-namespace-decode
Fix/multirange namespace decode
1.1.3
chore: public GrowthBookModel initializer (#153)