Skip to content

Commit

Permalink
chore: release v2.0.0
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!
* Minimum Node.js version is 18.2
* (jacoscaz) Ports to Typescript
* (jacoscaz) Switches to Daikin's OIDC-based Onecta API
* (Apollon77) Enhancements to restore some make sure former functionality is still possible to use
* (Apollon77) Enhances DaikinCloudController class to update data for all devices with one call to save requests
* (Apollon77) Enhances DaikinDevice classes to emit an "updated" event when data is updated, so it's easier to listen for changes
* (jacoscaz/Apollon77) Expose rate limit information and own error class for rate limit handling
  • Loading branch information
Apollon77 committed Jul 5, 2024
1 parent 251b30f commit 0441552
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ See [`src/example.ts`](./src/example.ts).
* Add Tests

## Changelog:
### __WORK IN PROGRESS__
### 2.0.0 (2024-07-05)
* 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!
* Minimum Node.js version is 18.2
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.9",
"version": "2.0.0",
"description": "Interact with Daikin Cloud devices and retrieve Tokens",
"author": "Apollon77 <[email protected]>",
"contributors": [],
Expand Down

0 comments on commit 0441552

Please sign in to comment.