File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+
9+ ## v2.0.0
10+
11+ ### Added
12+ - ` getLanguages() ` method to get supported languages
13+ - ` getAccountStatus() ` method to get account status
14+
15+ ### Changed
16+ - Switched to v3 API which uses updated language detection model
17+ - ⚠️ ` detect() ` method result fields are ` language ` and ` score `
18+ - ` simpleDetect() ` renamed to ` detectCode() `
19+
20+ ### Removed
21+ - Secure mode configuration. HTTPS is used by default.
Original file line number Diff line number Diff line change @@ -34,6 +34,10 @@ dependencies {
3434}
3535```
3636
37+ ### Upgrading
38+
39+ When upgrading please check [ changelog] ( CHANGELOG.md ) for breaking changes.
40+
3741## Usage
3842
3943``` java
You can’t perform that action at this time.
0 commit comments