iobroker.tibberlink 3.5.1 → 3.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -106,6 +106,24 @@ If you enjoyed this project — or just feeling generous, consider buying me a b
106
106
 
107
107
  ## Changelog
108
108
 
109
+ ### 3.5.3 (2024-11-23)
110
+
111
+ - (HombachC) fix edge case in output state setup and usage
112
+ - (HombachC) optimzed state subscription
113
+ - (HombachC) update deprecated state calls
114
+ - (HombachC) add await to delObjectAsync
115
+ - (HombachC) harmonize project tools
116
+ - (HombachC) dependency updates
117
+
118
+ ### 3.5.2 (2024-10-30)
119
+
120
+ - (HombachC) add verification for YES/NO 2 values in calculator (#547)
121
+ - (HombachC) optimized responsive design (#544)
122
+ - (HombachC) migrate eslint to >9.x
123
+ - (HombachC) switch to ES2022 code
124
+ - (HombachC) adapted to new API constraints (#546)
125
+ - (HombachC) replace deprecated setStateAsync by setState
126
+
109
127
  ### 3.5.1 (2024-10-05)
110
128
 
111
129
  - (HombachC) changed to less feed disconnection warnings in log (#445)