Skip to content

Latest commit

 

History

History
179 lines (106 loc) · 6.67 KB

CHANGELOG.md

File metadata and controls

179 lines (106 loc) · 6.67 KB

2.0.0 (2024-03-25)

⚠ BREAKING CHANGES

  • change minimum required Angular version to current LTS, which is >=15

Features

  • set minimum Angular version to 15+ (27c1cf9)
  • update @fingerprintjs/fingerprintjs-pro-spa to 1.3.0 (cb08a86)
  • update @fingerprintjs/fingerprintjs-pro-spa to 1.3.1 (8485793)

1.3.0 (2023-10-11)

Features

  • update @fingerprintjs/fingerprintjs-pro-spa to 1.2.0, add FingerprintJSPro export (05c8260)

1.2.1 (2023-09-15)

Bug Fixes

  • bump spa package version to 1.1.2 (859b36e)

Documentation

  • README: add api reference (c4a4ddf)
  • README: add coverage badge (ab53f9b)
  • README: add documentation badge (144a160)
  • README: add fallback endpoints and polish (2777a44)

1.2.0 (2023-07-06)

Features

  • reexport defaultEndpoint, defaultScriptUrlPattern, defaultTlsEndpoint (9f78e8a)

1.1.3 (2023-04-19)

Bug Fixes

  • bump @fingerprintjs/fingerprintjs-pro-spa to v1.0.2 (a14d48e)

1.1.2 (2023-03-13)

Bug Fixes

1.1.1 (2023-02-02)

Documentation

  • README: add instructions how to run example app (a5b52e8)
  • README: clean-up code example (bb06ed8)
  • README: type extenderResult in README example (d13b15f)

1.1.0 (2022-11-17)

Features

  • bump SPA package to 0.6.0 (c4e8785)
  • update spa dependency to 0.5.0 (9e53226)

Bug Fixes

  • bump SPA package to 0.7.0 (71587c7)

1.1.0 (2022-10-26)

Documentation Changes
  • fix src link in the readme (134b7112)
New Features
  • update spa dependency to 0.5.0 (9e532268)

1.0.2 (2022-07-08)

Documentation Changes
  • update logo (159c8b00)
  • change domain from fingerprintjs.com to fingerprint.com (c8f2bc92)
  • update caching warning (a4d5b7c4)

1.0.1 (2022-06-10)

Chores
  • set up supported angular version >=13.0.0 (5bdb7fdc)

1.0.0 (2022-06-07)

Documentation Changes
  • update contributing instruction (20200bb4)
  • add in readme info that library supports Angular Universal (58f9dd99)
New Features
  • add to demo component that loads visitorDate in constructor (ca5cfcc0)
  • add nguniversal to the demo project (cf47d4bf)

0.1.3 (2022-06-03)

Chores
  • use push strategy for release workflow (92a505eb)

0.1.2 (2022-06-03)

Chores
  • one more attempt to fix release workflow (65df8f06)

0.1.1 (2022-06-03)

Chores
  • fix changelog generating for release tasks (e03ba166)
  • add missed steps for release workflow (172796d5)

0.1.0 (2022-06-03)

Chores
  • add release commands (8ca57fad)
  • add publish workflow that runs manually (5c8681f2)
  • generate integration info version linter friendly (f806a7ef)
  • generate integration info version for ci build (788c00cd)
  • add ci run (6d68a5f2)
  • fix build command, add typecheck (ee80af4a)
  • fix linter problems (3d428ddd)
  • add eslint and prettier (bfe58195)
  • add codeowners file (5d04be32)
  • migrate form karma+jasmine to jest (d88daeed)
  • rename library to fingerprintjs-pro-angular (e26ebe5c)
  • add company to package name (bbf2bcff)
  • remove second readme, add resolveJsonModule to tsconfig and simplify home component (b4944042)
  • update fingerprintjs-pro-spa library (bf0e4caa)
  • make monorepo, add fingerprintjs-pro-spa library to deps (7aa4eb72)
  • add dev configuration for public key (f9e278c6)
Documentation Changes
  • add future ci badges for npm (7e37e4e0)
  • add ci badge (c46a5574)
  • use absolute link to logo (176afa67)
  • add examples to jsdoc (54b3325d)
  • add comment about generate-version script purpose (cf9d4fd5)
  • rewrite steps description in readme (0e7803b6)
  • add readme (5278ee05)
  • add contributing instruction (5e5a44a0)
  • add LICENSE (f1c6964c)
  • add information fields to package.json (89bec354)
New Features
  • add tests (94a2056b)
  • add ignoreCache param to getVisitorData (90083d9c)
  • add integrationInfo (dc44e55d)
  • create demo app for ng-fingerprintjs-pro library (ed9dbaeb)
  • create ng-fingerprintjs-pro library (bede3c91)
Bug Fixes
  • update logo (895710e0)
  • wait client init inside getVisitorData (5fe482bd)