This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
Releases: usherlabs/referrals.js
Releases · usherlabs/referrals.js
Usher is going completely Open Source
- 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.7
window.UsherLoaders
- allow window.UsherLoaders to be used in case usherjs is loaded somewhere else on the page a5f3644
v0.2.5
v0.2.4
v0.2.3
v0.2.2
v0.2.1
First-Party Referral Tracking
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