Skip to content

Commit 4dbf7f3

Browse files
committed
v2.0.0
1 parent 7c65943 commit 4dbf7f3

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# node-midi Changelog
22

3+
## Version 2.0.0
4+
5+
* Add tests for listing ports.
6+
* Prevent RtMidi from ensuring unique port names on Windows (Breaking change to behaviour of port names on Windows).
7+
* RtMidi Changes
8+
* Trim whitespace changes from endpoint names (Breaking change to behaviour of port names on macOS).
9+
* Refactor CoreMIDI client usage for stability.
10+
311
## Version 1.0.4
412

513
* Use a git submodule for RtMidi.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "midi",
3-
"version": "1.0.4",
3+
"version": "2.0.0",
44
"scripts": {
55
"test": "mocha test/unit/*.js && node test/virtual-loopback-test-automated.js"
66
},

0 commit comments

Comments
 (0)