Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 694 Bytes

File metadata and controls

24 lines (16 loc) · 694 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() for batch detections

Changed

  • Switched to v3 API which uses updated language detection model
  • ⚠️ detect() result fields are language and score
  • Switched to the native fetch API. Minimum supported Node version 8.

Deprecated

  • Calling detect() with array argument. Use detectBatch instead.
  • userStatus() - Use accountStatus() instead.

Removed

  • axios dependency