Skip to content

Latest commit

 

History

History
201 lines (103 loc) · 8.86 KB

CHANGELOG.md

File metadata and controls

201 lines (103 loc) · 8.86 KB

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)

1.2.2 (2023-11-15)

Documentation

  • README: improve caching explanation DOC-8 (#78) (1728ece)

1.2.1 (2023-10-18)

Documentation

  • README: add requirements section (274427a)

1.2.0 (2023-10-10)

Features

  • export fingerprintjs-pro as FingerprintJSPro, deprecate other exports from this library (735e302)

1.1.3 (2023-09-19)

Bug Fixes

  • introduce FpjsSpaOptions type (9312a62)

1.1.2 (2023-09-12)

Bug Fixes

  • bump js agent loader version (addee9e)

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)

1.1.0 (2023-07-05)

Features

  • add reexports for defaultEndpoint, defaultTlsEndpoint, defaultScriptUrlPattern (91dafd0)

Bug Fixes

  • update JS Agent with fixed subdivisions type (6cd5fca)

1.0.2 (2023-04-14)

Bug Fixes

  • fix release pipeline to have a correct version in integrationInfo (215f713)

1.0.1 (2023-04-11)

Bug Fixes

  • if sessionStorage or localStorage isn't supported in browser, use Memory cache location (1b702f6)

1.0.0 (2023-03-10)

⚠ BREAKING CHANGES

  • first major release

Documentation

  • README: add logo and relevant badges, title (52f1b6d)
  • README: polish, link to all client SDKs (11d7820)
  • README: update logo image source (6e1d51c)

Tests

  • check custom cache object, check clearCache method (c0605ad)

0.7.0 (2022-11-16)

Features

Bug Fixes

  • allow calling .init() multiple times in case if agent loading fails (80e8af0)

0.6.0 (2022-11-10)

Features

Documentation

  • README: add documentation badge (690065f)

0.5.0 (2022-09-16)

Features

  • update fingerprintjs-pro agent version (4555ada)

Bug Fixes

0.4.1 (2022-06-29)

Documentation Changes

0.4.0 (2022-05-25)

Chores
  • 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)
New Features
  • add reexport GetResult and ExtendedGetResult types from agent (8ced12b0)

0.3.1 (2022-04-06)

Chores
  • fix npm publish action, fix commit_pattern (4a615677)
  • deps: bump minimist from 1.2.5 to 1.2.6 (46b93e5e)

0.3.0 (2022-04-06)

Chores
  • 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)
Documentation Changes
New Features
  • add fingerprintjs-pro-spa in integrationInfo (8091eb68)

0.2.4

Documentation Changes

  • Change "token" option name to "apiKey"

Chores

  • Incremented fingerprintjs-pro version

0.2.3

Chores

  • Added re-exports from fingerprintjs-pro

0.2.2

Bug Fixes

  • edited rollup config

0.2.1

Chores

  • CI workflow for publishing

0.2.0

  • Initial release