Skip to content

Releases: hckhanh/google-safe-browsing

2.0.1

01 Dec 03:27
4850dc0
Compare
Choose a tag to compare

2.0.1 (2024-12-01)

Bug Fixes

  • styles: Add ESLint config and improve GoogleSafeBrowsing tests (#25) (2a701cd)

2.0.0

01 Dec 02:24
Compare
Choose a tag to compare

2.0.0 (2024-12-01)

Features

  • migrate to GoogleSafeBrowsing class instead of functions (#22) (94d0f35)

BREAKING CHANGES

  • Replaced functions with the GoogleSafeBrowsing class for cleaner and more structured code. Updated relevant tests and import statements to align with the new class-based implementation. Adjusted documentation in README to reflect these changes, providing examples and updated descriptions for using the new class.

1.0.7

01 Mar 12:23
Compare
Choose a tag to compare

1.0.7 (2024-03-01)

Bug Fixes

  • package: remove package.json (94e1b67)

1.0.6

01 Mar 12:13
Compare
Choose a tag to compare

1.0.6 (2024-03-01)

Bug Fixes

  • docs: refactor and enhance the formatting of TypeScript type definitions (e481b70)

1.0.5

01 Mar 11:56
Compare
Choose a tag to compare

1.0.5 (2024-03-01)

Bug Fixes

  • docs: Refactor Safe Browsing API documentation and code sample (1106a41)

1.0.4

01 Mar 11:49
Compare
Choose a tag to compare

1.0.4 (2024-03-01)

Bug Fixes

  • docs: add missing block ending for the example (ad491c7)

1.0.3

01 Mar 11:46
Compare
Choose a tag to compare

1.0.3 (2024-03-01)

Bug Fixes

  • docs: refactor and improve documentation in lookup.ts (91c4eae)

1.0.2

01 Mar 10:59
Compare
Choose a tag to compare

1.0.2 (2024-03-01)

Bug Fixes

  • types: correct the type of the findThreadMatches's response (9b4e135)

1.0.1

01 Mar 10:00
Compare
Choose a tag to compare

1.0.1 (2024-03-01)

Bug Fixes

  • ci: add Google Safe Browsing API key to tests workflows (1a53f52)
  • test: revise test script path in package.json (bdd84c8)
  • types: export missing types (a72d7e0)

1.0.0

01 Mar 09:44
Compare
Choose a tag to compare

1.0.0 (2024-03-01)

Bug Fixes

  • test: correct lookup.ts file import (ec626b6)

Features