We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bf7d00 commit 9e41bd0Copy full SHA for 9e41bd0
1 file changed
CHANGELOG.md
@@ -14,8 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
### Changed
15
- Switched to v3 API which uses updated language detection model
16
- ⚠️ `detect` method result fields are `language` and `score`
17
-- ⚠️ `simpleDetect` deprecated, use `detectCode` instead
18
-- ⚠️ `detect` for batch detection is deprecated, use `detectBatch` instead
+
+### Deprecated
19
+- `simpleDetect()` - Use `detectCode()` instead.
20
+- Calling `detect()` with array argument. Use `detectBatch()` instead.
21
22
### Removed
23
- Secure mode configuration. HTTPS is always used.
0 commit comments