Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Releases: FantasticFiasco/axis-discovery-js

Release v2.0.0

12 Oct 21:30
Compare
Choose a tag to compare

💫 Changed

  • [BREAKING CHANGE] Changed signature of Discovery.ctor
  • [BREAKING CHANGE] Renamed method Discovery.onHello(callback: (device: Device) => void) to Discovery.on("hello", (device: Device) => void)
  • [BREAKING CHANGE] Renamed method Discovery.onGoodbye(callback: (device: Device) => void) to Discovery.on("goodbye", (device: Device) => void)

⚡ Added

  • Class Discovery implements EventEmitter

Release v1.1.5

27 Dec 12:00
Compare
Choose a tag to compare

👮‍♂️ Security

  • Security vulnerability in transient dependency handlebars

Release v1.1.4

14 Jul 14:19
Compare
Choose a tag to compare

👮‍♂️ Security

  • Security vulnerability in transient dependency diff
  • Security vulnerability in transient dependency lodash

Release v1.1.3

07 Jun 09:29
Compare
Choose a tag to compare

👮‍♂️ Security

  • Security vulnerability in transient dependency handlebars
  • Security vulnerability in transient dependency js-yaml

Release v1.1.2

10 Mar 11:13
Compare
Choose a tag to compare

👮‍♂️ Security

  • Security vulnerability in transient dependency sshpk

Release v1.1.0

27 Nov 15:11
Compare
Choose a tag to compare

⚡ Added

  • Discovery.ctor now support dependency injection, where instances of require('axis-discovery-bonjour').Discovery and require('axis-discovery-ssdp').Discovery can be specified. This enables the possibility of configuring each individual discovery protocol.

Release v1.0.2

23 Nov 18:27
Compare
Choose a tag to compare

💉 Fixed

  • Creating package using yarn does not produce a complete package, revert back to use npm

Release v1.0.1

22 Nov 22:37
Compare
Choose a tag to compare

💉 Fixed

  • During a cache hit the properties of a device sometimes gets overwritten with the value of undefined

Release v1.0.0

16 Jul 06:36
Compare
Choose a tag to compare

⚡ Added

  • Support for discovering Axis Communications devices on the network using Bonjour and SSDP (UPnP)