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

Release v2.0.0

Latest
Compare
Choose a tag to compare
@FantasticFiasco FantasticFiasco released this 12 Oct 21:30

💫 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