Skip to content

Releases: fingerprintjs/BotD

1.6.2

03 Aug 11:25
75ebd43
Compare
Choose a tag to compare
fix: Replace runtime enum `BotKind` with plain object (#136)

* fix: Remove runtime enum for BotKind

* fix: Keep API safe

* docs: Note about object

* bump version to 1.6.2

---------

Co-authored-by: xnerhu <[email protected]>

v1.6.1

02 Aug 11:48
d65e38d
Compare
Choose a tag to compare
fix: Change `enum` behaviour in to emit values on compile stage (#134)

* fix: Change `enum` behaviour in to emit values on compile stage

* fix: Revert `BotKind` to regular enum

* fix: Fix broken notification test in Safari 16.5

* fix: Remove runtime enum for BotKind

* Revert "fix: Remove runtime enum for BotKind"

This reverts commit 19afb10e6976bb11b4068eeb03f100c66fa0b46d.

* bump to 1.6.1

---------

Co-authored-by: Mikołaj Palkiewicz <[email protected]>

1.6.0

01 Jun 20:07
5b04b9e
Compare
Choose a tag to compare
Export DistinctivePropertiesPayload (#127)

* Export DistinctivePropertiesPayload

* bump version to 1.6.0

---------

Co-authored-by: xnerhu <[email protected]>

v1.5.0

02 May 10:02
e84a4bc
Compare
Choose a tag to compare
Export BotResult along with BotKind (#122)

* Add a check for undefined to plugins length signal (#114)

* Update README.md

Make changes that align more with recent documentation updates

* bump version to 1.3.1

* Bump json5 from 2.2.1 to 2.2.3

* bump version to 1.3.2

* Update window and document properties check (#118)

* migrate configs to .ts

* finish updates

* lint

* Update plugin length signal and bump version (#116)

* Add a check for undefined to plugins length signal (#114)

* bump version to 1.3.2

---------

Co-authored-by: xnerhu <[email protected]>

* fix ts-loader parsing

* add tests to PR workflow

* Revert "add tests to PR workflow"

This reverts commit 08647d6d426a8a466221fb876fc4a9d33f9ba8bd.

* update broyster to 0.1.2

* pr comments

* lint

* ci: disable browserstack release test temporarily

* restore release workflow

* pr comments

* add workflow

* remove unused terser

* remove terser completely

* Bump webpack from 5.74.0 to 5.76.0 (#117)

Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.74.0...v5.76.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Replace document and window properties signals with new one

* Rename signal

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: fpkamp <[email protected]>
Co-authored-by: xnerhu <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* bump version to 1.4.0

* export types

* bump version

* fix ci

* enable skipLibCheck

* export BotDetectionResult and BotKind

* use normal enum instread of const enum for BotKind

* use enum instead of cost enum in all files

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Rishat Valitov <[email protected]>
Co-authored-by: fpkamp <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.4.0

23 Mar 21:34
fc7f9c0
Compare
Choose a tag to compare
1.4.0 (#119)

* Add a check for undefined to plugins length signal (#114)

* Update README.md

Make changes that align more with recent documentation updates

* bump version to 1.3.1

* Bump json5 from 2.2.1 to 2.2.3

* bump version to 1.3.2

* Update window and document properties check (#118)

* migrate configs to .ts

* finish updates

* lint

* Update plugin length signal and bump version (#116)

* Add a check for undefined to plugins length signal (#114)

* bump version to 1.3.2

---------

Co-authored-by: xnerhu <[email protected]>

* fix ts-loader parsing

* add tests to PR workflow

* Revert "add tests to PR workflow"

This reverts commit 08647d6d426a8a466221fb876fc4a9d33f9ba8bd.

* update broyster to 0.1.2

* pr comments

* lint

* ci: disable browserstack release test temporarily

* restore release workflow

* pr comments

* add workflow

* remove unused terser

* remove terser completely

* Bump webpack from 5.74.0 to 5.76.0 (#117)

Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.74.0...v5.76.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Replace document and window properties signals with new one

* Rename signal

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: fpkamp <[email protected]>
Co-authored-by: xnerhu <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* bump version to 1.4.0

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Rishat Valitov <[email protected]>
Co-authored-by: fpkamp <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

1.3.2

26 Feb 15:19
Compare
Choose a tag to compare
v1.3.2-release

ci: disable browserstack release test temporarily

v1.3.1

03 Jan 09:16
000c38d
Compare
Choose a tag to compare
Merge pull request #110 from fingerprintjs/readme-fix

Update README.md

v1.3.0

21 Dec 08:12
7bac77c
Compare
Choose a tag to compare
Merge pull request #109 from fingerprintjs/dev

Updates for pro agent (#108)

v1.2.0

10 Dec 09:58
2408877
Compare
Choose a tag to compare
Merge pull request #105 from fingerprintjs/dev

v1.2.0

v1.1.0

14 Nov 16:15
dabf1cd
Compare
Choose a tag to compare
v1.1.0-release

Merge pull request #100 from fingerprintjs/dependabot/npm_and_yarn/mi…