Skip to content

Commit

Permalink
chore: release v2.0.0-alpha.1
Browse files Browse the repository at this point in the history
* BREAKING: Username/Passwort and Proxy Authentications are removed and replaced by the new Daikin Portal Authentication! You need to re-authenticate!
* BREAKING: DaikinCloudController class constructor changed and has new options structure!
* (jacoscaz) Port to Typescript
* (jacoscaz) Switch to Daikin's OIDC-based Onecta API
* (Apollon77) Enhancements to restore some make sure former functionality is still possible to use
  • Loading branch information
Apollon77 committed Jul 2, 2024
1 parent edf5136 commit 8b5da92
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ See [`src/example.ts`](./src/example.ts).
* Implement interval data update in library or only from outside?

## Changelog:

### __WORK IN PROGRESS__
### 2.0.0-alpha.1 (2024-07-02)
* BREAKING: Username/Passwort and Proxy Authentications are removed and replaced by the new Daikin Portal Authentication! You need to re-authenticate!
* BREAKING: DaikinCloudController class constructor changed and has new options structure!
* (jacoscaz) Port to Typescript
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "daikin-controller-cloud",
"version": "2.0.0-alpha.0",
"version": "2.0.0-alpha.1",
"description": "Interact with Daikin Cloud devices and retrieve Tokens",
"author": "Apollon77 <[email protected]>",
"contributors": [],
Expand Down

0 comments on commit 8b5da92

Please sign in to comment.