Skip to content

Releases: detectlanguage/detectlanguage-java

v2.0.2

21 Aug 20:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

20 Aug 21:23
Compare
Choose a tag to compare

Fixed

  • Maven source control url

Full Changelog: v2.0.0...v2.0.1

v2.0.0

20 Aug 20:51
Compare
Choose a tag to compare

Added

  • getLanguages() method to get supported languages
  • getAccountStatus() method to get account status

Changed

  • Switched to v3 API which uses updated language detection model
  • ⚠️ detect() method result fields are language and score
  • simpleDetect() renamed to detectCode()

Removed

  • Secure mode configuration. HTTPS is used by default.