Releases: colinbdclark/osc.js
osc.js v2.4.5
This releases upgrades to the latest versions of the ws and SerialPort libraries. It includes no API or feature changes.
osc.js v2.4.4
This releases upgrades to the latest version of the SerialPort library. It includes no API or feature changes.
osc.js v2.4.3
This release fixes support for UTF-8 encoded strings, and updates to the latest versions of all third party dependencies.
osc.js 2.4.2
This maintenance release of osc.js updates all its third party dependencies to their latest versions.
osc.js v2.4.0
This release of osc.js adds the following improvements:
- the serialport dependency is now entirely optional
- adds bi-directional support for UTF-8 encoded strings
- updates to the latest versions of all third-party dependencies
osc.js v2.3.0
This release of osc.js includes the following fixes and improvements:
- the Node.js serial port dependency is now optional (thanks to @jean-emmanuel)
- support for decoding very long strings and two byte unicode characters (thanks to @okofish)
- minor bug fixes and updates to the latest versions of all third-party dependencies
osc.js v2.2.0
This version of osc.js introduces support for Electron-based applications. Electron allows developers to create applications using Web technologies and deploy them as native applications on Mac, Windows, and Linux.
Other fixes and improvements include:
- More robust environment detection
- Improved documentation
- Updates to the latest versions of all third-party dependencies
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.