1.3.0 (2023-11-22)
- add
cacheHit
flag to response that indicates if it was retrieved from cache (c101318) - introduce
getVisitorDataFromCache
andisInCache
options (a9aa598) - support passing loadOptions in .init() method as well (f772512)
1.2.2 (2023-11-15)
1.2.1 (2023-10-18)
- README: add requirements section (274427a)
1.2.0 (2023-10-10)
- export
fingerprintjs-pro
asFingerprintJSPro
, deprecate other exports from this library (735e302)
1.1.3 (2023-09-19)
- introduce FpjsSpaOptions type (9312a62)
1.1.2 (2023-09-12)
- bump js agent loader version (addee9e)
1.1.1 (2023-09-12)
- we can pass custom JS Agent to the SPA package now (24cc153)
- README: add fallback endpoints and polish readme (1bd0cbf)
1.1.0 (2023-07-05)
- add reexports for
defaultEndpoint
,defaultTlsEndpoint
,defaultScriptUrlPattern
(91dafd0)
- update JS Agent with fixed
subdivisions
type (6cd5fca)
1.0.2 (2023-04-14)
- fix release pipeline to have a correct version in
integrationInfo
(215f713)
1.0.1 (2023-04-11)
- if
sessionStorage
orlocalStorage
isn't supported in browser, useMemory
cache location (1b702f6)
1.0.0 (2023-03-10)
- first major release
- README: add logo and relevant badges, title (52f1b6d)
- README: polish, link to all client SDKs (11d7820)
- README: update logo image source (6e1d51c)
- check custom
cache
object, checkclearCache
method (c0605ad)
0.7.0 (2022-11-16)
- update agent to 3.8.1 (c429c95)
- allow calling .init() multiple times in case if agent loading fails (80e8af0)
0.6.0 (2022-11-10)
- bump JS Agent to 3.8.0 (ac7e26b)
- README: add documentation badge (690065f)
0.5.0 (2022-09-16)
- update fingerprintjs-pro agent version (4555ada)
- link in readme.md (4c8f8dd)
- add more jsdoc comments (3100b989)
- update fingerprintjs-pro version (6f3787ae)
- add production environment for publish task (c4c4d5c3)
- don't create tag on release command (797ac6ba)
- deps: bump rollup-plugin-license (920ed97c)
- add reexport
GetResult
andExtendedGetResult
types from agent (8ced12b0)
- fix npm publish action, fix commit_pattern (4a615677)
- deps: bump minimist from 1.2.5 to 1.2.6 (46b93e5e)
- chose correct changelog package (b925c95d)
- tests for integrationInfo (c05aeb51)
- add --isolatedModules flag for typecheck (c24a3ece)
- update fingerprintjs-pro agent version (b4e9aea6)
- add changelog package for releases (788c3f58)
- add fingerprintjs-pro-spa in integrationInfo (8091eb68)
- Change "token" option name to "apiKey"
- Incremented
fingerprintjs-pro
version
- Added re-exports from
fingerprintjs-pro
- edited rollup config
- CI workflow for publishing
- Initial release