Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@laurynas laurynas released this 20 Aug 17:25

Added

  • detectBatch method for batch detections

Changed

  • Switched to v3 API which uses updated language detection model
  • ⚠️ detect method result fields are language and score

Deprecated

  • simpleDetect() - Use detectCode() instead.
  • Calling detect() with array argument. Use detectBatch() instead.

Removed

  • Secure mode configuration. HTTPS is always used.

Full Changelog: v2.2.1...v3.0.0