Releases: fingerprintjs/BotD
Releases · fingerprintjs/BotD
1.6.2
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
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
Export DistinctivePropertiesPayload (#127) * Export DistinctivePropertiesPayload * bump version to 1.6.0 --------- Co-authored-by: xnerhu <[email protected]>
v1.5.0
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
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
v1.3.2-release ci: disable browserstack release test temporarily
v1.3.1
Merge pull request #110 from fingerprintjs/readme-fix Update README.md
v1.3.0
Merge pull request #109 from fingerprintjs/dev Updates for pro agent (#108)
v1.2.0
Merge pull request #105 from fingerprintjs/dev v1.2.0
v1.1.0
v1.1.0-release Merge pull request #100 from fingerprintjs/dependabot/npm_and_yarn/mi…