Skip to content

Latest commit

 

History

History
143 lines (68 loc) · 8.03 KB

CHANGELOG.md

File metadata and controls

143 lines (68 loc) · 8.03 KB

1.7.2 (2022-08-03)

Bug Fixes

  • increase integration timeout to 10 seconds (#23) (5f70203)

1.7.1 (2022-06-02)

Bug Fixes

  • add secondary initial variants as a fallback (5ff93a6)

1.7.0 (2022-04-15)

Features

  • invalidate exposure cache on user identity change (#22) (f45d3f4)

1.6.0 (2022-02-12)

Bug Fixes

  • update spm package definition with connector pkg (#20) (96946ae)

Features

  • add exposure tracking provider interface (#21) (dca2b10)
  • core package integration into experiment sdk (#17) (caa8dac)
  • use renamed connector package instead of core (#18) (7d90816)

1.5.0 (2021-11-11)

Bug Fixes

  • dont overwrite stored user with empty user on fetch (#14) (9649662)
  • fix tests once and for all (4317be6)
  • fix variant equality for object payloads (#16) (e2471b6)
  • override description in user and variant objects (2de4dfd)
  • unwrap optional when printing variant payload (0146310)
  • update user merge function to use new user props (45806e2)

Features

1.4.1 (2021-10-27)

Bug Fixes

  • potential crash with concurrent storage map copy and write (#13) (e9786f0)

1.4.0 (2021-10-18)

Features

  • unset user properties when variant evaluates to null or is a fa… (#12) (63776fa)

1.3.0 (2021-08-12)

Features

  • add user properties to exposure event (#10) (6c77b1e)

1.2.1 (2021-08-10)

Bug Fixes

  • use config user provider (1e4a05c)

1.2.0 (2021-07-29)

Bug Fixes

  • revert post to get with header (#9) (17b14cd)
  • use post instead of get for fetch (#6) (3a56e7d)

Features

  • exposure tracking through analytics provider (#8) (10f08e9)

1.1.2 (2021-07-01)

Bug Fixes

1.1.1 (2021-07-01)

Bug Fixes

  • variant encoding/decoding from storage (#5) (713e475)

1.1.0 (2021-06-28)

Features

  • add automatic background retries to fetch (#3) (8fc3d98)
  • set DefaultUserProvider by default (#4) (fa49ef3)

1.0.2 (2021-06-09)

Bug Fixes

  • remove amplitude as dependency (713a9b8)

1.0.1 (2021-06-09)

Bug Fixes

  • remove Amplitude as dependency for SPM (#1) (5ac6beb)

1.0.0 (2021-06-03)

Bug Fixes

Features

  • add public ctors to config and user (fc4f9f9)
  • save storage in userdefalts (b89c1b7)