Skip to content

Releases: home-assistant/home-assistant-js-websocket

5.2.0

28 May 20:22

Choose a tag to compare

What's Changed

5.1.2

08 May 00:55
8dfaa37

Choose a tag to compare

Remove modern export types that was confusing older node versions #113

5.1.1

07 May 22:34
01e478c

Choose a tag to compare

What's Changed

  • Add new external & internal URL core configs to HassConfig (#115) @frenck

5.1.0

10 Mar 21:46
ad3b2b8

Choose a tag to compare

What's Changed

  • Fix/typescript node websocket (#111) @Julusian
  • Add helper function to create auth object with long lived access token (#111) @Julusian

5.0.0

07 Mar 20:54
1d62e36

Choose a tag to compare

Migrate from microbundle to tsc to create the module version and use rollup to create the UMD version. Our module build will now not be bundled up but just be ES2017 code using native async/await. It's up to consumers of this package to decide on how to deal with this.

Tests are also run against the transpiled build so we're testing against prod builds.

To make our module build browser compatible, we're now requiring all import specifiers to include .js.

Dropped Object.assign too in favor of ...

4.5.0

05 Mar 20:50

Choose a tag to compare

What's Changed

  • Add Home Assistant version to connection class (#109) @balloob

4.4.1

17 Feb 21:25

Choose a tag to compare

What's Changed

  • Add safe_mode to core config type

4.4.0

11 Sep 00:47

Choose a tag to compare

What's Changed

4.3.1

23 Jul 23:03

Choose a tag to compare

What's Changed

  • Fix https check and always propagate errors if get auth fails (#104) @balloob

4.3.0

23 Jul 18:27

Choose a tag to compare

What's Changed