Skip to content

Releases: sajari/sdk-js

v2.1.5

21 Sep 06:07
35ad133
Compare
Choose a tag to compare

v2.1.5

v2.1.4

21 Sep 06:02
2eb6955
Compare
Choose a tag to compare

v2.1.4

v2.1.3

21 Sep 04:44
650bc52
Compare
Choose a tag to compare

Release v2.1.2
feat: add support for redirect responses

v2.1.2

31 Aug 12:31
71cdfea
Compare
Choose a tag to compare

Support SSR by ensuring accessing localstorage is only done in web browsers.

v2.1.1

31 Aug 04:26
324070a
Compare
Choose a tag to compare

Releasing v2.1.1 because I messed up v2.1.0 and didn't bump the version in package.json which meant it didn't actually get released.

v2.1.0

31 Aug 02:59
e91389c
Compare
Choose a tag to compare

Adds a new utility class, PosNegLocalStorageManager, for aid in managing localstorage of pos neg tokens. Useful for managing tokens as users move through a funnel where different positive token weights may be sent further into the funnel.

v2.0.2

30 Jul 05:33
bc13392
Compare
Choose a tag to compare

Adds the ability to customize the clicktoken url, unlikely to be used except by Sajari for internal testing purposes.

v2.0.1

22 Jul 07:24
d20b561
Compare
Choose a tag to compare

2.0.1 is just a docs update to push accurate documentation to netlify.

v2.0.0

15 Jul 07:42
Compare
Choose a tag to compare

Oficially release 2.0.0 (was 2.0.0-rc.2)

v1.0.4

14 Nov 05:47
Compare
Choose a tag to compare

Changes

  • Remove clickTokenLink concatenation from the posNeg tokens [b70b05c]