Releases: ebaauw/homebridge-lib
Releases · ebaauw/homebridge-lib
v4.0.10
v4.0.9
v4.0.8
v4.0.7
v4.0.6
v4.0.5
v4.0.4
v4.0.3
Changes:
- Allow values -10 to 10 for Volume Change, see ebaauw/homebridge-zp#8.
Bump dependencies:
- chalk v2.4.2.
v4.0.2
v4.0.0
Major refactor.
- Renamed
LibPlatform
,LibAccessory
,LibService
,LibCharacteristic
,LibObject
toPlatform
,AccessoryDelegate
,ServiceDelegate
,CharacteristicDelegate
, `Delegate; - Rename
UpnpMonitor
toUpnpClient
; - Added
CommandLineTool
andCommandLineParser
(from homebridge-hue-utils); - Added command-line tools
hap
,json
, andupnp
(from homebridge-hue-utils); - Added
TypeParser
(to replaceOptionParser
); - Added automated tests for
TypeParser
usingmocha
; - Added tutorial for
homebridge-lib
and forTypeParser
usingjsdoc
; - Changed the way dependencies are included through
index.js
- now using lazy initialisation.
Bump versions:
- NodeJS v10.15.0 LTS.