Skip to content

Releases: taplytics/taplytics-js-sdk

Taplytics 2.3.0 Release

23 Apr 14:12
ce16bf2
Compare
Choose a tag to compare

Version: 2.3.0

Release: https://github.com/taplytics/taplytics-js-sdk/blob/develop/dist/taplytics.min.js

Installation Instructions: https://github.com/taplytics/taplytics-js-sdk/blob/master/START.md

  • Added support for Feature Flags to the Javascript SDK
  • URL encoding all cookie string values now

Taplytics 2.2.0 Release

17 Apr 15:11
e5fa045
Compare
Choose a tag to compare
  • Fixed bug where elements changed by the SDK wouldn't persist

Taplytics 2.1.1 Release

20 Nov 15:20
Compare
Choose a tag to compare
  • Fixed a bug starting fast mode.

Taplytics 2.1.0 Release

16 Nov 21:15
Compare
Choose a tag to compare
  • Added ability to pass user_attributes into Taplytics.init() for initial experiment segmentation.

Taplytics 2.0.0 Release

15 Nov 18:51
Compare
Choose a tag to compare
  • Added support for synchronous JS SDK loading script.

Taplytics 1.2.7 Release

19 Sep 17:49
Compare
Choose a tag to compare
  • Improved callback timeout to ensure all callbacks and promises timeout.

Taplytics 1.2.5 Release

27 Jul 22:22
Compare
Choose a tag to compare
  • Changed cookie domain to use wildcard domain by default, cookie domain can be set with cookie_domain start option. By default, Taplytics will use a wildcard version of your top level domain that will work across sub-domains. For example, a cookie from web.taplytics.com will be set as .taplytics.com, that will also work on another subdomain such as new.taplytics.com.

Taplytics 1.2.4 Release

12 Jul 19:05
Compare
Choose a tag to compare
  • Updated _tl_duuid (device_id) cookie to have long expiry time so it does not get reset every session.
  • Updated experiment history caching to cache by experiment and variation _id instead of name

Taplytics 1.2.3 Release

04 Jan 22:17
Compare
Choose a tag to compare
  • minor changes to fast mode distribution logic.

Taplytics 1.2.2 Release

22 Dec 21:29
Compare
Choose a tag to compare
  • switch to using local storage for saving experiment history.
  • save full experiment history, even if an experiment is paused/re-started.