Skip to content

osc.js v2.1.0

Compare
Choose a tag to compare
@colinbdclark colinbdclark released this 25 May 00:53
· 142 commits to main since this release

This version of osc.js is a maintenance release that includes the following fixes and improvements:

  • #56 Adds support for Node.js 6.x.
  • Upgrades all third-party dependencies (including serialport, long, ws, and eventEmitter) to the latest versions
  • #58: Ensures that all appropriate ports fire an error if send() is called prior to opening the port
  • Ensures that all appropriate ports can be reopened with a call to open()
  • Unifies the Node.js and browser implementations of osc.WebSocketPort so that they now share a single implementation.