Skip to content

Latest commit

 

History

History
122 lines (60 loc) · 5.61 KB

CHANGELOG.md

File metadata and controls

122 lines (60 loc) · 5.61 KB

Changelog

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

5.0.1 (2023-11-09)

Bug Fixes

  • move typed-emitter to dependencies (f823865)

5.0.0 (2023-11-09)

⚠ BREAKING CHANGES

  • UdpServer: Changed from an object to a class instance that may break consuming code in some edge cases.
  • Requires minimum node version v16

Features

  • Drop support for node < v16 (#39) (c1f1bd9)
  • improve debug output (69920e0)
  • UdpServer: UdpServer export was changed to a class instance (#40) (ecc96d0)

4.0.0 (2022-07-11)

⚠ BREAKING CHANGES

  • Minimum supported node version v14

  • drop support for node < v14 (0f3d81b)

3.1.0 (2022-02-01)

Features

  • add basic support for KL430 Light Strip (#34) (385a5be)

3.0.0 (2022-01-31)

⚠ BREAKING CHANGES

  • Requires minimum node v12.20.0

  • requires minimum node v12.20.0

  • remove babel, add typescript support (#33) (f460255)

  • use typescript (220daf3)

2.0.1 (2022-01-30)

Bug Fixes

  • set_gentle_*_time takes duration param (b1a87a9)

2.0.0 (2020-06-01)

⚠ BREAKING CHANGES

  • requires node >= v10

Features

  • return error for dimmer brightness of 0 (212f141)
  • support multiple commands per response (#11) (6cc97f3)

Bug Fixes

  • mic_mac was not being used for bulbs (dd74621)

  • children child_id issue from multiple commands changes (1374011)

  • context module behavior (4169a25)

  • don't rethrow JSON.parse errors (880b9ee)

  • not setting alias passed in device constructor (6d311bd), closes #10

  • typos, add cspell (8d24aab)

  • target minimum node v10 (40f7056)

1.10.0 (2019-02-02)

Features

1.9.0 (2019-01-31)

Features

  • babel support for node v6.5 (b45077c)

1.8.2 (2019-01-31)

Bug Fixes

  • don't send FIN for bulbs (d254c67)

1.8.1 (2019-01-29)

Bug Fixes

  • send end with tcp response (da074b5)