Releases: taplytics/taplytics-js-sdk
Releases · taplytics/taplytics-js-sdk
Taplytics 2.3.0 Release
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
- Fixed bug where elements changed by the SDK wouldn't persist
Taplytics 2.1.1 Release
- Fixed a bug starting fast mode.
Taplytics 2.1.0 Release
- Added ability to pass
user_attributes
intoTaplytics.init()
for initial experiment segmentation.
Taplytics 2.0.0 Release
- Added support for synchronous JS SDK loading script.
Taplytics 1.2.7 Release
- Improved callback timeout to ensure all callbacks and promises timeout.
Taplytics 1.2.5 Release
- 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 fromweb.taplytics.com
will be set as.taplytics.com
, that will also work on another subdomain such asnew.taplytics.com
.
Taplytics 1.2.4 Release
- 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 ofname
Taplytics 1.2.3 Release
- minor changes to fast mode distribution logic.
Taplytics 1.2.2 Release
- switch to using local storage for saving experiment history.
- save full experiment history, even if an experiment is paused/re-started.