Added
detectBatch()
for batch detections
Changed
- Switched to v3 API which uses updated language detection model
⚠️ detect()
result fields arelanguage
andscore
- Switched to the native
fetch
API. Minimum supported Node version 8.
Deprecated
- Calling
detect()
with array argument. UsedetectBatch
instead. userStatus()
- UseaccountStatus()
instead.
Removed
axios
dependency
New Contributors
Full Changelog: v2.1.0...v3.0.0