osc.js v2.1.0
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.