Skip to content

Releases: adzialocha/osc-js

v2.4.1

21 Apr 18:48
Compare
Choose a tag to compare

Changed

  • Update dependencies #80

Fixed

  • Create Packet from bundleItem to fix wrong type when dispatching #77
  • Fix TypeScript error complaining about invalid inheritance of unpack method #78
  • Catch exceptions in notify method and report as error #79

v2.4.0

07 Oct 19:02
Compare
Choose a tag to compare

Added

  • Export TypeScript definitions #66

Changed

v2.3.2

14 Apr 09:34
Compare
Choose a tag to compare

Fixed

  • Fix dgram import in browser context, remove isomorphic-ws dependency #63

v2.3.1

01 Apr 18:25
Compare
Choose a tag to compare

Fixed

  • Fix dgram import in browser context #62
  • Fix bundle timestamp as second arg to bundle contructor #61

v2.3.0

16 Feb 12:31
Compare
Choose a tag to compare

Added

  • Websocket Subprotocol support for wsclient plugin #54
  • Support constant types N, F, I and T #59

Changed

  • Update dependencies #57

Fixed

  • Fix protocol config default #58
  • Fix documentation mismatch a083dd9

v2.2.0

02 Dec 13:08
Compare
Choose a tag to compare

Added

  • Reuse existing Node.JS server when creating plugins #49
  • Extended argument types #48

Changed

v2.1.2

03 Jan 10:45
Compare
Choose a tag to compare

Fixed

  • Updated links to documentation

v2.1.1

03 Jan 10:02
Compare
Choose a tag to compare

Fixed

v2.1.0

26 Nov 12:35
Compare
Choose a tag to compare

Added

  • Feature: Pass remote address informations #42

Get details about where a message came from (read more here: https://nodejs.org/api/dgram.html#dgram_event_message):

osc.on('/test', (message, rinfo) => {
  console.log(rinfo)
})

v2.0.4

19 Sep 23:30
Compare
Choose a tag to compare
  • Update dependencies