Added
- detectBatch()for batch detections
Changed
- Switched to v3 API which uses updated language detection model
- ⚠️ - detect()result fields are- languageand- score
- Switched to the native fetchAPI. Minimum supported Node version 8.
Deprecated
- Calling detect()with array argument. UsedetectBatchinstead.
- userStatus()- Use- accountStatus()instead.
Removed
- axiosdependency
New Contributors
Full Changelog: v2.1.0...v3.0.0