Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Releases: usherlabs/referrals.js

Usher is going completely Open Source

20 Apr 13:19
Compare
Choose a tag to compare
  • updaten p 4372ff5
  • update build step 72d1bd4
  • remove env var 917600c
  • bump version 776a02e
  • merge master back into develop edf5869
  • touch up the readme update af37eb3
  • Merge pull request #2 from usherlabs/feature/permit-custom-api-url 4aed010
  • proposal #1: adds documentation about staging url and setting own urls 65b60c5
  • proposal #1: removes staging paramareter reference from readmes 5b51902
  • proposal #1 remove parameter staging usage on code 294ec49
  • change apiUrl usage according to proposal #1 removes staging parameter usage 220b9c8
  • add api url parameter to Config type 8a14012

v0.2.8...v0.2.10

v0.2.8

26 Oct 06:25
Compare
Choose a tag to compare
  • Merge pull request #1 from victorshevtsov/fix-web-based-conversions 7c39d7f
  • favicon.ico 8e2649f
  • update the example index.html a9e9fac
  • keep current token to conver web-based events 8705eda
  • remove tokens if ConflictStrategy is OVERWRITE e6044b5

v0.2.7...v0.2.8

v0.2.7

16 Aug 05:53
Compare
Choose a tag to compare

window.UsherLoaders

20 Jul 14:50
Compare
Choose a tag to compare
  • allow window.UsherLoaders to be used in case usherjs is loaded somewhere else on the page a5f3644

v0.2.5...v0.2.6

v0.2.5

19 Jul 16:07
Compare
Choose a tag to compare
v0.2.5

v0.2.4

19 Jul 15:53
Compare
Choose a tag to compare
  • Merge branch 'develop' f434928
  • update how types are exported and managed for other typescript projects 4915af5
  • removed unused constant 3fbbcb1

v0.2.3...v0.2.4

v0.2.3

18 Jul 17:18
Compare
Choose a tag to compare

v0.2.2

18 Jul 17:04
Compare
Choose a tag to compare

v0.2.1

18 Jul 17:00
Compare
Choose a tag to compare

First-Party Referral Tracking

18 Jul 16:56
Compare
Choose a tag to compare

In this update, we removed the use of an iFrame that attempts to load third-party cookies, and instead replaced it with a toolkit for parsing URL(s) to retrieve the Usher Referral Token _ushrt, saving and managing the Usher Referral Token.

  • solved some bugs/typos. export types for ts support. Update Readme 00b11a0
  • replace state on token parse. remove token from ls before usage 281f5e9
  • remove fingerprint from js library b3080fd
  • bug fixing across the lib 8043294
  • add console log 8210e1e
  • turn off fp monitoring 6f66474
  • re-added convert action with did auth and instead am using fingerprint for visitor security management/support 338d53d
  • removed the need for did authentication -- as the referral token is a form of authentication 5749ccf
  • rollup building with esbuild and declarations with rollup/typescript plugin 11e8c3a
  • cant get the rollup bundle to execute with new packages 17ecc45
  • remove unused types 6a6bf87
  • convert action and referred user id management added 06233a1
  • token processing complete 1255936
  • attempts to manage a store for tokens -- found a better approach c06ac1e
  • full rewrite to support new token passing approach to referral tracking 7b20c6c
  • ensure satellite load flag executes immediately. 5183e83

v0.1.2...v0.2.0