Skip to content

Releases: growthbook/growthbook-swift

1.1.8

21 May 18:05
139e1b8

Choose a tag to compare

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

11 May 18:34
3d091b0

Choose a tag to compare

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

11 May 17:18
87a30a8

Choose a tag to compare

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

30 Apr 08:18
212ec59

Choose a tag to compare

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

1.1.4

23 Apr 20:25
69725bc

Choose a tag to compare

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

Fix/multirange namespace decode

1.1.3

10 Apr 08:41
1e3c505

Choose a tag to compare

chore: public GrowthBookModel initializer (#153)

1.1.2

01 Apr 19:25
f857de5

Choose a tag to compare

Merge pull request #151 from vazarkevych/fix/http-304-not-modified-as-succes

fix: treat HTTP 304 Not Modified as success instead of fetch failure

1.1.1

25 Mar 11:10
5f0b38d

Choose a tag to compare

feat: add case-insensitive and regex operators support (#152)

  • feat: add support for regexi operator

  • feat: add $ini, $nini, $alli operators

1.1.0

16 Mar 23:03
c5935c7

Choose a tag to compare

Merge pull request #150 from growthbook/feature/clean-modes (+semver: minor)

Fixes for Offline mode and Add stableSession mode

1.0.101

04 Mar 11:29
2c0dfb8

Choose a tag to compare

Fetch features (#104)

  • add fetching features with ttl

  • fix tests

  • fix caching without network

  • fix to get cached features always

  • pull changes

  • fix init in viewmodel

  • Resolved conflicts with the main branch

  • Merge branch 'main' into fix/fetch-features

  • fix: update test json

  • fix: deploy.yml

  • fix: trigger refreshHandler on remote fetch failure


Co-authored-by: Volodymyr Nazarkevych volodymyr.nazarkevych@kevychsoulutions.com
Co-authored-by: Ihor Hrechan poradelatnogi@gmail.com