Skip to content

Releases: optimizely/javascript-sdk

Release 1.6.0

19 Dec 21:48

Choose a tag to compare

  • Bump optimizely-server-sdk to version 1.5.0, which includes:
    • Implemented IP anonymization.
    • Implemented bucketing IDs.
    • Implemented notification listeners.

Release 1.5.1

21 Sep 21:50

Choose a tag to compare

  • Bump optimizely-server-sdk to version 1.4.2, which includes:
    • Bug fix to filter out undefined values in attributes and event tags
    • Remove a duplicated test

Release 1.5.0

17 Aug 20:52

Choose a tag to compare

  • Bump optimizely-server-sdk to version 1.4.0, which includes:
    • Add support for numeric metrics.
    • Add getForcedVariation and setForcedVariation methods for client-side variation setting
    • Bug fix for filtering out null attribute and event tag values

Release 1.4.3

07 Jul 21:16

Choose a tag to compare

  • Default skipJSONValidation to true
  • Bump optimizely-server-sdk to version 1.3.3, which includes:
    • Removed JSON Schema Validator from Optimizely constructor
    • Updated SDK to use new event endpoint
    • Minor bug fixes

Release 1.4.2

09 Jun 17:36

Choose a tag to compare

  • Minor performance improvements.

Release 1.4.1

01 Jun 21:09

Choose a tag to compare

  • Switched to karma/browserstack for cross-browser testing
  • Removed es6-promise
  • Bump optimizely-server-sdk to version 1.3.1, which includes:
    • Minor performance improvements.

Release 1.3.5

04 May 20:31

Choose a tag to compare

  • Bump optimizely-server-sdk to version 1.2.3, which includes:
    • Switched to json-schema library which has a smaller footprint.
    • Refactored order of bucketing logic.
    • Refactor lodash dependencies.
    • Fixed error on validation for objects with undefined values for attributes.

Release 1.3.4

04 Apr 05:29

Choose a tag to compare

  • Bump optimizely-server-sdk to version 1.2.2, which includes:
    • Use the 'name' field for tracking event tags instead of 'id'.

Release 1.3.3

21 Mar 16:14

Choose a tag to compare

  • Include index.js in package.json files to make sure it gets published regardless of node environment.

Release 1.3.2

21 Mar 01:49

Choose a tag to compare

  • Bump to 1.3.2 to re-publish to npm