Skip to content

Commit

Permalink
Improve axios promise handling
Browse files Browse the repository at this point in the history
  • Loading branch information
HGlab01 authored Oct 16, 2024
1 parent 7e1d237 commit 7b5af26
Show file tree
Hide file tree
Showing 5 changed files with 209 additions and 163 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ If someone is supporting to add Tado X functionality, raise a ticket or send an
Placeholder for the next version (at the beginning of the line):
### __WORK IN PROGRESS__
-->
### 0.5.8 (2024-10-09)
### 0.5.9-alpha.1 (2024-10-14)
* (HGlab01) Improve axios promise handling

### 0.5.7 (2024-09-30)
Expand Down
54 changes: 27 additions & 27 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,34 @@
{
"common": {
"name": "tado",
"version": "0.5.8",
"version": "0.5.9-alpha.1",
"news": {
"0.5.9-alpha.1": {
"en": "Improve axios promise handling",
"de": "Axios Versprechen",
"ru": "Улучшить аксиос",
"pt": "Melhorar o manuseio da promessa de axios",
"nl": "Verbeteren van axio's belofte behandeling",
"fr": "Améliorer la gestion des promesses axios",
"it": "Migliorare la gestione delle promesse di assi",
"es": "Mejorar el manejo de promesas de axios",
"pl": "Poprawa obsługi obietnic Axios",
"uk": "Покращити axios обіцянка обробка",
"zh-cn": "改进对承诺的处理"
},
"0.5.9-alpha.0": {
"en": "Improve axios promise handling",
"de": "Axios Versprechen",
"ru": "Улучшить аксиос",
"pt": "Melhorar o manuseio da promessa de axios",
"nl": "Verbeteren van axio's belofte behandeling",
"fr": "Améliorer la gestion des promesses axios",
"it": "Migliorare la gestione delle promesse di assi",
"es": "Mejorar el manejo de promesas de axios",
"pl": "Poprawa obsługi obietnic Axios",
"uk": "Покращити axios обіцянка обробка",
"zh-cn": "改进对承诺的处理"
},
"0.5.8": {
"en": "Improve axios promise handling",
"de": "Axios Versprechen",
Expand Down Expand Up @@ -67,32 +93,6 @@
"pl": "Zmiana obsługiwanego atrybutu \"light\"\nDodaj połączenie atrybutu '\nDodaj atrybut 'supportsFlowTemperatureOptimization'\nAksykony bumpy do 1.7.7",
"uk": "Зміна атрибуту \"light\"\nДодати атрибут 'connection Р\nДодати атрибут 'supportsFlowTemperatureOptimization Р\nБампер аксіос до 1.7.7",
"zh-cn": "支持更改属性“ 光”\n添加属性“ 连接 '\n添加属性支持FlowTemperature Optimization '\n横轴改为1.7.7"
},
"0.5.6": {
"en": "Improve AccessToken Management\nBump axios to 1.7.3\nAdd attribute 'language'\nAdd attribute 'isHeatPumpInstalled'",
"de": "Verbessern Sie das AccessToken Management\nBump axios bis 1.7.3\nAttribut hinzufügen 'Sprache '\nAttribut 'isHeatPumpInstalliert hinzufügen '",
"ru": "Улучшение управления доступом\nBump axios to 1.7.3\nДобавить атрибут \"язык \"\nДобавить атрибут 'isHeatPumpInstalled \"",
"pt": "Melhorar o gerenciamento do AccessToken\nBump axios para 1.7.3\nAdicionar atributo 'linguagem '\nAdicionar atributo 'isHeatPumpInstalado '",
"nl": "AccessToken Management verbeteren\nBump axios naar 1.7.3\nVoeg attribuut 'taal' toe '\nVoeg attribuut 'isHeatPumpGeïnstalleerd' toe '",
"fr": "Améliorer la gestion AccessToken\nAxios bouffés à 1.7.3\nAjouter l'attribut 'langue '\nAjouter l'attribut 'isHeatPumpInsbalted '",
"it": "Migliorare la gestione di AccessToken\nAssio di bump a 1.7.3\nAggiungi attributo 'language '\nAggiungi attributo 'isHeatPumpInstalled '",
"es": "Mejorar el accesoToken Management\nBump axios a 1.7.3\nAgregar atributo 'idioma '\nAgregar atributo 'esHeatPumpInstalado '",
"pl": "Poprawa zarządzania akcesoriami Token\nAksykony bumpy do 1.7.3\nDodaj język atrybutu '\nDodaj atrybut 'isHeatPumpInstalled'",
"uk": "Покращення управління доступом\nБампер аксіос до 1.7.3\nДодати атрибут 'language Р\nДодати атрибут 'isHeatPumpInstalled Р",
"zh-cn": "改进访问端口管理\n横轴改为1.7.3\n添加属性语言 '\n添加属性“ 是恒温泵已安装 ” '"
},
"0.5.6-alpha.1": {
"en": "Improve AccessToken Management\nBump axios to 1.7.3",
"de": "Verbessern Sie das AccessToken Management\nBump axios bis 1.7.3",
"ru": "Улучшение управления доступом\nBump axios to 1.7.3",
"pt": "Melhorar o gerenciamento do AccessToken\nBump axios para 1.7.3",
"nl": "AccessToken Management verbeteren\nBump axios naar 1.7.3",
"fr": "Améliorer la gestion AccessToken\nAxios bouffés à 1.7.3",
"it": "Migliorare la gestione di AccessToken\nAssio di bump a 1.7.3",
"es": "Mejorar el accesoToken Management\nBump axios a 1.7.3",
"pl": "Poprawa zarządzania akcesoriami Token\nAksykony bumpy do 1.7.3",
"uk": "Покращення управління доступом\nБампер аксіос до 1.7.3",
"zh-cn": "改进访问端口管理\n横轴改为1.7.3"
}
},
"titleLang": {
Expand Down
Loading

0 comments on commit 7b5af26

Please sign in to comment.