Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 15 Dec 09:31
e01f623

2.0.0 (2025-12-15)

⚠ BREAKING CHANGES

  • Remove classifyBatch() API - use classify() in a loop instead

Bug Fixes

  • improve classification accuracy with text pattern priority (85d0319)
  • improve virus_detected classification with text pattern fallbacks (798ca30)
  • use dynamic imports for browser compatibility (88850ca)
  • use static requires in CJS bundle for pkg compatibility (873adc9)

Code Refactoring

  • replace TensorFlow.js with pure JS inference (8f05baa)