- Remove unmatched uv_unref() causing segfault. (Andrew Morton)
- Add readable/writable stream support. (Elijah Insua)
- Upgrade build system to node-gyp bringing Windows support. (Michael Alyn Miller)
- Fix an overzealous delete.
- Switch from using libev to libuv. (Luc Deschenaux)
- Check a port number is valid before trying to open it. (Luc Deschenaux)
- Remove support for node versions < 0.6.0.
- Code and build system improvements with new supported node versions.
- Update documentation.
- Upgrade RtMidi to 1.0.15. (Luc Deschenaux)
- Refactor the EventEmitter inheritance to support node > 0.5.2. (Luc Deschenaux)
- Add support for ignore type settings (Sysex, Timing, Active Sensing) on the input. (Luc Deschenaux)
- List supported node versions in the package.json.
- Add support for virtual input and output ports.
- Add Linux support to the build script.
- Initial release.