Releases: hckhanh/google-safe-browsing
Releases · hckhanh/google-safe-browsing
2.0.1
2.0.1 (2024-12-01)
Bug Fixes
- styles: Add ESLint config and improve GoogleSafeBrowsing tests (#25) (2a701cd)
2.0.0
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
1.0.7 (2024-03-01)
Bug Fixes
- package: remove package.json (94e1b67)
1.0.6
1.0.6 (2024-03-01)
Bug Fixes
- docs: refactor and enhance the formatting of TypeScript type definitions (e481b70)
1.0.5
1.0.5 (2024-03-01)
Bug Fixes
- docs: Refactor Safe Browsing API documentation and code sample (1106a41)
1.0.4
1.0.4 (2024-03-01)
Bug Fixes
- docs: add missing block ending for the example (ad491c7)
1.0.3
1.0.3 (2024-03-01)
Bug Fixes
- docs: refactor and improve documentation in lookup.ts (91c4eae)
1.0.2
1.0.2 (2024-03-01)
Bug Fixes
- types: correct the type of the findThreadMatches's response (9b4e135)
1.0.1
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
1.0.0 (2024-03-01)
Bug Fixes
- test: correct lookup.ts file import (ec626b6)
Features