Skip to content

Commit 9e41bd0

Browse files
committed
Add deprecations
1 parent 1bf7d00 commit 9e41bd0

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
### Changed
1515
- Switched to v3 API which uses updated language detection model
1616
- ⚠️ `detect` method result fields are `language` and `score`
17-
- ⚠️ `simpleDetect` deprecated, use `detectCode` instead
18-
- ⚠️ `detect` for batch detection is deprecated, use `detectBatch` instead
17+
18+
### Deprecated
19+
- `simpleDetect()` - Use `detectCode()` instead.
20+
- Calling `detect()` with array argument. Use `detectBatch()` instead.
1921

2022
### Removed
2123
- Secure mode configuration. HTTPS is always used.

0 commit comments

Comments
 (0)