v4.0.0
Pre-release
Pre-release
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.