Skip to content

Releases: growthbook/growthbook-swift

1.1.12

Choose a tag to compare

@github-actions github-actions released this 02 Jun 11:43
70c99cd

test: verify BucketRange serialization (#166)

1.1.11

Choose a tag to compare

@github-actions github-actions released this 02 Jun 11:42
5dc8d92

feat: add customFields property to Experiment (#165)

1.1.10

Choose a tag to compare

@github-actions github-actions released this 02 Jun 11:37
b65f2ce

fix: raw-map preloaded features fallback (#163)

1.1.9

Choose a tag to compare

@github-actions github-actions released this 02 Jun 11:36
82c40ae

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

Choose a tag to compare

@github-actions github-actions released this 21 May 18:05
139e1b8

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

Choose a tag to compare

@github-actions github-actions released this 11 May 18:34
3d091b0

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

Choose a tag to compare

@github-actions github-actions released this 11 May 17:18
87a30a8

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

Choose a tag to compare

@github-actions github-actions released this 30 Apr 08:18
212ec59

fix: restore savedGroups from cache on app restart (#156)

1.1.4

Choose a tag to compare

@github-actions github-actions released this 23 Apr 20:25
69725bc

Merge pull request #155 from growthbook/fix/multirange-namespace-decode

Fix/multirange namespace decode

1.1.3

Choose a tag to compare

@github-actions github-actions released this 10 Apr 08:41
1e3c505

chore: public GrowthBookModel initializer (#153)