Skip to content

2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Dec 02:24
· 61 commits to main since this release

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.