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)
- move typed-emitter to dependencies (f823865)
5.0.0 (2023-11-09)
- UdpServer: Changed from an object to a class instance that may break consuming code in some edge cases.
- Requires minimum node version v16
- 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)
-
Minimum supported node version v14
-
drop support for node < v14 (0f3d81b)
3.1.0 (2022-02-01)
3.0.0 (2022-01-31)
-
Requires minimum node v12.20.0
-
requires minimum node v12.20.0
-
use typescript (220daf3)
2.0.1 (2022-01-30)
- set_gentle_*_time takes duration param (b1a87a9)
2.0.0 (2020-06-01)
- requires node >= v10
- return error for dimmer brightness of 0 (212f141)
- support multiple commands per response (#11) (6cc97f3)
-
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)
- retry on EADDRINUSE (7d48729)
1.9.0 (2019-01-31)
- babel support for node v6.5 (b45077c)
1.8.2 (2019-01-31)
- don't send FIN for bulbs (d254c67)
1.8.1 (2019-01-29)
- send end with tcp response (da074b5)