Skip to content

Latest commit

 

History

History
100 lines (47 loc) · 3.68 KB

CHANGELOG.md

File metadata and controls

100 lines (47 loc) · 3.68 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.6.7 (2023-10-28)

Bug Fixes

  • Tags renamed due to changed homeconnect api (098b466), closes #90

0.6.6 (2023-01-29)

Features

0.6.5 (2022-01-24)

0.6.4 (2021-08-06)

Bug Fixes

  • Haid parameters renamed due to changed homeconnect api (36244dc), closes #46

0.6.3 (2021-04-10)

Bug Fixes

  • request: report errors to runtime (4e1190d), closes #38

0.6.2 (2021-02-19)

Bug Fixes

  • improve logging for request errors (78f3c9a)

0.6.1 (2020-10-28)

Bug Fixes

0.6.0 (2020-09-09)

Features

  • event: detect connection loss and reconnect (7a8e23c), closes #14
  • event: handle KEEP-ALIVE events (a5a0a96)

Bug Fixes

  • auth: don't send scope if empty (344e4d4)

0.5.1 (2020-08-16)

Bug Fixes

  • handle errors in auth callback (b05206d)

[0.5.0] - 2020-07-10

Added

  • configurable authorization callback_url

[0.4.2] - 2020-02-17

Changed

  • update dependencies
  • package cleanup

[0.4.1] - 2019-12-30

Fixed

  • refresh timer does not start

[0.4.0] - 2019-12-29

First release to npm from repository alexkn/node-red-contrib-homeconnect

Added

  • home-connect-event node

Changed

  • refactored home-connect-auth to config node

  • many small changes...