Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 663 Bytes

File metadata and controls

23 lines (15 loc) · 663 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v3.0.0

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.