Releases: fingerprintjs/fingerprintjs-pro-spa
Releases · fingerprintjs/fingerprintjs-pro-spa
v1.3.2
1.3.2 (2024-09-11)
Bug Fixes
- upgraded dependencies to latest, now using @fingerprintjs/fingerprintjs-pro@3.11.0 (c6bab05)
v1.3.1
1.3.1 (2024-03-21)
Bug Fixes
- upgraded dependencies to latest, now using @fingerprintjs/fingerprintjs-pro@3.9.2 (8755485)
v1.3.0
1.3.0 (2023-11-22)
Features
- add
cacheHit
flag to response that indicates if it was retrieved from cache (c101318)
- introduce
getVisitorDataFromCache
and isInCache
options (a9aa598)
- support passing loadOptions in .init() method as well (f772512)
v1.2.2
1.2.2 (2023-11-15)
Documentation
- README: improve caching explanation DOC-8 (#78) (1728ece)
v1.2.1
1.2.1 (2023-10-18)
Documentation
- README: add requirements section (274427a)
v1.2.0
1.2.0 (2023-10-10)
Features
- export
fingerprintjs-pro
as FingerprintJSPro
, deprecate other exports from this library (735e302)
v1.1.3
1.1.3 (2023-09-19)
Bug Fixes
- introduce FpjsSpaOptions type (9312a62)
v1.1.2
1.1.2 (2023-09-12)
Bug Fixes
- bump js agent loader version (addee9e)
v1.1.1
1.1.1 (2023-09-12)
Bug Fixes
- we can pass custom JS Agent to the SPA package now (24cc153)
Documentation
- README: add fallback endpoints and polish readme (1bd0cbf)