This repository has been archived by the owner on Dec 4, 2020. It is now read-only.
Releases: FantasticFiasco/axis-discovery-js
Releases · FantasticFiasco/axis-discovery-js
Release v2.0.0
💫 Changed
- [BREAKING CHANGE] Changed signature of
Discovery.ctor
- [BREAKING CHANGE] Renamed method
Discovery.onHello(callback: (device: Device) => void)
toDiscovery.on("hello", (device: Device) => void)
- [BREAKING CHANGE] Renamed method
Discovery.onGoodbye(callback: (device: Device) => void)
toDiscovery.on("goodbye", (device: Device) => void)
⚡ Added
- Class
Discovery
implementsEventEmitter
Release v1.1.5
👮♂️ Security
- Security vulnerability in transient dependency
handlebars
Release v1.1.4
👮♂️ Security
- Security vulnerability in transient dependency
diff
- Security vulnerability in transient dependency
lodash
Release v1.1.3
👮♂️ Security
- Security vulnerability in transient dependency
handlebars
- Security vulnerability in transient dependency
js-yaml
Release v1.1.2
👮♂️ Security
- Security vulnerability in transient dependency
sshpk
Release v1.1.0
⚡ Added
Discovery.ctor
now support dependency injection, where instances ofrequire('axis-discovery-bonjour').Discovery
andrequire('axis-discovery-ssdp').Discovery
can be specified. This enables the possibility of configuring each individual discovery protocol.
Release v1.0.2
Release v1.0.1
💉 Fixed
- During a cache hit the properties of a device sometimes gets overwritten with the value of
undefined
Release v1.0.0
⚡ Added
- Support for discovering Axis Communications devices on the network using Bonjour and SSDP (UPnP)